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.

16 lines
589 B

  1. !include $(NTMAKEENV)\makefile.plt
  2. # Need to create the directory where generated headers that are
  3. # visible to all of the Net project will live. MIDL won't do this
  4. # automatically and neither will build.exe.
  5. #
  6. GENERATED_INC_DIR=$(PROJECT_ROOT)\inc\$(_OBJ_DIR)\$(TARGET_DIRECTORY)
  7. GENERATED_LIB_DIR=$(PROJECT_ROOT)\lib\$(_OBJ_DIR)\$(TARGET_DIRECTORY)
  8. all:
  9. if not exist $(GENERATED_INC_DIR) md $(GENERATED_INC_DIR)
  10. if not exist $(GENERATED_LIB_DIR) md $(GENERATED_LIB_DIR)
  11. # empty target to prevent nmake from saying "don't know how to make 'clean'"
  12. clean: