DJGPP-based DOS interpreter
- Posted by Ken Rhodes <ken_rhodes30436 at yahoo.com> Feb 05, 2002
- 409 views
Rob, Does the DJGPP compiler support the "O3" switch to "inline" code? I have written a simple batch file type eu_program that automates a number of steps in translating, compiling (with or without 03 option), managing the translator out put files (keeping them by moving them to a directory, or deleting them) and then running UPX to compress the executable. In short, I'd like to make that work on DOS as well as Linux. Ken Rhodes