Skip to content

Instantly share code, notes, and snippets.

@thelastpenguin
Created July 5, 2016 01:06
Show Gist options
  • Save thelastpenguin/07966866bcf1b1030bf528d6dd421c23 to your computer and use it in GitHub Desktop.
Save thelastpenguin/07966866bcf1b1030bf528d6dd421c23 to your computer and use it in GitHub Desktop.
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