Source code of Windows XP (NT5)
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
573 B

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