From: arr Date: Sat, 28 Apr 2018 07:00:39 +0000 (-0700) Subject: Update VS solution to support 64-bit build X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/73c0fd67eeb7fe0d6cc573afba798a88c4e86d82 Update VS solution to support 64-bit build --- diff --git a/build/win32/vs2017/pforth.sln b/build/win32/vs2017/pforth.sln index 3e19d6a..b35fd9c 100644 --- a/build/win32/vs2017/pforth.sln +++ b/build/win32/vs2017/pforth.sln @@ -8,13 +8,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {58B76DB8-1985-4B8A-8E71-C012D8F0C518}.Debug|Win32.ActiveCfg = Debug|Win32 {58B76DB8-1985-4B8A-8E71-C012D8F0C518}.Debug|Win32.Build.0 = Debug|Win32 + {58B76DB8-1985-4B8A-8E71-C012D8F0C518}.Debug|x64.ActiveCfg = Debug|x64 + {58B76DB8-1985-4B8A-8E71-C012D8F0C518}.Debug|x64.Build.0 = Debug|x64 {58B76DB8-1985-4B8A-8E71-C012D8F0C518}.Release|Win32.ActiveCfg = Release|Win32 {58B76DB8-1985-4B8A-8E71-C012D8F0C518}.Release|Win32.Build.0 = Release|Win32 + {58B76DB8-1985-4B8A-8E71-C012D8F0C518}.Release|x64.ActiveCfg = Release|x64 + {58B76DB8-1985-4B8A-8E71-C012D8F0C518}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/build/win32/vs2017/pforth_main.vcxproj b/build/win32/vs2017/pforth_main.vcxproj index ca50ca4..0b6ab8b 100644 --- a/build/win32/vs2017/pforth_main.vcxproj +++ b/build/win32/vs2017/pforth_main.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {58B76DB8-1985-4B8A-8E71-C012D8F0C518} @@ -23,20 +31,37 @@ NotSet true + + Application + v141 + NotSet + true + Application v141 Unicode + + Application + v141 + Unicode + + + + + + + <_ProjectFileVersion>15.0.27130.2010 @@ -46,11 +71,17 @@ $(Configuration)\ true + + true + $(SolutionDir)..\..\..\fth\ $(Configuration)\ false + + false + Disabled @@ -68,6 +99,22 @@ MachineX86 + + + Disabled + WIN32;_DEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + true + Console + + WIN32;NDEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) @@ -84,6 +131,22 @@ MachineX86 + + + WIN32;NDEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + true + Console + true + true + +