aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/custom/wildcard/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/custom/wildcard/nmakefile')
-rw-r--r--dist/examples/cxx/hybrid/custom/wildcard/nmakefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/dist/examples/cxx/hybrid/custom/wildcard/nmakefile b/dist/examples/cxx/hybrid/custom/wildcard/nmakefile
index 33f3570..94992cb 100644
--- a/dist/examples/cxx/hybrid/custom/wildcard/nmakefile
+++ b/dist/examples/cxx/hybrid/custom/wildcard/nmakefile
@@ -43,6 +43,12 @@ email-sskel.cxx email-sskel.hxx email-simpl.cxx email-simpl.hxx \
$(root)\bin\xsde.exe cxx-hybrid $(XSDFLAGS) $(EXTRA_XSDFLAGS) \
--options-file options email.xsd
+
+# Generate.
+#
+gen: email.hxx
+
+
# Test.
#
test: driver.exe email.xml
@@ -50,8 +56,11 @@ test: driver.exe email.xml
# Clean.
#
-clean:
+cleanobj:
+ -del envelope-pimpl.obj envelope-simpl.obj email-pimpl.obj \
+email-pskel.obj email-simpl.obj email-sskel.obj body.obj email.obj \
+driver.obj driver.exe
+
+clean: cleanobj
-del email-pimpl.?xx email-pskel.?xx email-simpl.?xx \
-email-sskel.?xx email.?xx envelope-pimpl.obj envelope-simpl.obj \
-email-pimpl.obj email-pskel.obj email-simpl.obj email-sskel.obj \
-body.obj email.obj driver.obj driver.exe
+email-sskel.?xx email.?xx