windows-nt/Source/XPSP1/NT/shell/lib/badapps/winnt/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 badappsu.lib to shell\lib\$(O)
#
$(LIBOBJ)\badappsu.lib: $(TARGETPATH)\$(TARGET_DIRECTORY)\badappsu.lib
if not exist $(TARGETPATH)\nul md $(TARGETPATH)
if not exist $(LIBOBJ)\nul md $(LIBOBJ)
copy $** $@