11 lines
351 B
Makefile
11 lines
351 B
Makefile
# NMake Makefile portion for code generation and
|
|
# intermediate build directory creation
|
|
# Items in here should not need to be edited unless
|
|
# one is maintaining the NMake build files.
|
|
|
|
# Create the build directories
|
|
vs$(VSVER)\$(CFG)\$(PLAT)\libsigcpp \
|
|
vs$(VSVER)\$(CFG)\$(PLAT)\libsigcpp-ex \
|
|
vs$(VSVER)\$(CFG)\$(PLAT)\libsigcpp-tests:
|
|
@-mkdir $@
|