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)" +