mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 20:47:53 +02:00
7 lines
153 B
Batchfile
7 lines
153 B
Batchfile
ppc386 -Ch8000000 -dI386 -dGDB -a -Sg pp.pas %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
if errorlevel 0 goto success
|
|
goto failed
|
|
:success
|
|
copy pp.exe ppc386.exe
|
|
:failed
|