Author Topic: C::B and windmc.exe how to  (Read 4652 times)

Offline xyloweb

  • Single posting newcomer
  • *
  • Posts: 2
C::B and windmc.exe how to
« on: February 08, 2009, 07:14:30 pm »
hi,

I want to use windmc.exe to make message.rc from message.mc file. (windmc.exe is like mc.exe isn't it ?)

How can I make a new project template under C::B to use this feature when I need it for a new project ?

thanks for your reply.
JM Marino
http://jm.marino.free.fr

Offline xyloweb

  • Single posting newcomer
  • *
  • Posts: 2
Re: C::B and windmc.exe how to
« Reply #1 on: February 08, 2009, 10:23:07 pm »
For the moment I use custom makefile option with Build options:
Code
windmc.exe mymsg.mc -r ./res -h .

Why I can't use $file into 'Compile single file' command  :?
Where is $makefile file :?
« Last Edit: February 08, 2009, 10:25:43 pm by xyloweb »