home *** CD-ROM | disk | FTP | other *** search
- WimpSlot -min 1800K -max 2400K
-
- Dir <Obey$Dir>.c
- gcc -O -v -x c c_source
-
-
- | Other options, you might need.
-
- | -c compile, but do not link. Output is a separate OBJ for each source
- | -S stop after compilation, do not assemble. Output is assembler files in .s
- | -E stop after preprocessing, do not compile. Output is sent to standard output.
- | -O2 more optimisation to different rules - careful, read the manual!
-