소스 검색

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

Source commit: 2dbf4ec4de02ccbf4e9ab9e612432f7ae1edee5b
Martin Prikryl 9 년 전
부모
커밋
56d8f60bf6
7개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      source/DragDropP.cbproj
  2. 1 0
      source/DriveDir.cbproj
  3. 1 0
      source/Jcl.cbproj
  4. 1 0
      source/Moje.cbproj
  5. 1 0
      source/PngComponents.cbproj
  6. 1 0
      source/tb2k.cbproj
  7. 1 0
      source/tbxp.cbproj

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