libsigcplusplus/MSVC_NMake/generate-msvc.mak

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 $@