Page 1 of 1

Support of more as one subsystem at one compiler run

Posted: Fri Jan 04, 2008 8:21 pm
by IceSoft
It will come the time who anyone will need more as one subsystem at the same time.

Example:
the compiling program want to use

a grafic subsystem (e.g.: DirectX9)
a sound subsystem (...not yet existing but it will be come)
...

Posted: Fri Jan 04, 2008 8:58 pm
by freak
this has always been possible. just separate the names with commas in the compiler options.

Posted: Fri Jan 04, 2008 9:06 pm
by IceSoft
freak wrote:this has always been possible. just separate the names with commas in the compiler options.
Thats great! Thanks for info. Is this documented? I didn't read it.