Support of more as one subsystem at one compiler run

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Support of more as one subsystem at one compiler run

Post 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)
...
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

this has always been possible. just separate the names with commas in the compiler options.
quidquid Latine dictum sit altum videtur
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post 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.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Post Reply