]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/makefile.wat
fixed wxMOUSE_BTN_XXX values, use them instead of hard coded constants
[wxWidgets.git] / utils / makefile.wat
index 7850821725e089ea97ebd30e800dfcf8755ce329..ce7eff3a86608a1838e71f8cd47dcd9507f09099 100644 (file)
@@ -42,7 +42,7 @@ MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" &
 
 ### Targets: ###
 
-all : .SYMBOLIC tex2rtf helpgen
+all : .SYMBOLIC configtool emulator helpview tex2rtf helpgen
 
 clean : .SYMBOLIC 
        -if exist .\*.obj del .\*.obj
@@ -50,11 +50,26 @@ clean : .SYMBOLIC
        -if exist .\*.lbc del .\*.lbc
        -if exist .\*.ilk del .\*.ilk
 
+configtool : .SYMBOLIC 
+       cd configtool\src
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+       cd $(WATCOM_CWD)
+
+emulator : .SYMBOLIC 
+       cd emulator\src
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+       cd $(WATCOM_CWD)
+
 helpgen : .SYMBOLIC 
        cd HelpGen
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
        cd $(WATCOM_CWD)
 
+helpview : .SYMBOLIC 
+       cd helpview\src
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+       cd $(WATCOM_CWD)
+
 tex2rtf : .SYMBOLIC 
        cd tex2rtf\src
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all