News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to assign the make variant?

Started by weworld, October 12, 2006, 09:09:14 AM

Previous topic - Next topic

weworld

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:
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.