From 6c649289e53802afefca503b074e1205a72ff4d9 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Thu, 6 Feb 2003 07:42:49 +0000 Subject: [PATCH] dll tidyups git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15894 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ Source/libgnustep-base.def.in | 19 ------------------- Source/win32-def.top | 19 ------------------- 3 files changed, 8 insertions(+), 38 deletions(-) diff --git a/ChangeLog b/ChangeLog index bfa329ffd..beba6c8da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-02-06 Richard Frith-Macdonald + + * Sourcewin32-def.top: Remove recently added external functions. + * Source/libgnustep-base.def.in: Regenerated to just contain + public classes. The manual hacks are no longer needed as the + make system now handles inclusion of symbols from subprojects + in dlls. + 2003-02-05 Richard Frith-Macdonald * Sourcewin32-def.top: Manually added external functions. diff --git a/Source/libgnustep-base.def.in b/Source/libgnustep-base.def.in index 68d986954..cf999fe4b 100644 --- a/Source/libgnustep-base.def.in +++ b/Source/libgnustep-base.def.in @@ -27,25 +27,6 @@ ; LIBRARY libgnustep-base EXPORTS -GSEncodingForRegistry -GSEncodingFromLocale -GSFromUnicode -GSObjCFindVariable -GSObjCSetVariable -GSToUnicode -GetAvailableEncodings -GetDefEncoding -GetEncodingName -chartouni -encode_chartouni -encode_unitochar -encode_unitochar_strict -uni_cop -uni_is_decomp -uni_isnonsp -uni_tolower -uni_toupper -unitochar __objc_class_name_GSArray __objc_class_name_GSArrayEnumerator __objc_class_name_GSArrayEnumeratorReverse diff --git a/Source/win32-def.top b/Source/win32-def.top index 67c9f1c1a..d524ef061 100644 --- a/Source/win32-def.top +++ b/Source/win32-def.top @@ -27,22 +27,3 @@ ; LIBRARY libgnustep-base EXPORTS -GSEncodingForRegistry -GSEncodingFromLocale -GSFromUnicode -GSObjCFindVariable -GSObjCSetVariable -GSToUnicode -GetAvailableEncodings -GetDefEncoding -GetEncodingName -chartouni -encode_chartouni -encode_unitochar -encode_unitochar_strict -uni_cop -uni_is_decomp -uni_isnonsp -uni_tolower -uni_toupper -unitochar