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_Variables_custom_py_2_1.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/generated/examples/commandline_Variables_custom_py_2_1.xml (limited to 'doc/generated/examples/commandline_Variables_custom_py_2_1.xml') diff --git a/doc/generated/examples/commandline_Variables_custom_py_2_1.xml b/doc/generated/examples/commandline_Variables_custom_py_2_1.xml new file mode 100644 index 0000000..7ab5d74 --- /dev/null +++ b/doc/generated/examples/commandline_Variables_custom_py_2_1.xml @@ -0,0 +1,6 @@ + +% scons -Q +cc -o bar.o -c -DRELEASE_BUILD=0 bar.c +cc -o foo.o -c -DRELEASE_BUILD=0 foo.c +cc -o foo foo.o bar.o + -- cgit v1.2.3