aboutsummaryrefslogtreecommitdiff
path: root/dist
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
parent4fe734d836d25e1e80d36a9d8435b60b6068e6b9 (diff)
Build the custom/wildcard example only if STL is enabled
Diffstat (limited to 'dist')
-rw-r--r--dist/examples/cxx/hybrid/custom/makefile2
-rw-r--r--dist/examples/cxx/hybrid/custom/nmakefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/dist/examples/cxx/hybrid/custom/makefile b/dist/examples/cxx/hybrid/custom/makefile
index 029327d..6922f1e 100644
--- a/dist/examples/cxx/hybrid/custom/makefile
+++ b/dist/examples/cxx/hybrid/custom/makefile
@@ -7,7 +7,9 @@ dirs :=
ifeq ($(XSDE_IOSTREAM),y)
ifeq ($(XSDE_EXCEPTIONS),y)
+ifeq ($(XSDE_STL),y)
dirs += wildcard
+endif
endif
endif
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