From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- doc/generated/examples/commandline_ARGLIST_1.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/generated/examples/commandline_ARGLIST_1.xml (limited to 'doc/generated/examples/commandline_ARGLIST_1.xml') diff --git a/doc/generated/examples/commandline_ARGLIST_1.xml b/doc/generated/examples/commandline_ARGLIST_1.xml new file mode 100644 index 0000000..071b8a1 --- /dev/null +++ b/doc/generated/examples/commandline_ARGLIST_1.xml @@ -0,0 +1,6 @@ + +% scons -Q define=FOO +cc -o prog.o -c -DFOO prog.c +% scons -Q define=FOO define=BAR +cc -o prog.o -c -DFOO -DBAR prog.c + -- cgit v1.2.3