# 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!
### Variables: ###
+MAKEARGS =
### Targets: ###
-all : .SYMBOLIC cube
+all : .SYMBOLIC cube isosurf penguin
clean : .SYMBOLIC
-if exist .\*.obj del .\*.obj
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)