aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/nmakefile')
-rw-r--r--dist/examples/cxx/nmakefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/examples/cxx/nmakefile b/dist/examples/cxx/nmakefile
new file mode 100644
index 0000000..a137db9
--- /dev/null
+++ b/dist/examples/cxx/nmakefile
@@ -0,0 +1,9 @@
+dirs = hybrid parser serializer
+
+all:
+ @for %i in ( $(dirs) ) do \
+@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile"
+
+test clean:
+ @for %i in ( $(dirs) ) do \
+@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"