factor/vm/Config.windows.x86.64

8 lines
233 B
Plaintext
Raw Permalink Normal View History

PLAF_DLL_OBJS += vm/os-windows-x86.64.o
PLAF_MASTER_HEADERS += vm/os-windows.64.hpp
DLL_PATH=http://factorcode.org/dlls/64
2008-02-04 12:45:53 -05:00
CC=$(WIN64_PATH)-gcc.exe
WINDRES=$(WIN64_PATH)-windres.exe
include vm/Config.windows
2007-11-24 19:00:18 -05:00
include vm/Config.x86.64