summaryrefslogtreecommitdiff
path: root/build/vc6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build/vc6/Makefile')
-rw-r--r--build/vc6/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/build/vc6/Makefile b/build/vc6/Makefile
new file mode 100644
index 0000000..9f0ab41
--- /dev/null
+++ b/build/vc6/Makefile
@@ -0,0 +1,28 @@
+MSDEV := msdev
+RM := rm -rf
+
+default:
+ $(MSDEV) glew.dsw /make \
+ "glew_static - Win32 Release" \
+ "glew_shared - Win32 Release" \
+ "glewinfo - Win32 Release" \
+ "visualinfo - Win32 Release" /build
+
+mx:
+ $(MSDEV) glew.dsw /make \
+ "glew_static - Win32 Release MX" \
+ "glew_shared - Win32 Release MX" \
+ "glewinfo - Win32 Release MX" \
+ "visualinfo - Win32 Release MX" /build
+
+debug:
+ $(MSDEV) glew.dsw /make \
+ "glew_static - Win32 Debug" \
+ "glew_shared - Win32 Debug" \
+ "glewinfo - Win32 Debug" \
+ "visualinfo - Win32 Debug" /build
+
+
+clean:
+ $(MSDEV) glew.dsw /make all /clean
+ $(RM) static shared *.plg *.ncb *.opt