Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Plugins development
»
ProjectBuildTarget preprocessor defines
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: ProjectBuildTarget preprocessor defines (Read 6084 times)
yop
Regular
Posts: 387
ProjectBuildTarget preprocessor defines
«
on:
February 04, 2006, 08:42:17 pm »
How can I get them? I can see GetLibDirs, GetLibs, Get[Whatever] but what about the preprocessor defines (-D[somehing] for gcc)? I know that I'll say that I should have looked better when someone replies but for now I can't seem to find it
Logged
Life would be so much easier if we could just look at the source code.
mandrav
Project Leader
Administrator
Lives here!
Posts: 4315
Re: ProjectBuildTarget preprocessor defines
«
Reply #1 on:
February 04, 2006, 08:46:28 pm »
#defines are not separate from other compiler options, so you would want to call GetCompilerOptions().
Logged
Be patient!
This bug will be fixed soon...
yop
Regular
Posts: 387
Re: ProjectBuildTarget preprocessor defines
«
Reply #2 on:
February 04, 2006, 09:11:47 pm »
Thanks
Logged
Life would be so much easier if we could just look at the source code.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Plugins development
»
ProjectBuildTarget preprocessor defines