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!
