From 1126ed5d3885855ef84e32b33afb7061e1a8bf37 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Mon, 6 Feb 2023 22:24:36 +0100 Subject: [PATCH] Adapt to common pEp toolchain rules - Introduce new build target `win64` for 64-bit Windows. - `build-windows` is 32-bit Windows. --- .../pEpEngineSequoiaBackendProject.vcxproj | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) rename pEpEngineSequoiaBackendProject.vcxproj => build-win64/pEpEngineSequoiaBackendProject.vcxproj (85%) diff --git a/pEpEngineSequoiaBackendProject.vcxproj b/build-win64/pEpEngineSequoiaBackendProject.vcxproj similarity index 85% rename from pEpEngineSequoiaBackendProject.vcxproj rename to build-win64/pEpEngineSequoiaBackendProject.vcxproj index cd04b7b..bf78cc7 100644 --- a/pEpEngineSequoiaBackendProject.vcxproj +++ b/build-win64/pEpEngineSequoiaBackendProject.vcxproj @@ -18,6 +18,9 @@ x64 + + + 17.0 {C0052FAC-9409-4CE4-B4FF-F98EDCDB244B} @@ -63,11 +66,11 @@ - nmake /f NMakefile /e DEBUG=debug - target\debug\pep_engine_sequoia_backend.dll - nmake /f NMakefile clean + nmake /f ..\NMakefile /e DEBUG=debug + $(ProjectPath)..\target\debug\pep_engine_sequoia_backend.dll + nmake /f ..\NMakefile clean _DEBUG;$(NMakePreprocessorDefinitions) - nmake /f NMakefile /e DEBUG=debug clean build + nmake /f ..\NMakefile /e DEBUG=debug clean build nmake /f NMakefile /e DEBUG=debug @@ -82,17 +85,14 @@ WIN32;NDEBUG;$(NMakePreprocessorDefinitions) - nmake /f NMakefile - target\release\pep_engine_sequoia_backend.dll - nmake /f NMakefile clean + nmake /f ..\NMakefile + $(ProjectDir)..\target\release\pep_engine_sequoia_backend.dll + nmake /f ..\NMakefile clean NDEBUG;$(NMakePreprocessorDefinitions) - nmake /f NMakefile clean build + nmake /f ..\NMakefile clean build - - - -- GitLab