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/user/main.in | 411 ------------------------------------------------------- 1 file changed, 411 deletions(-) delete mode 100644 doc/user/main.in (limited to 'doc/user/main.in') diff --git a/doc/user/main.in b/doc/user/main.in deleted file mode 100644 index 901c11f..0000000 --- a/doc/user/main.in +++ /dev/null @@ -1,411 +0,0 @@ - - - - - %version; - - - %scons; - - - %builders-mod; - - - %functions-mod; - - - %tools-mod; - - - %variables-mod; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - - - - SCons User Guide &buildversion; - - - Steven - Knight - - - Revision &buildrevision; (&builddate;) - - 2004, 2005, 2006, 2007, 2008, 2009, 2010 - - - 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Steven Knight - - - - ©right; - - - version &buildversion; - - - - - Preface - &preface; - - - - Building and Installing &SCons; - &build-install; - - - - Simple Builds - &simple; - - - - Less Simple Things to Do With Builds - &less-simple; - - - - Building and Linking with Libraries - &libraries; - - - - Node Objects - &nodes; - - - - Dependencies - &depends; - - - - Environments - &environments; - - - - Automatically Putting Command-line Options into their Construction Variables - - - This chapter describes the &MergeFlags;, &ParseFlags;, and &ParseConfig; methods of a &consenv;. - -
- Merging Options into the Environment: the &MergeFlags; Function - &mergeflags; -
-
- Separating Compile Arguments into their Variables: the &ParseFlags; Function - &parseflags; -
-
- Finding Installed Library Information: the &ParseConfig; Function - &parseconfig; -
- -
- - - Controlling Build Output - &output; - - - - Controlling a Build From the Command Line - &command-line; - - - - Installing Files in Other Directories: the &Install; Builder - &install; - - - - Platform-Independent File System Manipulation - &factories; - - - - Controlling Removal of Targets - &file-removal; - - - - Hierarchical Builds - &hierarchy; - - - - Separating Source and Build Directories - &separate; - - - - Variant Builds - &variants; - - - - Internationalization and localization with gettext - &gettext; - - - - - - Writing Your Own Builders - &builders-writing; - - - - Not Writing a Builder: the &Command; Builder - &builders-commands; - - - - Pseudo-Builders: the AddMethod function - &add-method; - - - - - - Writing Scanners - &scanners; - - - - Building From Code Repositories - &repositories; - - - - Multi-Platform Configuration (&Autoconf; Functionality) - &sconf; - - - - - - Caching Built Files - &caching; - - - - Alias Targets - &alias; - - - - Java Builds - &java; - - - - - - Miscellaneous Functionality - &misc; - - - - Troubleshooting - &troubleshoot; - - - - Construction Variables - &variables-xml; - - - - Builders - &builders; - - - - Tools - &tools; - - - - Functions and Environment Methods - &functions; - - - - Handling Common Tasks - &tasks; - - - - -
-- cgit v1.2.3