Просмотр исходного кода

Bug fix: Assertions in Pascal code were present in release binaries.

Source commit: 2dbf4ec4de02ccbf4e9ab9e612432f7ae1edee5b
Martin Prikryl 9 лет назад
Родитель
Сommit
56d8f60bf6

+ 1 - 0
source/DragDropP.cbproj

@@ -91,6 +91,7 @@
 		<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
 	</PropertyGroup>
 	<PropertyGroup Condition="'$(Cfg_2)'!=''">
+		<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
 		<Defines>NDEBUG;$(Defines)</Defines>
 		<TASM_Debugging>None</TASM_Debugging>
 	</PropertyGroup>

+ 1 - 0
source/DriveDir.cbproj

@@ -85,6 +85,7 @@
 		<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
 	</PropertyGroup>
 	<PropertyGroup Condition="'$(Cfg_2)'!=''">
+		<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
 		<Defines>NDEBUG;$(Defines)</Defines>
 		<TASM_Debugging>None</TASM_Debugging>
 	</PropertyGroup>

+ 1 - 0
source/Jcl.cbproj

@@ -89,6 +89,7 @@
 		<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
 	</PropertyGroup>
 	<PropertyGroup Condition="'$(Cfg_2)'!=''">
+		<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
 		<Defines>NDEBUG;$(Defines)</Defines>
 		<TASM_Debugging>None</TASM_Debugging>
 	</PropertyGroup>

+ 1 - 0
source/Moje.cbproj

@@ -82,6 +82,7 @@
 		<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
 	</PropertyGroup>
 	<PropertyGroup Condition="'$(Cfg_2)'!=''">
+		<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
 		<Defines>NDEBUG;$(Defines)</Defines>
 		<TASM_Debugging>None</TASM_Debugging>
 	</PropertyGroup>

+ 1 - 0
source/PngComponents.cbproj

@@ -88,6 +88,7 @@
 		<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
 	</PropertyGroup>
 	<PropertyGroup Condition="'$(Cfg_2)'!=''">
+		<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
 		<Defines>NDEBUG;$(Defines)</Defines>
 		<TASM_Debugging>None</TASM_Debugging>
 	</PropertyGroup>

+ 1 - 0
source/tb2k.cbproj

@@ -81,6 +81,7 @@
 		<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
 	</PropertyGroup>
 	<PropertyGroup Condition="'$(Cfg_2)'!=''">
+		<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
 		<Defines>NDEBUG;$(Defines)</Defines>
 		<TASM_Debugging>None</TASM_Debugging>
 	</PropertyGroup>

+ 1 - 0
source/tbxp.cbproj

@@ -77,6 +77,7 @@
 		<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
 	</PropertyGroup>
 	<PropertyGroup Condition="'$(Cfg_2)'!=''">
+		<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
 		<Defines>NDEBUG;$(Defines)</Defines>
 		<TASM_Debugging>None</TASM_Debugging>
 	</PropertyGroup>