From 7b2505ea154be6d34131c4fc584c6ad2e42c01b7 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 24 Jul 2025 15:06:17 +0200 Subject: Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug code --- .../deep_userdata_example.vcxproj | 38 ++++++++++++++-------- 1 file changed, 24 insertions(+), 14 deletions(-) (limited to 'deep_userdata_example') diff --git a/deep_userdata_example/deep_userdata_example.vcxproj b/deep_userdata_example/deep_userdata_example.vcxproj index 0b92cb2..bea5edd 100644 --- a/deep_userdata_example/deep_userdata_example.vcxproj +++ b/deep_userdata_example/deep_userdata_example.vcxproj @@ -566,7 +566,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 true @@ -591,7 +591,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 MultiThreadedDLL @@ -615,7 +615,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 @@ -643,6 +643,7 @@ $(IntDir)$(TargetName).pdb stdcpp20 ProgramDatabase + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)" @@ -665,6 +666,7 @@ stdcpp20 ProgramDatabase false + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)" @@ -689,6 +691,7 @@ MaxSpeed MultiThreadedDLL + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)" @@ -712,6 +715,7 @@ $(IntDir)$(TargetName).pdb stdcpp20 ProgramDatabase + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)" @@ -736,6 +740,7 @@ true MultiThreadedDLL + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)" @@ -757,7 +762,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase @@ -785,6 +790,7 @@ $(IntDir)$(TargetName).pdb stdcpp20 ProgramDatabase + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)" @@ -806,6 +812,7 @@ $(IntDir)$(TargetName).pdb stdcpp20 ProgramDatabase + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)" @@ -829,7 +836,7 @@ ProgramDatabase MultiThreadedDLL - _WINDLL;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)" @@ -850,7 +857,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase false @@ -872,7 +879,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase false @@ -894,7 +901,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase true @@ -921,7 +928,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase false @@ -943,7 +950,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase true @@ -970,7 +977,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase false @@ -996,7 +1003,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase false @@ -1018,7 +1025,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase false @@ -1040,7 +1047,7 @@ true $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir).. $(IntDir)$(TargetName).pdb - _WINDLL;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) stdcpp20 ProgramDatabase false @@ -1070,6 +1077,7 @@ true MultiThreadedDLL + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true @@ -1096,6 +1104,7 @@ stdcpp20 MultiThreadedDLL + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true @@ -1124,6 +1133,7 @@ MultiThreadedDLL + LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true -- cgit v1.2.3-55-g6feb