WindowsXP/com/makefil0
2025-04-27 07:49:33 -04:00

13 lines
290 B
Plaintext

!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: