windows-nt/Source/XPSP1/NT/com/makefil0

13 lines
278 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!include $(NTMAKEENV)\makefile.plt
# Create target directories
#
GENERATED_LIB_DIR=$(PROJECT_ROOT)\lib\$(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: