summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-07-13 11:10:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-07-13 11:10:19 +0000
commitfa0518d01c699889371fd3cc96b1dbe8e2bdc7e6 (patch)
tree073204d3ba3ec4615ce59be3bcca2d22ee9b3950 /ACE
parent18deff924a9a0d9c3b7c2a6b1df42734b59386bf (diff)
downloadATCD-fa0518d01c699889371fd3cc96b1dbe8e2bdc7e6.tar.gz
Tue Jul 13 11:08:38 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/config/vc10nmake.mpb: * netsvcs/lib/lib.mpc: vc10 support, thanks to Max Zhou <earthdog at 126.com> for supplying these changes
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/THANKS1
-rw-r--r--ACE/bin/MakeProjectCreator/config/vc10nmake.mpb6
-rw-r--r--ACE/netsvcs/lib/lib.mpc4
4 files changed, 17 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index e2079090d66..9a9e6364549 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jul 13 11:08:38 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/MakeProjectCreator/config/vc10nmake.mpb:
+ * netsvcs/lib/lib.mpc:
+ vc10 support, thanks to Max Zhou <earthdog at 126.com> for
+ supplying these changes
+
Mon Jul 12 11:04:58 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ACE.cpp:
diff --git a/ACE/THANKS b/ACE/THANKS
index bf32f353863..ef15048ec41 100644
--- a/ACE/THANKS
+++ b/ACE/THANKS
@@ -2326,6 +2326,7 @@ Dave <dwh0403 at 163 dot com>
Inma Perea <inma dot perea dot fdz at gmail dot com>
David Ward <dpward at mit dot edu>
Anatoli Sakhnik <sakhnik at gmail dot com>
+Max Zhou <earthdog at 126 dot com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
diff --git a/ACE/bin/MakeProjectCreator/config/vc10nmake.mpb b/ACE/bin/MakeProjectCreator/config/vc10nmake.mpb
new file mode 100644
index 00000000000..98e2d9ca3da
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/vc10nmake.mpb
@@ -0,0 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+}
+
diff --git a/ACE/netsvcs/lib/lib.mpc b/ACE/netsvcs/lib/lib.mpc
index 6124ac65764..c7ea51d458f 100644
--- a/ACE/netsvcs/lib/lib.mpc
+++ b/ACE/netsvcs/lib/lib.mpc
@@ -11,10 +11,12 @@ project(netsvcs): ace_output, acelib {
TS_Clerk_Handler.cpp
Client_Logging_Handler.cpp
Name_Handler.cpp
- Server_Logging_Handler_T.cpp
Log_Message_Receiver.cpp
Server_Logging_Handler.cpp
Token_Handler.cpp
Base_Optimizer.cpp
}
+ Template_Files {
+ Server_Logging_Handler_T.cpp
+ }
}