From b16497b1849aad5082dd3d868371ed6724383138 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 28 Jan 2017 00:32:40 +0100 Subject: [PATCH] Fixed libguichan deployment options in VisualGDB Fixed output filename No need to deploy lib when cross-compiling --- .gitignore | 3 ++- VisualGDB/Amiberry/Amiberry.vcxproj | 4 ++- VisualGDB/guisan/guisan-Debug.vgdbsettings | 30 ++++++++++++++++++---- VisualGDB/guisan/guisan.vcxproj | 2 ++ 4 files changed, 32 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e6aa1c9d..34a8ec69 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ VisualGDB/VisualGDB/Release/Amiberry VisualGDB/VisualGDB/Release/Amiberry-sdl2 *.npa00-cfdc2249 *.a -*.npa00-f5145647 \ No newline at end of file +*.npa00-f5145647 +VisualGDB/VisualGDB/Debug/Amiberry-sdl2 \ No newline at end of file diff --git a/VisualGDB/Amiberry/Amiberry.vcxproj b/VisualGDB/Amiberry/Amiberry.vcxproj index 09abd5da..55574f5f 100644 --- a/VisualGDB/Amiberry/Amiberry.vcxproj +++ b/VisualGDB/Amiberry/Amiberry.vcxproj @@ -31,6 +31,7 @@ Debug C:\SysGCC\raspberry + $(ProjectName)-sdl2 C:\SysGCC\raspberry @@ -38,10 +39,11 @@ C:\SysGCC\raspberry - $(ProjectName)-sdl2 + $(ProjectName)-sdl2-rpi2 C:\SysGCC\raspberry + $(ProjectName)-sdl2-rpi1 diff --git a/VisualGDB/guisan/guisan-Debug.vgdbsettings b/VisualGDB/guisan/guisan-Debug.vgdbsettings index e19a7dfb..ecad5292 100644 --- a/VisualGDB/guisan/guisan-Debug.vgdbsettings +++ b/VisualGDB/guisan/guisan-Debug.vgdbsettings @@ -6,11 +6,31 @@ MinGWUnixSlash - - 192.168.1.152 - SSH - pi - + + None + + + false + + None + + $(ProjectDir) + /tmp/VisualGDB/$(ProjectDirUnixStyle) + + *.cpp + *.h + *.c + *.cc + *.cxx + *.mak + Makefile + *.txt + *.cmake + + true + true + false + false false false diff --git a/VisualGDB/guisan/guisan.vcxproj b/VisualGDB/guisan/guisan.vcxproj index 4fb5dde8..3ee9f511 100644 --- a/VisualGDB/guisan/guisan.vcxproj +++ b/VisualGDB/guisan/guisan.vcxproj @@ -25,11 +25,13 @@ C:\SysGCC\raspberry StaticLibrary ..\..\src\guisan\lib + libguisan C:\SysGCC\raspberry StaticLibrary ..\..\src\guisan\lib + libguisan