From b5298b16a14cc23b3072401bde45e9bf8720f00f Mon Sep 17 00:00:00 2001 From: David Herman Date: Thu, 23 Oct 2014 10:32:17 -0700 Subject: Modifed find_java.bat and build settings Find Java now statically links in all MFC / Windows dependencies, as well as it builds to find_java32.exe and find_java64.exe. find_java.bat has been updated to take advantage of these new names. Change-Id: Iaa50d461074235dd9db750201d6e033058a2e695 --- find_java/find_java_exe.vcxproj | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'find_java/find_java_exe.vcxproj') diff --git a/find_java/find_java_exe.vcxproj b/find_java/find_java_exe.vcxproj index 215a978..67ebf71 100644 --- a/find_java/find_java_exe.vcxproj +++ b/find_java/find_java_exe.vcxproj @@ -29,19 +29,23 @@ Application MultiByte true + Static Application MultiByte true + Static Application MultiByte + Static Application MultiByte + Static @@ -73,8 +77,10 @@ $(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\ false false - $(ProjectName)64 - $(ProjectName)64 + find_java64 + find_java64 + $(ProjectName)32 + find_java32 @@ -82,7 +88,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebugDLL + MultiThreaded Level3 @@ -92,6 +98,7 @@ true Console MachineX86 + user32.lib;advapi32.lib;shell32.lib @@ -99,7 +106,7 @@ Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebugDLL + MultiThreaded Level3 @@ -108,6 +115,7 @@ true Console + user32.lib;advapi32.lib;shell32.lib @@ -115,7 +123,7 @@ MaxSpeed true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded true @@ -128,6 +136,7 @@ true true MachineX86 + user32.lib;advapi32.lib;shell32.lib @@ -135,7 +144,7 @@ MaxSpeed true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded true @@ -147,6 +156,7 @@ Console true true + user32.lib;advapi32.lib;shell32.lib -- cgit v1.1