From 127af49b6548e0a20cb02fa8ce86c90d1da7f875 Mon Sep 17 00:00:00 2001 From: David Herman Date: Wed, 15 Oct 2014 09:03:35 -0700 Subject: find_java now supports 64-bit builds Change-Id: I46f2462f396c7c2f40238b7da438189b9de02a15 --- find_lock/find_lock.cpp | 2 +- find_lock/find_lock_exe.vcxproj | 67 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) (limited to 'find_lock') diff --git a/find_lock/find_lock.cpp b/find_lock/find_lock.cpp index c7e206f..bbbba81 100755 --- a/find_lock/find_lock.cpp +++ b/find_lock/find_lock.cpp @@ -591,7 +591,7 @@ bool findLock(CPath &path, CString *outModule) { if (isalpha(searchPath[0]) && searchPath[1] == ':') { searchPath += 2; } - int searchPathLen = strlen(searchPath); + size_t searchPathLen = strlen(searchPath); if (gIsDebug) fprintf(stderr, "Search path: '%s'\n", searchPath); diff --git a/find_lock/find_lock_exe.vcxproj b/find_lock/find_lock_exe.vcxproj index 586dfee..9da38e6 100644 --- a/find_lock/find_lock_exe.vcxproj +++ b/find_lock/find_lock_exe.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + FindLock @@ -22,28 +30,49 @@ MultiByte true + + Application + MultiByte + true + Application MultiByte + + Application + MultiByte + + + + + + + <_ProjectFileVersion>10.0.40219.1 $(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\ $(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\ true + true $(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\ $(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\ false + false @@ -65,6 +94,24 @@ MachineX86 + + + Disabled + ..\find_java\src\source;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + false + + + Level3 + ProgramDatabase + + + true + Console + + MaxSpeed @@ -86,6 +133,26 @@ MachineX86 + + + MaxSpeed + true + ..\find_java\src\source;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + true + Console + true + true + + -- cgit v1.1