Author Topic: How to assign the make variant?  (Read 3313 times)

Offline weworld

  • Single posting newcomer
  • *
  • Posts: 2
How to assign the make variant?
« 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.
« Last Edit: October 12, 2006, 09:35:31 am by weworld »