From af007014eac23302c147e1b4589695d34f71444d Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 12 Jul 2021 11:10:02 +0200 Subject: [PATCH] Update Windows build file --- build-windows/pEpJNIAdapter.vcxproj | 87 +++-------------------------- 1 file changed, 8 insertions(+), 79 deletions(-) diff --git a/build-windows/pEpJNIAdapter.vcxproj b/build-windows/pEpJNIAdapter.vcxproj index d488e76..a2484a4 100644 --- a/build-windows/pEpJNIAdapter.vcxproj +++ b/build-windows/pEpJNIAdapter.vcxproj @@ -9,14 +9,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - @@ -69,19 +61,6 @@ true Unicode - - DynamicLibrary - true - v142 - Unicode - - - DynamicLibrary - false - v142 - true - Unicode - @@ -93,12 +72,6 @@ - - - - - - true @@ -107,12 +80,6 @@ false - - true - - - false - Level3 @@ -129,9 +96,12 @@ true false - + IF NOT EXIST "..\build" CALL generate_code.cmd + + CP "..\build\java\pEp.jar" "$(SolutionDir)\$(Configuration)" + @@ -153,53 +123,12 @@ true false - - IF NOT EXIST "..\build" CALL generate_code.cmd - - - - - Level3 - true - _DEBUG;PEPJNIADAPTER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - NotUsing - - - C:\Program Files\Java\jdk-16\include\win32;C:\Program Files\Java\jdk-16\include;$(ProjectDir)..\..\ - - - Windows - true - false - - - IF NOT EXIST "..\build" CALL generate_code.cmd - - - - - Level3 - true - true - true - NDEBUG;PEPJNIADAPTER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - NotUsing - - - C:\Program Files\Java\jdk-16\include\win32;C:\Program Files\Java\jdk-16\include;$(ProjectDir)..\..\ - - - Windows - true - true - true - false - - + IF NOT EXIST "..\build" CALL generate_code.cmd + + CP "..\build\java\pEp.jar" "$(SolutionDir)\$(Configuration)" +