Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ironhead on August 01, 2010, 02:16:50 am
-
Hi All,
I'm hoping someone can provide some pointers as to how to go about using dllwrap as part of build target for a DLL. I have a .def file that declares the exports and I know I can deselect the options in the build target to create an import library and a .def file when generating the .dll, but I'm not sure how to call dllwrap after the .dll file is generated to generate the import library. Do I use a post build step? If so, could someone provide a sample post build step?
Thank you! :)
-
I figured it out using a Post-build step.