aboutsummaryrefslogtreecommitdiff
path: root/dist/libxsde/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/libxsde/nmakefile')
-rw-r--r--dist/libxsde/nmakefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/libxsde/nmakefile b/dist/libxsde/nmakefile
new file mode 100644
index 0000000..9ecb241
--- /dev/null
+++ b/dist/libxsde/nmakefile
@@ -0,0 +1,9 @@
+dirs = xsde
+
+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 $@"