summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-07-26 13:26:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-07-26 13:26:25 +0000
commit43a59aa1b8670675078a9be5b7ef4ad0b182a3d0 (patch)
tree182ed3c255fed86d69dcac524b2bd8464f8fed92
parent8d02f19445401aa9333e4896b129bd7dee7f3097 (diff)
downloadATCD-43a59aa1b8670675078a9be5b7ef4ad0b182a3d0.tar.gz
ChangeLogTag: Sat Jul 26 13:24:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog14
-rw-r--r--include/makeinclude/platform_gnuwin32_common.GNU2
2 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 36a96e3acd1..681cb95e3fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jul 26 13:25:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_gnuwin32_common.GNU:
+ When linking with mingw, also link netapi32 because this is now
+ needed because of the ACE_OS::getmacaddress() addition
+
Fri Jul 25 22:01:14 2003 Venkita Subramonian <venkita@cse.wustl.edu>
* Kokyu/Kokyu.dsp:
* Kokyu/Kokyu_DLL.dsp:
@@ -22,7 +28,7 @@ Fri Jul 25 17:41:08 2003 Venkita Subramonian <venkita@cse.wustl.edu>
* Kokyu/Kokyu_dsrt.{cpp,h,i}
Added new files to implement dynamic scheduling schedulers.
-
+
* Kokyu/Kokyu.dsp:
* Kokyu/Kokyu.mwc:
* Kokyu/Kokyu.mpc:
@@ -34,7 +40,7 @@ Fri Jul 25 17:41:08 2003 Venkita Subramonian <venkita@cse.wustl.edu>
* Kokyu/Makefile:
Created MPC file for Kokyu and generated project files from MPC.
-
+
* Kokyu/Kokyu_defs.{cpp,h,i}
* Kokyu/Default_Dispatcher_Impl.{cpp,h,i}
* Kokyu/Dispatcher_Impl.{h,cpp,i}
@@ -43,11 +49,11 @@ Fri Jul 25 17:41:08 2003 Venkita Subramonian <venkita@cse.wustl.edu>
* Kokyu/kokyu_export.h
Reorganized files and updated comments and doxygen documentation.
-
+
* Kokyu/tests/DSRT_MIF/MIF.cpp
Modified example to reflect new Kokyu dispatcher class.
-
+
Thu Jul 24 14:23:44 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/Future.{h,cpp}: Removed the operator new/delete/& so
diff --git a/include/makeinclude/platform_gnuwin32_common.GNU b/include/makeinclude/platform_gnuwin32_common.GNU
index 675340da3eb..2545e391f91 100644
--- a/include/makeinclude/platform_gnuwin32_common.GNU
+++ b/include/makeinclude/platform_gnuwin32_common.GNU
@@ -90,7 +90,7 @@ ifeq ($(mingw32),1)
ifeq ($(winsock2),1)
LIBS += -lws2_32 -lmswsock
endif
-LIBS += -lwsock32
+LIBS += -lwsock32 -lnetapi32
endif
OCFLAGS += -O3