瀏覽代碼

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

peter 25 年之前
父節點
當前提交
07ad807864
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/mppc386.bat

+ 1 - 1
compiler/mppc386.bat

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