# Local clean target; augments predefined clean target
clean::
+ $(DEL) *.pdb
$(CD) lang
if exist $(NTLANG) $(NTLANG) en_US $(MAKECMD) /nologo /f NTMakefile clean
if exist $(NTLANG) $(NTLANG) ja_JP $(MAKECMD) /nologo /f NTMakefile clean
install9x: install
clean::
- $(DEL) $(INCFILES) $(DLLFILE)
\ No newline at end of file
+ $(DEL) $(INCFILES) $(DLLFILE)
+ $(DEL) $(LANGNAME)\afsevent.h
+ $(DEL) $(LANGNAME)\event.h
+ $(DEL) $(LANGNAME)\event.rc
+ $(DEL) $(LANGNAME)\MSG*.bin
install: $(DLLFILE) $(EXEFILE)
clean ::
+ $(DEL) *.pdb
cd lang
nmake /nologo /f ntmakefile SRC=$(SRC) OBJ=$(OBJ) mkdir
cd ..
+
+clean ::
+ $(CD) lang
+ @$(MAKECMD) /nologo /f NTMakefile clean
+ $(CD) ..