summaryrefslogtreecommitdiff
path: root/MSVC_NMake/generate-msvc.mak
blob: 5f9496e36e35b0d546b0ecff8425d27309d7f7c4 (plain)
1
2
3
4
5
6
7
8
# 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
$(CFG)\$(PLAT)\libsigcpp $(CFG)\$(PLAT)\libsigcpp-ex $(CFG)\$(PLAT)\libsigcpp-tests:
	@-mkdir $@