This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e599d319ed
factor
/
vm
/
Config.windows
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Big runtime cleanup
2006-07-07 00:07:18 -04:00
CFLAGS += -DWINDOWS
LIBS = -lm
PLAF_SUFFIX = .exe
win32 updates
2006-07-14 01:40:13 -04:00
PLAF_OBJS = vm/os-windows.o
fix compile errors on win32
2006-11-21 18:47:44 -05:00
include vm/Config.x86