summaryrefslogtreecommitdiffstats
path: root/win/9x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'win/9x/Makefile')
-rw-r--r--win/9x/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/win/9x/Makefile b/win/9x/Makefile
new file mode 100644
index 000000000..b2d7f33f2
--- /dev/null
+++ b/win/9x/Makefile
@@ -0,0 +1,19 @@
+
+all: Makefile
+ cd .. && qmake CONFIG+=WIN9x -o Makefile.win9x && nmake -nologo -f Makefile.win9x
+
+clean:
+ del obj\*.obj
+
+FORCE:
+
+distclean: clean
+
+####### Compile
+
+####### Install
+
+install:
+
+uninstall:
+