summaryrefslogtreecommitdiff
path: root/MSVC_NMake/generate-msvc.mak
blob: 2569fb2571fee92fcbbeb5b278c4f19a251d81d9 (plain)
1
2
3
4
5
6
7
8
9
10
# 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:
	@-md $@