Code::Blocks Forums
User forums => Help => Topic started by: xyloweb on February 08, 2009, 07:14:30 pm
Title:
C::B and windmc.exe how to
Post by:
xyloweb
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
Title:
Re: C::B and windmc.exe how to
Post by:
xyloweb
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 :?