Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: nocide on March 31, 2010, 11:34:06 pm
-
The debugger settings are adjusted in the common_function.scripts
But I have to set different debug settings on different OS with the same compiler. (D-compiler)
(cause not all plattforms have the required debugger, so we need another flag to
make a workaround)
Is it possible to get the running OS in a script?
Or have someone another idea?
-
http://wiki.codeblocks.org/index.php?title=Scripting_commands#Global_functions ... search for PLATFORM
-
Oh thanks, looks great!