Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/build/vc6/Makefile')
-rw-r--r--Libraries/glew-2.0.0/build/vc6/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/Libraries/glew-2.0.0/build/vc6/Makefile b/Libraries/glew-2.0.0/build/vc6/Makefile
deleted file mode 100644
index 5a4f5d6a..00000000
--- a/Libraries/glew-2.0.0/build/vc6/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-
-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