From a934ad26086ef44563ef7813608e310c0f2dee08 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 30 Apr 2014 01:41:51 +1000 Subject: Project file changes (for statically linked vc++ library builds). --- heimdall/heimdall.vcxproj | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'heimdall') diff --git a/heimdall/heimdall.vcxproj b/heimdall/heimdall.vcxproj index 558dcd7..9e67582 100644 --- a/heimdall/heimdall.vcxproj +++ b/heimdall/heimdall.vcxproj @@ -5,6 +5,10 @@ Debug Win32 + + Release (Static) + Win32 + Release Win32 @@ -29,6 +33,13 @@ Unicode v110 + + Application + false + true + Unicode + v110 + @@ -38,6 +49,9 @@ + + + true @@ -51,6 +65,12 @@ $(LibraryPath) $(SolutionDir)$(Platform)\$(Configuration)\ + + false + $(SolutionDir)libpit\Source;$(SolutionDir)libusb-1.0\libusb;$(IncludePath) + $(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\ + NotUsing @@ -101,6 +121,33 @@ xcopy /y $(SolutionDir)libusbx-1.0\lib\$(Platform)\$(Configuration)\libusb-1.0.dll $(SolutionDir)$(Platform)\$(Configuration)\ + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;OS_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + + + ..\libusbx-1.0\include;..\libpit\Source + + + Console + true + true + true + libusb-1.0.lib;libpit.lib;%(AdditionalDependencies) + $(SolutionDir)libusbx-1.0\lib\$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\lib\ + + + xcopy /y $(SolutionDir)libusbx-1.0\lib\$(Platform)\$(Configuration)\libusb-1.0.dll $(SolutionDir)$(Platform)\$(Configuration)\ + + -- cgit v1.1