Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: weworld on October 12, 2006, 09:09:14 am

Title: How to assign the make variant?
Post by: weworld on October 12, 2006, 09:09:14 am
Hi! Are there any means to specify the variant value of make in C::B? for example, I use this to compile dialogs example in wxWidgets:
Code
mingw32-make -f makefile BUILD=realese UNICODE=0 SHARED=0 MONOLITHIC=0 USE_XRC=1
Can C::B specify these values when i use a makefile? I have tried to specify it in "make" command or Custom Variant Options, but it not works.
Please help! Thanks.