]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/makefile.wat
more samples makefiles fixes
[wxWidgets.git] / samples / opengl / makefile.wat
index 21f26640ba9630adb04c6216de37bbb2b65fd897..0dc76cfb4d12cffcf6f687e55f3fb99c64a8d522 100644 (file)
@@ -4,7 +4,7 @@
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
-!include ../../build/config.wat
+!include ../../build/msw/config.wat
 
 # -------------------------------------------------------------------------
 # Do not modify the rest of this file!
@@ -31,11 +31,12 @@ WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
 ### Variables: ###
 
 
+MAKEARGS = 
 
 
 ### Targets: ###
 
-all : .SYMBOLIC cube
+all : .SYMBOLIC cube isosurf penguin
 
 clean : .SYMBOLIC 
        -if exist .\*.obj del .\*.obj
@@ -45,5 +46,15 @@ clean : .SYMBOLIC
 
 cube : .SYMBOLIC 
        cd cube
-       wmake $(__MAKEOPTS__) all
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+       cd $(WATCOM_CWD)
+
+isosurf : .SYMBOLIC 
+       cd isosurf
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+       cd $(WATCOM_CWD)
+
+penguin : .SYMBOLIC 
+       cd penguin
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
        cd $(WATCOM_CWD)