summaryrefslogtreecommitdiff
path: root/MSVC_NMake/generate-msvc.mak
blob: 6af27f4865f07bba9b2e3df52a75aacb3767ee76 (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:
	@-mkdir $@