summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-15 13:17:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-15 13:17:32 +0000
commitf83771f65f25b2fbda4d0e4fab6690aed72c1d84 (patch)
tree0c3f0d134c596dd7ab076dcc0f2c82763b905692
parentc985350593dc666711fedec8759c1261111adf7f (diff)
downloadATCD-f83771f65f25b2fbda4d0e4fab6690aed72c1d84.tar.gz
ChangeLogTag: Wed Oct 15 11:14:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog10
-rw-r--r--include/makeinclude/platform_cygwin32.GNU3
-rw-r--r--include/makeinclude/platform_mingw32.GNU3
3 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f5cb71f63f6..0fe2c2d0cb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
+Wed Oct 15 13:16:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_mingw32.GNU:
+ * include/makeinclude/platform_cygwin32.GNU:
+ Instead of setting SONAME and SOVERSION to empty, set
+ versioned_so to 0 to indicate that versioned dll's should
+ be used because cygwin and mingw have problem with this.
+ This makes Cygwin/MinGW working again.
+
Wed Oct 15 08:45:20 EDT 2003 Kevin Bryank <bryank@cs.uri.edu>
+
* bin/MakeProjectCreator/config/rtcosscheduling.mpb:
Adding base project for using the RTC 1.0 Scheduling Service
diff --git a/include/makeinclude/platform_cygwin32.GNU b/include/makeinclude/platform_cygwin32.GNU
index 4ccfd85a53c..d71708d6cda 100644
--- a/include/makeinclude/platform_cygwin32.GNU
+++ b/include/makeinclude/platform_cygwin32.GNU
@@ -19,8 +19,7 @@ cygwin32 = 1
# Cygwin doesn't allow to add the version number of ACE to the dll name
# because fe ace.dll.5.2.3 isn't a valid dll name
-SONAME=
-SOVERSION=
+versioned_so=0
# Disable auto-import warnings. The Cygwin linker has a problem with imports
# See https://sourceforge.net/tracker/?func=detail&atid=102435&aid=683455&group_id=2435
diff --git a/include/makeinclude/platform_mingw32.GNU b/include/makeinclude/platform_mingw32.GNU
index 98fda38062d..b9122a49f33 100644
--- a/include/makeinclude/platform_mingw32.GNU
+++ b/include/makeinclude/platform_mingw32.GNU
@@ -35,8 +35,7 @@ mingw32 = 1
# MingW doesn't allow to add the version number of ACE to the dll name
# because fe ace.dll.5.2.3 isn't a valid dll name
-SONAME=
-SOVERSION=
+versioned_so=0
# Disable auto-import warnings. The MingW linker has a problem with imports
# See https://sourceforge.net/tracker/?func=detail&atid=102435&aid=683455&group_id=2435