windows-nt/Source/XPSP1/NT/shell/lib/badapps/win95/makefile.inc

13 lines
300 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
LIBOBJ = $(CCSHELL_DIR)\lib\$O
clean:
-del $(NTTARGETFILES)
#
# Copy badappsa.lib to shell\lib\$(O)
#
$(LIBOBJ)\badappsa.lib: $(TARGETPATH)\$(TARGET_DIRECTORY)\badappsa.lib
if not exist $(TARGETPATH)\nul md $(TARGETPATH)
if not exist $(LIBOBJ)\nul md $(LIBOBJ)
copy $** $@