From 74dfffa9df361e35a5910f1cf5b1734571bbef91 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Dec 2009 10:50:23 +0200 Subject: Allows additional options to be provided in files (--options-file) Implemented using the new argv_file_scanner scanner implementation. --- cli/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/makefile') diff --git a/cli/makefile b/cli/makefile index 0ebba36..7320630 100644 --- a/cli/makefile +++ b/cli/makefile @@ -64,7 +64,7 @@ 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 := --guard-prefix CLI +$(gen): cli_options := --generate-file-scanner --guard-prefix CLI $(call include-dep,$(cxx_od),$(cxx_obj),$(gen)) -- cgit v1.1