]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/glcanvas/samples/penguin/makefile.wat
Added more makefiles; fixed some samples for Cygwin
[wxWidgets.git] / utils / glcanvas / samples / penguin / makefile.wat
diff --git a/utils/glcanvas/samples/penguin/makefile.wat b/utils/glcanvas/samples/penguin/makefile.wat
new file mode 100644 (file)
index 0000000..448db54
--- /dev/null
@@ -0,0 +1,17 @@
+#
+# Makefile for WATCOM
+#
+# Created by Julian Smart, January 1999
+# 
+#
+
+WXDIR = $(%WXWIN)
+
+PROGRAM = cube
+OBJECTS = $(PROGRAM).obj
+EXTRALIBS=$(WXDIR)\lib\glcanvas.lib
+EXTRACPPFLAGS=-I$(WXDIR)\utils\glcanvas\win
+
+!include $(WXDIR)\src\makeprog.wat
+
+