From 456f76f056813990eb149462b74bfca2ad3ba658 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 7 Dec 2007 06:28:03 +0000 Subject: Fri Dec 7 06:27:54 UTC 2007 Johnny Willemsen --- ACE/ChangeLog | 8 ++++++++ ACE/apps/gperf/gperf.mpc | 4 +++- ACE/bin/PerlACE/perlace.mpc | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) 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 + + * 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 * 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 + } } -- cgit v1.2.1