mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
dll tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15894 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3613720d37
commit
6c649289e5
3 changed files with 8 additions and 38 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2003-02-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* 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 <rfm@gnu.org>
|
2003-02-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Sourcewin32-def.top: Manually added external functions.
|
* Sourcewin32-def.top: Manually added external functions.
|
||||||
|
|
|
@ -27,25 +27,6 @@
|
||||||
;
|
;
|
||||||
LIBRARY libgnustep-base
|
LIBRARY libgnustep-base
|
||||||
EXPORTS
|
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_GSArray
|
||||||
__objc_class_name_GSArrayEnumerator
|
__objc_class_name_GSArrayEnumerator
|
||||||
__objc_class_name_GSArrayEnumeratorReverse
|
__objc_class_name_GSArrayEnumeratorReverse
|
||||||
|
|
|
@ -27,22 +27,3 @@
|
||||||
;
|
;
|
||||||
LIBRARY libgnustep-base
|
LIBRARY libgnustep-base
|
||||||
EXPORTS
|
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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue