]> gitweb.factorcode.org Git - factor.git/blob - vm/Config.windows
fix compile errors on win32
[factor.git] / vm / Config.windows
1 CFLAGS += -DWINDOWS
2 LIBS = -lm
3 PLAF_SUFFIX = .exe
4 PLAF_OBJS = vm/os-windows.o
5 include vm/Config.x86