Skip to content

Instantly share code, notes, and snippets.

@nocd5
Last active November 3, 2019 12:11
Show Gist options
  • Save nocd5/adcfce641bbd6f0ab12d to your computer and use it in GitHub Desktop.
Save nocd5/adcfce641bbd6f0ab12d to your computer and use it in GitHub Desktop.
@echo off
echo LIBRARY mruby.dll > mruby.def
echo EXPORTS >> mruby.def
nm libmruby.a | grep "\ T\ _mrb" | sed s/".*\\ T\\ _"// >> mruby.def
gcc -s -mdll -o mruby.dll mruby.def libmruby.a -Wl,--out-implib,libmruby.dll.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment