This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* initial release of batch to compile a delphi compiled compiler
florian
26 years ago
parent
78d13ec796
commit
95aee40454
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
compiler/mdppc386.bat
+ 2
- 0
compiler/mdppc386.bat
View File
@@ -0,0 +1,2 @@
+dcc32 -Di386 -DGDB -Ddelphi -Ddelphi4 -ADOS=sysutils -CC -$H- ppc.dpr
+