### Targets: ###
-all: emulator helpview hhp2cached ifacecheck screenshotgen
+all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
-install: install_ifacecheck install_screenshotgen
+install: install_ifacecheck install_screenshotgen install_wxrc
-uninstall: uninstall_ifacecheck uninstall_screenshotgen
+uninstall: uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
-install-strip: install install-strip_ifacecheck install-strip_screenshotgen
+install-strip: install install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
clean:
rm -rf ./.deps ./.pch
-(cd hhp2cached && $(MAKE) clean)
-(cd ifacecheck/src && $(MAKE) clean)
-(cd screenshotgen/src && $(MAKE) clean)
+ -(cd wxrc && $(MAKE) clean)
distclean: clean
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
-(cd hhp2cached && $(MAKE) distclean)
-(cd ifacecheck/src && $(MAKE) distclean)
-(cd screenshotgen/src && $(MAKE) distclean)
+ -(cd wxrc && $(MAKE) distclean)
emulator:
(cd emulator/src && $(MAKE) all)
install-strip_screenshotgen:
(cd screenshotgen/src && $(MAKE) install-strip)
+wxrc:
+ (cd wxrc && $(MAKE) all)
+
+install_wxrc:
+ (cd wxrc && $(MAKE) install)
+
+uninstall_wxrc:
+ (cd wxrc && $(MAKE) uninstall)
+
+install-strip_wxrc:
+ (cd wxrc && $(MAKE) install-strip)
+
# Include dependency info, if present:
@IF_GNU_MAKE@-include ./.deps/*.d
.PHONY: all install uninstall clean distclean emulator helpview hhp2cached \
ifacecheck install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
screenshotgen install_screenshotgen uninstall_screenshotgen \
- install-strip_screenshotgen
+ install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
+ install-strip_wxrc
### Targets: ###
-all: emulator helpview hhp2cached ifacecheck screenshotgen
+all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
clean:
-if exist .\*.obj del .\*.obj
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>screenshotgen.bat
call screenshotgen.bat
@del screenshotgen.bat
+ @echo cd wxrc >wxrc.bat
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wxrc.bat
+ call wxrc.bat
+ @del wxrc.bat
emulator:
@echo cd emulator\src >emulator.bat
call screenshotgen.bat
@del screenshotgen.bat
+wxrc:
+ @echo cd wxrc >wxrc.bat
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wxrc.bat
+ call wxrc.bat
+ @del wxrc.bat
+
### Targets: ###
-all: emulator helpview hhp2cached ifacecheck screenshotgen
+all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
clean:
-if exist .\*.o del .\*.o
$(MAKE) -C hhp2cached -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C ifacecheck\src -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C screenshotgen\src -f makefile.gcc $(MAKEARGS) clean
+ $(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) clean
emulator:
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
screenshotgen:
$(MAKE) -C screenshotgen\src -f makefile.gcc $(MAKEARGS) all
-.PHONY: all clean emulator helpview hhp2cached ifacecheck screenshotgen
+wxrc:
+ $(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) all
+
+.PHONY: all clean emulator helpview hhp2cached ifacecheck screenshotgen wxrc
SHELL := $(COMSPEC)
### Targets: ###
-all: sub_emulator sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen
+all: sub_emulator sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen sub_wxrc
clean:
-if exist .\*.obj del .\*.obj
cd screenshotgen\src
$(MAKE) -f makefile.vc $(MAKEARGS) clean
cd "$(MAKEDIR)"
+ cd wxrc
+ $(MAKE) -f makefile.vc $(MAKEARGS) clean
+ cd "$(MAKEDIR)"
sub_emulator:
cd emulator\src
$(MAKE) -f makefile.vc $(MAKEARGS) all
cd "$(MAKEDIR)"
+sub_wxrc:
+ cd wxrc
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd "$(MAKEDIR)"
+
### Targets: ###
-all : .SYMBOLIC emulator helpview hhp2cached ifacecheck screenshotgen
+all : .SYMBOLIC emulator helpview hhp2cached ifacecheck screenshotgen wxrc
clean : .SYMBOLIC
-if exist .\*.obj del .\*.obj
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
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)
+wxrc : .SYMBOLIC
+ cd wxrc
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
<installable>yes</installable>
</subproject>
+ <subproject id="wxrc" template="sub">
+ <dir>wxrc</dir>
+ <installable>yes</installable>
+ </subproject>
+
</makefile>