X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63052a509dc92e323b7ff07aec86a56b9ee4570c..bb24d7088db7e3bd24afb35ad3e70050b5ae0bf6:/utils/makefile.wat?ds=inline diff --git a/utils/makefile.wat b/utils/makefile.wat index 90a9324b72..8166f02fa2 100644 --- a/utils/makefile.wat +++ b/utils/makefile.wat @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.4 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -48,7 +48,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" & ### Targets: ### -all : .SYMBOLIC emulator helpview hhp2cached ifacecheck screenshotgen +all : .SYMBOLIC emulator helpview hhp2cached ifacecheck screenshotgen wxrc clean : .SYMBOLIC -if exist .\*.obj del .\*.obj @@ -71,6 +71,9 @@ clean : .SYMBOLIC cd screenshotgen\src wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean cd $(WATCOM_CWD) + cd wxrc + wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean + cd $(WATCOM_CWD) emulator : .SYMBOLIC cd emulator\src @@ -97,3 +100,8 @@ screenshotgen : .SYMBOLIC wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all cd $(WATCOM_CWD) +wxrc : .SYMBOLIC + cd wxrc + wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all + cd $(WATCOM_CWD) +