summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-12-07 06:28:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-12-07 06:28:03 +0000
commit456f76f056813990eb149462b74bfca2ad3ba658 (patch)
tree10d8ab850b8adc227e1531fd4ab4c65a5ffe8881
parent1a90176ddd7efee912f8b1d5236d6c9e6c41a3ed (diff)
downloadATCD-456f76f056813990eb149462b74bfca2ad3ba658.tar.gz
Fri Dec 7 06:27:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog8
-rw-r--r--ACE/apps/gperf/gperf.mpc4
-rw-r--r--ACE/bin/PerlACE/perlace.mpc3
3 files changed, 14 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 95652a4c048..a763d5e77a5 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,11 @@
+Fri Dec 7 06:27:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * apps/gperf/gperf.mpc:
+ * bin/PerlACE/perlace.mpc:
+ With vc9 set ConfigurationType to 10 to disable the creation
+ of the manifest file which fails because these projects don't
+ have source code
+
Thu Dec 6 15:22:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/SSL/SSL_SOCK_Stream.cpp:
diff --git a/ACE/apps/gperf/gperf.mpc b/ACE/apps/gperf/gperf.mpc
index 446f0f4c0a3..e035bbfbf75 100644
--- a/ACE/apps/gperf/gperf.mpc
+++ b/ACE/apps/gperf/gperf.mpc
@@ -2,8 +2,10 @@
// $Id$
project (gperf_docs) : man {
-
Man_Files {
gperf.1
}
+ specific(vc9) {
+ ConfigurationType = 10
+ }
}
diff --git a/ACE/bin/PerlACE/perlace.mpc b/ACE/bin/PerlACE/perlace.mpc
index ee60bdc70a9..798fd1626d7 100644
--- a/ACE/bin/PerlACE/perlace.mpc
+++ b/ACE/bin/PerlACE/perlace.mpc
@@ -9,4 +9,7 @@ project(PerlACE) : script {
Process_Win32.pm
Run_Test.pm
}
+ specific(vc9) {
+ ConfigurationType = 10
+ }
}