Leaked source code of windows server 2003
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

  1. # Put all guidlibs in shell\lib\$(O)
  2. LIBOBJ = $(DSUI_DIR)\lib\$(PLATFORM)\$(O)
  3. #
  4. # Copy common.lib to dsui\common\{platform}\$(O)
  5. #
  6. $(LIBOBJ)\common.lib: $(TARGETPATH)\$(TARGET_DIRECTORY)\common.lib
  7. if not exist $(TARGETPATH)\nul md $(TARGETPATH)
  8. if not exist $(LIBOBJ)\nul md $(LIBOBJ)
  9. copy $** $@