Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dwmcqueen on January 09, 2007, 07:21:38 pm

Title: DLL creation with Visual C++ Toolkit 2003
Post 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?
Title: Re: DLL creation with Visual C++ Toolkit 2003
Post by: dwmcqueen on January 12, 2007, 06:09:32 pm
I'll answer myself for posterity:

/DEF:[filename.def] added to Linker options.