summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-07 18:49:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-07 18:49:50 +0000
commit25faf7c374fedba0caedf77eda4bbe55fcc753a2 (patch)
treeeeae5e99b2936d3a7baf2daf99995550c5b69a57
parentd1375fcf05be0d9fbc496c724b71ee86fac19366 (diff)
downloadATCD-25faf7c374fedba0caedf77eda4bbe55fcc753a2.tar.gz
Mon Apr 7 18:49:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/bin/MakeProjectCreator/docs/templates/gnu.txt1
2 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9f7cb6fb5c0..948cdc6cadd 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 7 18:49:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/MakeProjectCreator/docs/templates/gnu.txt:
+ Document linkflags
+
Mon Apr 7 15:21:38 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
This the second part of the SC refatoring. It builds on top of
diff --git a/ACE/bin/MakeProjectCreator/docs/templates/gnu.txt b/ACE/bin/MakeProjectCreator/docs/templates/gnu.txt
index 9d16b357afb..cbac98abf70 100644
--- a/ACE/bin/MakeProjectCreator/docs/templates/gnu.txt
+++ b/ACE/bin/MakeProjectCreator/docs/templates/gnu.txt
@@ -11,6 +11,7 @@ cidlc_flags = The default flags for the cidl compiler.
dds = Indicates whether or not this project contains DDS code.
idl_files = When a Define_Custom(IDL) is used, they will be accessible through this variable name.
install = This is a synonym for exeout.
+linkflags = Platform specific flags passed during the linking of dynamic libraries and executables.
tao = Indicates whether or not this project contains TAO code.
tao_idl = The full path to the idl compiler.
tao_idl3_to_idl2 = The full path to the idl3 to idl2 compiler.