From 620792d557db8bc507731002f263e3800ac4eca9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 12 Apr 2009 19:53:18 +0200 Subject: Build the custom/wildcard example only if STL is enabled --- dist/examples/cxx/hybrid/custom/makefile | 2 ++ dist/examples/cxx/hybrid/custom/nmakefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'dist/examples/cxx/hybrid') 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 -- cgit v1.1