Created
July 5, 2016 01:06
-
-
Save thelastpenguin/07966866bcf1b1030bf528d6dd421c23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dumpbin /exports lua_shared.dll > lua_shared.def | |
then setup the def file with the format: | |
EXPORTS | |
FUNC1 | |
FUNC2 | |
... | |
lib /machine:x86 /def:lua_shared.def /out:lua_shared.lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment