You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
333 B
11 lines
333 B
|
|
# 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 $** $@
|