From 47a0fa12397770ea49ea80f164dba8e0f82e97d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 Dec 2009 10:32:44 +0200 Subject: Mark 'stdout' as a reserved name On some platforms (e.g., Windows/VC++ 8.0) stdout is a macro. --- cli/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/makefile') diff --git a/cli/makefile b/cli/makefile index 7320630..db4281a 100644 --- a/cli/makefile +++ b/cli/makefile @@ -64,7 +64,8 @@ genf := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx) $(cli_tun:.cli=.cxx) gen := $(addprefix $(out_base)/,$(genf)) $(gen): cli := $(out_root)/cli/cli -$(gen): cli_options := --generate-file-scanner --guard-prefix CLI +$(gen): cli_options := --generate-file-scanner --guard-prefix CLI \ +--reserved-name stdout $(call include-dep,$(cxx_od),$(cxx_obj),$(gen)) -- cgit v1.1