From 7e3b39133e8254e4ddfc6ff6f02371054291c93f Mon Sep 17 00:00:00 2001 From: Dmytro Vovk Date: Wed, 19 Sep 2018 15:13:47 +0200 Subject: [PATCH] Optimized VS2015 x64 compilation flags --- .../compiler/vc14win64/LowLevel.vcxproj | 763 +++---- .../compiler/vc14win64/LowLevelAABB.vcxproj | 535 ++--- .../compiler/vc14win64/LowLevelCloth.vcxproj | 683 +++--- .../vc14win64/LowLevelDynamics.vcxproj | 739 ++++--- .../vc14win64/LowLevelParticles.vcxproj | 675 +++--- .../Source/compiler/vc14win64/PhysX.vcxproj | 1416 ++++++------ .../vc14win64/PhysXCharacterKinematic.vcxproj | 652 +++--- .../compiler/vc14win64/PhysXCommon.vcxproj | 1964 +++++++++-------- .../compiler/vc14win64/PhysXCooking.vcxproj | 736 +++--- .../vc14win64/PhysXExtensions.vcxproj | 1125 +++++----- .../compiler/vc14win64/PhysXVehicle.vcxproj | 643 +++--- .../compiler/vc14win64/SceneQuery.vcxproj | 587 ++--- .../vc14win64/SimulationController.vcxproj | 863 ++++---- .../src/compiler/vc14win64/PsFastXml.vcxproj | 475 ++-- .../compiler/vc14win64/PxFoundation.vcxproj | 906 ++++---- .../src/compiler/vc14win64/PxPvdSDK.vcxproj | 852 +++---- .../src/compiler/vc14win64/PxTask.vcxproj | 499 +++-- 17 files changed, 7142 insertions(+), 6971 deletions(-) diff --git a/PhysX_3.4/Source/compiler/vc14win64/LowLevel.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/LowLevel.vcxproj index 28f6001f4..59ba4bf74 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/LowLevel.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/LowLevel.vcxproj @@ -1,378 +1,387 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A} - LowLevel - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevel/debug\ - .lib - $(ProjectName)DEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevel/checked\ - .lib - $(ProjectName)CHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevel/profile\ - .lib - $(ProjectName)PROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevel/release\ - .lib - $(ProjectName) - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A} + LowLevel + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevel/debug\ + .lib + $(ProjectName)DEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevel/checked\ + .lib + $(ProjectName)CHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevel/profile\ + .lib + $(ProjectName)PROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevel/release\ + .lib + $(ProjectName) + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/LowLevelAABB.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/LowLevelAABB.vcxproj index a6bbc2cbc..bc77bc95d 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/LowLevelAABB.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/LowLevelAABB.vcxproj @@ -1,264 +1,273 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {3059DE83-BFC9-5922-86A0-A9D1091E5EE0} - LowLevelAABB - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelAABB/debug\ - .lib - $(ProjectName)DEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelAABB/checked\ - .lib - $(ProjectName)CHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelAABB/profile\ - .lib - $(ProjectName)PROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelAABB/release\ - .lib - $(ProjectName) - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {3059DE83-BFC9-5922-86A0-A9D1091E5EE0} + LowLevelAABB + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelAABB/debug\ + .lib + $(ProjectName)DEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelAABB/checked\ + .lib + $(ProjectName)CHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelAABB/profile\ + .lib + $(ProjectName)PROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelAABB/release\ + .lib + $(ProjectName) + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/LowLevelCloth.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/LowLevelCloth.vcxproj index 42de874f1..dcf2a3bf8 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/LowLevelCloth.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/LowLevelCloth.vcxproj @@ -1,338 +1,347 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {24546E40-3140-20F4-C5AC-E4001B9880B8} - LowLevelCloth - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelCloth/debug\ - .lib - $(ProjectName)DEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelCloth/checked\ - .lib - $(ProjectName)CHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelCloth/profile\ - .lib - $(ProjectName)PROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelCloth/release\ - .lib - $(ProjectName) - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName).lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/debug/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp - Building %(Identity) - ./x64/LowLevelCloth/debug/avx/SwSolveConstraints.obj; - cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/checked/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp - Building %(Identity) - ./x64/LowLevelCloth/checked/avx/SwSolveConstraints.obj; - cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/profile/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp - Building %(Identity) - ./x64/LowLevelCloth/profile/avx/SwSolveConstraints.obj; - cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/release/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp - Building %(Identity) - ./x64/LowLevelCloth/release/avx/SwSolveConstraints.obj; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {24546E40-3140-20F4-C5AC-E4001B9880B8} + LowLevelCloth + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelCloth/debug\ + .lib + $(ProjectName)DEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelCloth/checked\ + .lib + $(ProjectName)CHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelCloth/profile\ + .lib + $(ProjectName)PROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelCloth/release\ + .lib + $(ProjectName) + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/debug/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp + Building %(Identity) + ./x64/LowLevelCloth/debug/avx/SwSolveConstraints.obj; + cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/checked/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp + Building %(Identity) + ./x64/LowLevelCloth/checked/avx/SwSolveConstraints.obj; + cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/profile/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp + Building %(Identity) + ./x64/LowLevelCloth/profile/avx/SwSolveConstraints.obj; + cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/release/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp + Building %(Identity) + ./x64/LowLevelCloth/release/avx/SwSolveConstraints.obj; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/LowLevelDynamics.vcxproj index 7f32409d1..a26cffb3e 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/LowLevelDynamics.vcxproj @@ -1,366 +1,375 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E} - LowLevelDynamics - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelDynamics/debug\ - .lib - $(ProjectName)DEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelDynamics/checked\ - .lib - $(ProjectName)CHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelDynamics/profile\ - .lib - $(ProjectName)PROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelDynamics/release\ - .lib - $(ProjectName) - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E} + LowLevelDynamics + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelDynamics/debug\ + .lib + $(ProjectName)DEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelDynamics/checked\ + .lib + $(ProjectName)CHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelDynamics/profile\ + .lib + $(ProjectName)PROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelDynamics/release\ + .lib + $(ProjectName) + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/LowLevelParticles.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/LowLevelParticles.vcxproj index cd06b1363..501d41b2e 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/LowLevelParticles.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/LowLevelParticles.vcxproj @@ -1,334 +1,343 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {D18EB5F3-84D9-FD36-27C0-555ADB086FD3} - LowLevelParticles - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelParticles/debug\ - .lib - $(ProjectName)DEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelParticles/checked\ - .lib - $(ProjectName)CHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelParticles/profile\ - .lib - $(ProjectName)PROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/LowLevelParticles/release\ - .lib - $(ProjectName) - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {D18EB5F3-84D9-FD36-27C0-555ADB086FD3} + LowLevelParticles + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelParticles/debug\ + .lib + $(ProjectName)DEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelParticles/checked\ + .lib + $(ProjectName)CHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelParticles/profile\ + .lib + $(ProjectName)PROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/LowLevelParticles/release\ + .lib + $(ProjectName) + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/PhysX.vcxproj index 9bfe44896..8b1197c18 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/PhysX.vcxproj @@ -1,703 +1,715 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4} - PhysX - - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysX/debug\ - .dll - PhysX3DEBUG_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories) - PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PxPvdSDKDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll /DEBUG - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PhysX3DEBUG_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysX/checked\ - .dll - PhysX3CHECKED_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories) - PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PxPvdSDKCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PhysX3CHECKED_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysX/profile\ - .dll - PhysX3PROFILE_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories) - PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PxPvdSDKPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll /INCREMENTAL:NO /DEBUG - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PhysX3PROFILE_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysX/release\ - .dll - PhysX3_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories) - PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PxPvdSDK_x64.dll /DELAYLOAD:PhysX3Common_x64.dll /INCREMENTAL:NO - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PhysX3_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - false - - - - - false - - - - - false - - - - - false - - - - - false - - - - - false - - - - - false - - - - - false - - - - - false - - - - - false - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4} + PhysX + 8.1 + + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysX/debug\ + .dll + PhysX3DEBUG_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories) + PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PxPvdSDKDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll /DEBUG + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PhysX3DEBUG_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysX/checked\ + .dll + PhysX3CHECKED_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories) + PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PxPvdSDKCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PhysX3CHECKED_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysX/profile\ + .dll + PhysX3PROFILE_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories) + PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PxPvdSDKPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll /INCREMENTAL:NO /DEBUG + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PhysX3PROFILE_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysX/release\ + .dll + PhysX3_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4770 /d2Zi+ /Gw + Full + ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories) + PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PxPvdSDK_x64.dll /DELAYLOAD:PhysX3Common_x64.dll /INCREMENTAL:NO + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PhysX3_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + UseLinkTimeCodeGeneration + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + false + + + + + false + + + + + false + + + + + false + + + + + false + + + + + false + + + + + false + + + + + false + + + + + false + + + + + false + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/PhysXCharacterKinematic.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/PhysXCharacterKinematic.vcxproj index 1d9efcb4f..b702e80c3 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/PhysXCharacterKinematic.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/PhysXCharacterKinematic.vcxproj @@ -1,321 +1,333 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4} - PhysXCharacterKinematic - - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCharacterKinematic/debug\ - .dll - PhysX3CharacterKinematicDEBUG_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories) - PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DEBUG - %(AdditionalDependencies) - $(OutDir)PhysX3CharacterKinematicDEBUG_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCharacterKinematic/checked\ - .dll - PhysX3CharacterKinematicCHECKED_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories) - PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 - %(AdditionalDependencies) - $(OutDir)PhysX3CharacterKinematicCHECKED_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCharacterKinematic/profile\ - .dll - PhysX3CharacterKinematicPROFILE_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories) - PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG - %(AdditionalDependencies) - $(OutDir)PhysX3CharacterKinematicPROFILE_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCharacterKinematic/release\ - .dll - PhysX3CharacterKinematic_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories) - PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)PhysX3CharacterKinematic_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - false - - - - - false - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4} + PhysXCharacterKinematic + 8.1 + + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCharacterKinematic/debug\ + .dll + PhysX3CharacterKinematicDEBUG_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories) + PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /DEBUG + %(AdditionalDependencies) + $(OutDir)PhysX3CharacterKinematicDEBUG_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCharacterKinematic/checked\ + .dll + PhysX3CharacterKinematicCHECKED_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories) + PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 + %(AdditionalDependencies) + $(OutDir)PhysX3CharacterKinematicCHECKED_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCharacterKinematic/profile\ + .dll + PhysX3CharacterKinematicPROFILE_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories) + PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG + %(AdditionalDependencies) + $(OutDir)PhysX3CharacterKinematicPROFILE_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCharacterKinematic/release\ + .dll + PhysX3CharacterKinematic_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories) + PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /MAP /MACHINE:x64 /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)PhysX3CharacterKinematic_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + true + true + UseLinkTimeCodeGeneration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + false + + + + + false + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/PhysXCommon.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/PhysXCommon.vcxproj index 933b5ac0e..9e59a818e 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/PhysXCommon.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/PhysXCommon.vcxproj @@ -1,977 +1,989 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {653CC2CD-99F5-48D8-0E9C-46FA10B26447} - PhysXCommon - - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCommon/debug\ - .dll - PhysX3CommonDEBUG_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DEBUG /DELAYLOAD:PxFoundationDEBUG_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PhysX3CommonDEBUG_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCommon/checked\ - .dll - PhysX3CommonCHECKED_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DELAYLOAD:PxFoundationCHECKED_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PhysX3CommonCHECKED_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCommon/profile\ - .dll - PhysX3CommonPROFILE_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG /DELAYLOAD:PxFoundationPROFILE_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PhysX3CommonPROFILE_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCommon/release\ - .dll - PhysX3Common_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PhysX3Common_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {653CC2CD-99F5-48D8-0E9C-46FA10B26447} + PhysXCommon + 8.1 + + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCommon/debug\ + .dll + PhysX3CommonDEBUG_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /DEBUG /DELAYLOAD:PxFoundationDEBUG_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PhysX3CommonDEBUG_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCommon/checked\ + .dll + PhysX3CommonCHECKED_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /DELAYLOAD:PxFoundationCHECKED_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PhysX3CommonCHECKED_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCommon/profile\ + .dll + PhysX3CommonPROFILE_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG /DELAYLOAD:PxFoundationPROFILE_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PhysX3CommonPROFILE_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCommon/release\ + .dll + PhysX3Common_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /MAP /MACHINE:x64 /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PhysX3Common_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + true + true + UseLinkTimeCodeGeneration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/PhysXCooking.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/PhysXCooking.vcxproj index 5c32b27c0..79513c30f 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/PhysXCooking.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/PhysXCooking.vcxproj @@ -1,363 +1,375 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {C6474901-29F9-EF65-44E2-951696161E76} - PhysXCooking - - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCooking/debug\ - .dll - PhysX3CookingDEBUG_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) - PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DEBUG /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll - %(AdditionalDependencies) - $(OutDir)PhysX3CookingDEBUG_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCooking/checked\ - .dll - PhysX3CookingCHECKED_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) - PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll - %(AdditionalDependencies) - $(OutDir)PhysX3CookingCHECKED_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCooking/profile\ - .dll - PhysX3CookingPROFILE_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) - PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll - %(AdditionalDependencies) - $(OutDir)PhysX3CookingPROFILE_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PhysXCooking/release\ - .dll - PhysX3Cooking_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) - PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /MAP /MACHINE:x64 /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PhysX3Common_x64.dll - %(AdditionalDependencies) - $(OutDir)PhysX3Cooking_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../Lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - false - - - - - false - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {C6474901-29F9-EF65-44E2-951696161E76} + PhysXCooking + 8.1 + + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCooking/debug\ + .dll + PhysX3CookingDEBUG_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) + PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /DEBUG /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll + %(AdditionalDependencies) + $(OutDir)PhysX3CookingDEBUG_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCooking/checked\ + .dll + PhysX3CookingCHECKED_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) + PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll + %(AdditionalDependencies) + $(OutDir)PhysX3CookingCHECKED_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCooking/profile\ + .dll + PhysX3CookingPROFILE_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) + PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll + %(AdditionalDependencies) + $(OutDir)PhysX3CookingPROFILE_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PhysXCooking/release\ + .dll + PhysX3Cooking_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories) + PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /MAP /MACHINE:x64 /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PhysX3Common_x64.dll + %(AdditionalDependencies) + $(OutDir)PhysX3Cooking_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../Lib/vc14win64/$(TargetName).lib + true + MachineX64 + true + true + UseLinkTimeCodeGeneration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + false + + + + + false + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/PhysXExtensions.vcxproj index a592292d9..e4b21731b 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/PhysXExtensions.vcxproj @@ -1,559 +1,568 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90} - PhysXExtensions - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/PhysXExtensions/debug\ - .lib - PhysX3ExtensionsDEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories) - PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)PhysX3ExtensionsDEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/PhysXExtensions/checked\ - .lib - PhysX3ExtensionsCHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories) - PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)PhysX3ExtensionsCHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/PhysXExtensions/profile\ - .lib - PhysX3ExtensionsPROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories) - PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)PhysX3ExtensionsPROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/PhysXExtensions/release\ - .lib - PhysX3Extensions - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories) - PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)PhysX3Extensions.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90} + PhysXExtensions + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/PhysXExtensions/debug\ + .lib + PhysX3ExtensionsDEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories) + PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)PhysX3ExtensionsDEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/PhysXExtensions/checked\ + .lib + PhysX3ExtensionsCHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories) + PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)PhysX3ExtensionsCHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/PhysXExtensions/profile\ + .lib + PhysX3ExtensionsPROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories) + PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)PhysX3ExtensionsPROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/PhysXExtensions/release\ + .lib + PhysX3Extensions + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories) + PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)PhysX3Extensions.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/PhysXVehicle.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/PhysXVehicle.vcxproj index 50dab7592..468402274 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/PhysXVehicle.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/PhysXVehicle.vcxproj @@ -1,318 +1,327 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {BC4778D3-142F-31D0-46EC-77203F28C874} - PhysXVehicle - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/PhysXVehicle/debug\ - .lib - PhysX3VehicleDEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)PhysX3VehicleDEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/PhysXVehicle/checked\ - .lib - PhysX3VehicleCHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)PhysX3VehicleCHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/PhysXVehicle/profile\ - .lib - PhysX3VehiclePROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)PhysX3VehiclePROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/PhysXVehicle/release\ - .lib - PhysX3Vehicle - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)PhysX3Vehicle.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {BC4778D3-142F-31D0-46EC-77203F28C874} + PhysXVehicle + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/PhysXVehicle/debug\ + .lib + PhysX3VehicleDEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)PhysX3VehicleDEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/PhysXVehicle/checked\ + .lib + PhysX3VehicleCHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)PhysX3VehicleCHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/PhysXVehicle/profile\ + .lib + PhysX3VehiclePROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)PhysX3VehiclePROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/PhysXVehicle/release\ + .lib + PhysX3Vehicle + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)PhysX3Vehicle.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/SceneQuery.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/SceneQuery.vcxproj index a0f5118b2..3a5ab04c9 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/SceneQuery.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/SceneQuery.vcxproj @@ -1,290 +1,299 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC} - SceneQuery - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/SceneQuery/debug\ - .lib - $(ProjectName)DEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/SceneQuery/checked\ - .lib - $(ProjectName)CHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/SceneQuery/profile\ - .lib - $(ProjectName)PROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/SceneQuery/release\ - .lib - $(ProjectName) - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName).lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC} + SceneQuery + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/SceneQuery/debug\ + .lib + $(ProjectName)DEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/SceneQuery/checked\ + .lib + $(ProjectName)CHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/SceneQuery/profile\ + .lib + $(ProjectName)PROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/SceneQuery/release\ + .lib + $(ProjectName) + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PhysX_3.4/Source/compiler/vc14win64/SimulationController.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/SimulationController.vcxproj index 8b1e33e94..9771327a0 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/SimulationController.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/SimulationController.vcxproj @@ -1,428 +1,437 @@ - + - - - debug - x64 - - - checked - x64 - - - profile - x64 - - - release - x64 - - - - {49C560C2-F59E-0A40-E1D5-E0F25960F1AB} - SimulationController - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../Lib/vc14win64\ - ./x64/SimulationController/debug\ - .lib - $(ProjectName)DEBUG - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/SimulationController/checked\ - .lib - $(ProjectName)CHECKED - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/SimulationController/profile\ - .lib - $(ProjectName)PROFILE - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../Lib/vc14win64\ - ./x64/SimulationController/release\ - .lib - $(ProjectName) - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ - Full - ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName).lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + checked + x64 + + + profile + x64 + + + release + x64 + + + + {49C560C2-F59E-0A40-E1D5-E0F25960F1AB} + SimulationController + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + + + + + + + + + + + + + + + + ./../../../Lib/vc14win64\ + ./x64/SimulationController/debug\ + .lib + $(ProjectName)DEBUG + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/SimulationController/checked\ + .lib + $(ProjectName)CHECKED + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/SimulationController/profile\ + .lib + $(ProjectName)PROFILE + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ + Full + ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../Lib/vc14win64\ + ./x64/SimulationController/release\ + .lib + $(ProjectName) + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PxShared/src/compiler/vc14win64/PsFastXml.vcxproj b/PxShared/src/compiler/vc14win64/PsFastXml.vcxproj index b8e996285..240ee1a5b 100644 --- a/PxShared/src/compiler/vc14win64/PsFastXml.vcxproj +++ b/PxShared/src/compiler/vc14win64/PsFastXml.vcxproj @@ -1,234 +1,243 @@ - + - - - debug - x64 - - - release - x64 - - - checked - x64 - - - profile - x64 - - - - {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A} - PsFastXml - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../lib/vc14win64\ - ./x64/PsFastXml/debug\ - .lib - $(ProjectName)DEBUG_x64 - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories) - PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG_x64.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../lib/vc14win64\ - ./x64/PsFastXml/release\ - .lib - $(ProjectName)_x64 - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories) - PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName)_x64.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../lib/vc14win64\ - ./x64/PsFastXml/checked\ - .lib - $(ProjectName)CHECKED_x64 - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories) - PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED_x64.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../lib/vc14win64\ - ./x64/PsFastXml/profile\ - .lib - $(ProjectName)PROFILE_x64 - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories) - PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE_x64.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - + + + debug + x64 + + + release + x64 + + + checked + x64 + + + profile + x64 + + + + {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A} + PsFastXml + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + + + + + + + + + + + + + + + + ./../../../lib/vc14win64\ + ./x64/PsFastXml/debug\ + .lib + $(ProjectName)DEBUG_x64 + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories) + PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG_x64.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../lib/vc14win64\ + ./x64/PsFastXml/release\ + .lib + $(ProjectName)_x64 + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories) + PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName)_x64.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../lib/vc14win64\ + ./x64/PsFastXml/checked\ + .lib + $(ProjectName)CHECKED_x64 + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories) + PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED_x64.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../lib/vc14win64\ + ./x64/PsFastXml/profile\ + .lib + $(ProjectName)PROFILE_x64 + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories) + PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE_x64.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PxShared/src/compiler/vc14win64/PxFoundation.vcxproj b/PxShared/src/compiler/vc14win64/PxFoundation.vcxproj index 6ba72231d..204390a70 100644 --- a/PxShared/src/compiler/vc14win64/PxFoundation.vcxproj +++ b/PxShared/src/compiler/vc14win64/PxFoundation.vcxproj @@ -1,448 +1,460 @@ - + - - - debug - x64 - - - release - x64 - - - checked - x64 - - - profile - x64 - - - - {DF4537B3-3CE9-1581-10B6-A291FE3299C6} - PxFoundation - - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PxFoundation/debug\ - .dll - PxFoundationDEBUG_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories) - PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)PxFoundationDEBUG_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PxFoundation/release\ - .dll - PxFoundation_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories) - PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)PxFoundation_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PxFoundation/checked\ - .dll - PxFoundationCHECKED_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories) - PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)PxFoundationCHECKED_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PxFoundation/profile\ - .dll - PxFoundationPROFILE_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories) - PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)PxFoundationPROFILE_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + release + x64 + + + checked + x64 + + + profile + x64 + + + + {DF4537B3-3CE9-1581-10B6-A291FE3299C6} + PxFoundation + 8.1 + + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + true + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + + + + + + + + + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PxFoundation/debug\ + .dll + PxFoundationDEBUG_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories) + PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)PxFoundationDEBUG_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PxFoundation/release\ + .dll + PxFoundation_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories) + PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)PxFoundation_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../lib/vc14win64/$(TargetName).lib + true + MachineX64 + true + true + UseLinkTimeCodeGeneration + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PxFoundation/checked\ + .dll + PxFoundationCHECKED_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories) + PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)PxFoundationCHECKED_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PxFoundation/profile\ + .dll + PxFoundationPROFILE_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories) + PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)PxFoundationPROFILE_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj b/PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj index 44843c4d3..128bdbce8 100644 --- a/PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj +++ b/PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj @@ -1,421 +1,433 @@ - + - - - debug - x64 - - - release - x64 - - - checked - x64 - - - profile - x64 - - - - {D4255C0E-3C6E-8A94-959C-54BAC884B25C} - PxPvdSDK - - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - DynamicLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PxPvdSDK/debug\ - .dll - PxPvdSDKDEBUG_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /DELAYLOAD:PxFoundationDEBUG_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PxPvdSDKDEBUG_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PxPvdSDK/release\ - .dll - PxPvdSDK_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PxPvdSDK_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PxPvdSDK/checked\ - .dll - PxPvdSDKCHECKED_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /DELAYLOAD:PxFoundationCHECKED_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PxPvdSDKCHECKED_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - ./../../../bin/vc14win64\ - ./x64/PxPvdSDK/profile\ - .dll - PxPvdSDKPROFILE_x64 - AllRules.ruleset - - - true - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO /DELAYLOAD:PxFoundationPROFILE_x64.dll - ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) - $(OutDir)PxPvdSDKPROFILE_x64.dll - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - Console - ./../../../lib/vc14win64/$(TargetName).lib - true - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - + + + debug + x64 + + + release + x64 + + + checked + x64 + + + profile + x64 + + + + {D4255C0E-3C6E-8A94-959C-54BAC884B25C} + PxPvdSDK + 8.1 + + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + true + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + + + + + + + + + + + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PxPvdSDK/debug\ + .dll + PxPvdSDKDEBUG_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /DELAYLOAD:PxFoundationDEBUG_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PxPvdSDKDEBUG_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PxPvdSDK/release\ + .dll + PxPvdSDK_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PxPvdSDK_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../lib/vc14win64/$(TargetName).lib + true + MachineX64 + true + true + UseLinkTimeCodeGeneration + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PxPvdSDK/checked\ + .dll + PxPvdSDKCHECKED_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /DELAYLOAD:PxFoundationCHECKED_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PxPvdSDKCHECKED_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + ./../../../bin/vc14win64\ + ./x64/PxPvdSDK/profile\ + .dll + PxPvdSDKPROFILE_x64 + AllRules.ruleset + + + true + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO /DELAYLOAD:PxFoundationPROFILE_x64.dll + ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies) + $(OutDir)PxPvdSDKPROFILE_x64.dll + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + Console + ./../../../lib/vc14win64/$(TargetName).lib + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + \ No newline at end of file diff --git a/PxShared/src/compiler/vc14win64/PxTask.vcxproj b/PxShared/src/compiler/vc14win64/PxTask.vcxproj index 2aee2ead3..d7fc4a2a2 100644 --- a/PxShared/src/compiler/vc14win64/PxTask.vcxproj +++ b/PxShared/src/compiler/vc14win64/PxTask.vcxproj @@ -1,246 +1,255 @@ - + - - - debug - x64 - - - release - x64 - - - checked - x64 - - - profile - x64 - - - - {5B1132F6-84F8-142E-B951-ADB8505CC27F} - PxTask - - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - StaticLibrary - v140 - - - - - - - - - - - - - - - - - - ./../../../lib/vc14win64\ - ./x64/PxTask/debug\ - .lib - $(ProjectName)DEBUG_x64 - AllRules.ruleset - - - - - - true - true - false - false - Fast - UninitializedLocalUsageCheck - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Disabled - ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreadedDebug - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)DEBUG_x64.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../lib/vc14win64\ - ./x64/PxTask/release\ - .lib - $(ProjectName)_x64 - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName)_x64.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../lib/vc14win64\ - ./x64/PxTask/checked\ - .lib - $(ProjectName)CHECKED_x64 - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)$(ProjectName)CHECKED_x64.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - ./../../../lib/vc14win64\ - ./x64/PxTask/profile\ - .lib - $(ProjectName)PROFILE_x64 - AllRules.ruleset - - - - - - true - true - false - false - Fast - /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ - Full - ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories) - WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions) - false - Level4 - MultiThreaded - NotUsing - - $(TargetDir)\$(TargetName).pdb - ProgramDatabase - - - /INCREMENTAL:NO - %(AdditionalDependencies) - $(OutDir)$(ProjectName)PROFILE_x64.lib - %(AdditionalLibraryDirectories) - $(TargetDir)\$(TargetName).pdb - MachineX64 - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - + + + debug + x64 + + + release + x64 + + + checked + x64 + + + profile + x64 + + + + {5B1132F6-84F8-142E-B951-ADB8505CC27F} + PxTask + 8.1 + + + + StaticLibrary + v140 + + + StaticLibrary + v140 + true + + + StaticLibrary + v140 + + + StaticLibrary + v140 + + + + + + + + + + + + + + + + + + ./../../../lib/vc14win64\ + ./x64/PxTask/debug\ + .lib + $(ProjectName)DEBUG_x64 + AllRules.ruleset + + + + + + true + true + false + false + Fast + UninitializedLocalUsageCheck + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Disabled + ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreadedDebug + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)DEBUG_x64.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../lib/vc14win64\ + ./x64/PxTask/release\ + .lib + $(ProjectName)_x64 + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ /Gw + Full + ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + true + true + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName)_x64.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../lib/vc14win64\ + ./x64/PxTask/checked\ + .lib + $(ProjectName)CHECKED_x64 + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName)CHECKED_x64.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + ./../../../lib/vc14win64\ + ./x64/PxTask/profile\ + .lib + $(ProjectName)PROFILE_x64 + AllRules.ruleset + + + + + + true + true + false + false + Fast + /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /d2Zi+ + Full + ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories) + WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions) + false + Level4 + MultiThreaded + NotUsing + + + $(TargetDir)\$(TargetName).pdb + ProgramDatabase + + + /INCREMENTAL:NO + %(AdditionalDependencies) + $(OutDir)$(ProjectName)PROFILE_x64.lib + %(AdditionalLibraryDirectories) + $(TargetDir)\$(TargetName).pdb + MachineX64 + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file