aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/custom/nmakefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-12 19:53:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-12 19:53:18 +0200
commit620792d557db8bc507731002f263e3800ac4eca9 (patch)
tree8b08829e7a105267d4f80be753cacf6ec39eef56 /dist/examples/cxx/hybrid/custom/nmakefile
parent4fe734d836d25e1e80d36a9d8435b60b6068e6b9 (diff)
Build the custom/wildcard example only if STL is enabled
Diffstat (limited to 'dist/examples/cxx/hybrid/custom/nmakefile')
-rw-r--r--dist/examples/cxx/hybrid/custom/nmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/examples/cxx/hybrid/custom/nmakefile b/dist/examples/cxx/hybrid/custom/nmakefile
index df8ad08..e662085 100644
--- a/dist/examples/cxx/hybrid/custom/nmakefile
+++ b/dist/examples/cxx/hybrid/custom/nmakefile
@@ -7,7 +7,9 @@ dirs =
!if "$(XSDE_IOSTREAM)" == "y"
!if "$(XSDE_EXCEPTIONS)" == "y"
+!if "$(XSDE_STL)" == "y"
dirs = $(dirs) wildcard
+!endif
!endif
!endif