aboutsummaryrefslogtreecommitdiff
path: root/dist/tests/cxx/serializer/validation/nmakefile
blob: 278f18864aaeb3e177022726d3e52effc368ab26 (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 = built-in

!if "$(XSDE_IOSTREAM)" == "y"
dirs = $(dirs) any attribute choice element sequence
!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 $@"