Commit fdd90db

Nick committed on
Update build modes to call build script
commit fdd90dbb7032785520e9669d8d10c95829a8918c parent fe50827
1 changed files +3−3
ModifiedGBEmu.lpi +3−3
@@ -73,7 +73,7 @@
73 </Verbosity> 73 </Verbosity>
74 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/> 74 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
75 <ExecuteAfter> 75 <ExecuteAfter>
76 <Command Value="$Path($(CompPath))/instantfpc PostBuild.pas $Path($(TargetFile))"/> 76 <Command Value="$MakeExe(ide,$Path($(CompPath))/instantfpc) --compiler=&quot;$(CompPath)&quot; PostBuild.pas &quot;$Path($(TargetFile))&quot;"/>
77 </ExecuteAfter> 77 </ExecuteAfter>
78 </Other> 78 </Other>
79 </CompilerOptions> 79 </CompilerOptions>
@@ -132,7 +132,7 @@
132 </Verbosity> 132 </Verbosity>
133 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/> 133 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
134 <ExecuteAfter> 134 <ExecuteAfter>
135 <Command Value="$Path($(CompPath))/instantfpc PostBuild.pas $Path($(TargetFile))"/> 135 <Command Value="$MakeExe(ide,$Path($(CompPath))/instantfpc) --compiler=&quot;$(CompPath)&quot; PostBuild.pas &quot;$Path($(TargetFile))&quot;"/>
136 </ExecuteAfter> 136 </ExecuteAfter>
137 </Other> 137 </Other>
138 </CompilerOptions> 138 </CompilerOptions>
@@ -194,7 +194,7 @@
194 </Verbosity> 194 </Verbosity>
195 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/> 195 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
196 <ExecuteAfter> 196 <ExecuteAfter>
197 <Command Value="$Path($(CompPath))/instantfpc PostBuild.pas $Path($(TargetFile))"/> 197 <Command Value="$MakeExe(ide,$Path($(CompPath))/instantfpc) --compiler=&quot;$(CompPath)&quot; PostBuild.pas &quot;$Path($(TargetFile))&quot;"/>
198 </ExecuteAfter> 198 </ExecuteAfter>
199 </Other> 199 </Other>
200 </CompilerOptions> 200 </CompilerOptions>