factor/vm/Config.windows.x86.64

8 lines
233 B
Plaintext

PLAF_DLL_OBJS += vm/os-windows-x86.64.o
PLAF_MASTER_HEADERS += vm/os-windows.64.hpp
DLL_PATH=http://factorcode.org/dlls/64
CC=$(WIN64_PATH)-gcc.exe
WINDRES=$(WIN64_PATH)-windres.exe
include vm/Config.windows
include vm/Config.x86.64