windows-nt/Source/XPSP1/NT/shell/ext/dsui/common/makefile.inc

12 lines
322 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
# Put all guidlibs in shell\lib\$(O)
LIBOBJ = $(DSUI_DIR)\lib\$(PLATFORM)\$(O)
#
# Copy common.lib to dsui\common\{platform}\$(O)
#
$(LIBOBJ)\common.lib: $(TARGETPATH)\$(TARGET_DIRECTORY)\common.lib
if not exist $(TARGETPATH)\nul md $(TARGETPATH)
if not exist $(LIBOBJ)\nul md $(LIBOBJ)
copy $** $@