### Targets: ###
-all : .SYMBOLIC configtool emulator helpview tex2rtf helpgen
+all : .SYMBOLIC emulator helpview tex2rtf helpgen
clean : .SYMBOLIC
-if exist .\*.obj del .\*.obj
-if exist .\*.lbc del .\*.lbc
-if exist .\*.ilk del .\*.ilk
-if exist .\*.pch del .\*.pch
- cd configtool\src
- wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
- cd $(WATCOM_CWD)
cd emulator\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
-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