* added -FE. to put the PPU's in the compiler dir

This commit is contained in:
peter 2000-10-21 14:36:00 +00:00
parent 182552a82b
commit 07ad807864

View File

@ -1,4 +1,4 @@
ppc386 -O3p3 -Ch8000000 -Fui386 -dI386 -dGDB -dBROWSERLOG -Sg pp.pas %1 %2 %3 %4 %5 %6 %7 %8 %9
ppc386 -O3p3 -Ch8000000 -FE. -Fui386 -dI386 -dGDB -dBROWSERLOG -Sg pp.pas %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 0 goto success
goto failed
:success