summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorturkaye <turkaye@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-24 05:21:46 +0000
committerturkaye <turkaye@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-24 05:21:46 +0000
commit9fb09f0f86efddcda36013b85dd4fd5aeb79098c (patch)
tree0f0fe4e5b4ede31268032a584d84140b19f36f88
parent3c80207ef16a12e5cdfb1318707fe0a332d98603 (diff)
downloadATCD-9fb09f0f86efddcda36013b85dd4fd5aeb79098c.tar.gz
ChangeLogTag: Tue May 24 00:17:09 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-rw-r--r--ChangeLog10
-rw-r--r--bin/MakeProjectCreator/config/cidlc.mpb21
2 files changed, 29 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b219ed92e8..a889e60c686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
+Tue May 24 00:17:09 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
+
+ * bin/MakeProjectCreator/config/cidlc.mpb:
+
+ Created a base project for cidlc & ccf project files.
+
Tue May 24 07:58:09 2005 Olli Savia <ops@iki.fi>
* ace/SSL/SSL_SOCK_Stream.h:
Added include "ace/os_include/os_stdio.h" to fix compile
problem on LynxOS. Thanks to Christine Ballard
- <christine.ballard at lmco dot com> for reporting the problem.
-
+ <christine.ballard at lmco dot com> for reporting the problem.
+
Mon May 23 23:11:14 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
* contrib/utility/*:
diff --git a/bin/MakeProjectCreator/config/cidlc.mpb b/bin/MakeProjectCreator/config/cidlc.mpb
new file mode 100644
index 00000000000..4596ff385e7
--- /dev/null
+++ b/bin/MakeProjectCreator/config/cidlc.mpb
@@ -0,0 +1,21 @@
+// $Id$
+
+project: boost_base {
+ requires += cidl exceptions
+ includes += $(CIAO_ROOT) $(CIAO_ROOT)/CCF $(ACE_ROOT)/contrib/utility
+ libpaths += $(CIAO_ROOT)/CCF/CCF $(ACE_ROOT)/lib
+
+ specific(vc71, vc8) {
+ compile_flags += /wd4290 /wd4800 /wd4250 /wd4355
+ }
+
+ verbatim(gnuace, top) {
+ include $(CIAO_ROOT)/CCF/Config.rules
+ }
+
+ verbatim(gnuace, local) {
+ LIBS += $(BOOST_LD_FLAGS) \
+ -lboost_regex \
+ -lboost_filesystem
+ }
+}