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.
 
 
 
 
 
 

14 lines
400 B

!include $(NTMAKEENV)\makefile.plt
# Need to create the directory where generated libs that are
# visible to all of filters project will live. build.exe won't do this
# automatically.
#
GENERATED_LIB_DIR=lib\$(_OBJ_DIR)\$(TARGET_DIRECTORY)
all:
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: