Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Compilers IDs?

(1/2) > >>

Trikko:
Sorry i'm a newbie about cb sdk. I searched on doxygen doc and around some include files but i can't find which are hte right compiler id for visual c++, open watcom and borland c++. (i've guessed gcc and digital mars, seems to be gcc and dmc)

Thanks in advance.

mandrav:
IIRC msvctk, ow and bcc.

The ids are initialized in each compiler's constructor, so take a look yourself :)

Trikko:
My wxSensitive project wizard works :P It checks for compiled wx libraries and add automatically a target for each compiled version :P

Trikko:
I have another question: how can i add some strings to "#define" panel of project build options/compiler ?

mandrav:

--- Quote from: Trikko on June 16, 2006, 06:58:08 pm ---I have another question: how can i add some strings to "#define" panel of project build options/compiler ?

--- End quote ---

AddCompilerOption("-Dxyz")

Navigation

[0] Message Index

[#] Next page

Go to full version