Re: Suggestion for V4 re DLLs
- Posted by ghaberek (admin) Oct 21, 2008
- 1004 views
You can edit the objfiles.lnk file before running emake and remove all those routines from being exported. Everything from your library should be at the very bottom. Just remove the EXPORT lines, nothing else.
-Greg