summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-03-20 15:21:03 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-03-20 15:21:03 +0000
commitd557699ddb48b507ff76f05237de6063ad7af42c (patch)
treea2994303e0195824e99cc969ca7c3199bd4e2370 /docs/README
parent2af47a03d98c3ba53d5afc208bf56618a1b3c324 (diff)
downloadMPC-d557699ddb48b507ff76f05237de6063ad7af42c.tar.gz
ChangeLogTag: Thu Mar 20 15:23:06 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/README b/docs/README
index 8fb9dc04..a65fc9c5 100644
--- a/docs/README
+++ b/docs/README
@@ -216,11 +216,11 @@ version Specifies the version number for the library or executable
macros These values will be passed as macros to the compiler.
libpaths Specifies 1 or more locations to find libraries
recursive_libpaths Specifies 1 or more locations to find libraries which will
- be added recursively
+ be added recursively.
includes Specifies 1 or more locations to find include files
libs Specifies 1 or more libraries to link into the exe or library
recursive_includes Specifies 1 or more locations to find include files which
- will be added recursively
+ will be added recursively.
lit_libs Specifies 1 or more libraries to link into the exe or library.
If libraries receive a library decorator, then these will not.
pure_libs Specifies 1 or more libraries to link into the exe or library.
@@ -230,6 +230,9 @@ after Specifies that this project must be built after 1 or more
project names listed.
custom_only Create a project that contains only custom generation
targets (any file type described by a Define_Custom section).
+ This will automatically be set to 1 when a project contains
+ no source or resource files, but does contain custom input
+ files.
dynamicflags Specifies preprocessor flags needed for dynamic libraries
staticflags Specifies preprocessor flags needed for static libraries