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.

12 lines
290 B

  1. !include $(NTMAKEENV)\makefile.plt
  2. # Create target directories
  3. #
  4. GENERATED_LIB_DIR=$(PROJECT_ROOT)\lib\$(TARGET_DIRECTORY)
  5. all:
  6. if not exist $(GENERATED_LIB_DIR) md $(GENERATED_LIB_DIR)
  7. # empty target to prevent nmake from saying "don't know how to make 'clean'"
  8. clean: