Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: dwmcqueen on January 09, 2007, 07:21:38 pm
-
I am having a rather small issue related to compiling a dll with the Visual C++ 2003 Toolkit compiler. I think my issue is the related def file being generated. How do I override the def file and include my own custom one?
-
I'll answer myself for posterity:
/DEF:[filename.def] added to Linker options.