2
0
Эх сурвалжийг харах

changed the default compiler options for .Mod files to -p=Win32G
changed the default compiler options for .Mdf files to -p=Win32G --cellsAreObjects

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6820 8c9fc860-2736-0410-a75d-ab315db34111

skoster 9 жил өмнө
parent
commit
b81d021d35

+ 2 - 2
source/Configuration.XML

@@ -483,7 +483,7 @@ To update: Configuration.Init ~
 				</Section>
 				<Section name="Fox">
 					<Setting name="caption" value="Compile"/>
-					<Setting name="options" value="-b=AMD --warnings"/>
+					<Setting name="options" value="-p=Win32G -w"/>
 					<Setting name="fileExtension" value="MOD"/>
 					<Setting name="loadmodule" value="TextCompiler"/>
 					<Setting name="genTree" value="PETModuleTree.GenModuleTree"/>
@@ -491,7 +491,7 @@ To update: Configuration.Init ~
 				</Section>
 				<Section name="Fox">
 					<Setting name="caption" value="Compile"/>
-						<Setting name="options" value="--activeCells -b=TRM"/>
+						<Setting name="options" value="-p=Win32G --cellsAreObjects"/>
 					<Setting name="fileExtension" value="MDF"/>
 					<Setting name="loadmodule" value="TextCompiler"/>
 					<Setting name="genTree" value="PETModuleTree.GenModuleTree"/>