8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
// Compiler options.
|
|
co-gnu3.lnt
|
|
-D__GNUC__=3
|
|
-D__GNUC_MINOR__=2
|
|
-D__HONOR_STD // Without this, STL-port and gcc 3 do not cooperate with gcc-defined exceptions in namespace std
|
|
-D__linux__
|
|
-D__i386__
|