summaryrefslogtreecommitdiff
path: root/windows.mak
diff options
context:
space:
mode:
Diffstat (limited to 'windows.mak')
-rw-r--r--windows.mak14
1 files changed, 14 insertions, 0 deletions
diff --git a/windows.mak b/windows.mak
new file mode 100644
index 0000000..ca142c9
--- /dev/null
+++ b/windows.mak
@@ -0,0 +1,14 @@
+# MS-Windows
+CC=cl
+CFLAGS=-W3 -Zi
+LDLIBS=
+OBJ=.obj
+EXE=.exe
+FE=/Fe
+IJS_EXEC_SERVER=ijs_exec_win$(OBJ)
+RM=-del
+
+!include "common.mak"
+
+clean: common_clean
+ $(RM) *.ilk *.pdb *.opt