]> gitweb.factorcode.org Git - factor.git/blob - vm/Config.windows.nt.x86.64
vm: implement frame-based SEH for 64-bit Windows
[factor.git] / vm / Config.windows.nt.x86.64
1 PLAF_DLL_OBJS += vm/os-windows-nt-x86.64.o
2 DLL_PATH=http://factorcode.org/dlls/64
3 CC=$(WIN64_PATH)-gcc.exe
4 WINDRES=$(WIN64_PATH)-windres.exe
5 include vm/Config.windows.nt
6 include vm/Config.x86.64