aboutsummaryrefslogtreecommitdiff
path: root/dist/tests/cxx/nmakefile
blob: 99a52a9e22a2509cbec53868ae8954811c0e54ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = ..\..

!include $(root)\build\config.nmake

dirs = string hybrid parser serializer

!if "$(XSDE_POLYMORPHIC)" == "y"
dirs = $(dirs) hashmap
!endif

all:
	@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile"

gen test clean cleanobj:
	@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"