From: Chris Elliott Date: Thu, 8 Feb 2007 15:34:57 +0000 (+0000) Subject: remove out of date files (for dmc and 2.4 wxW) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/58261d9a7a6f914419da86bb81e1822e7a5e8f60?hp=53143e5480e4e97e6b0f81c70cbbb1978fa7c38f remove out of date files (for dmc and 2.4 wxW) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/lib/_sc/Readme.txt b/lib/_sc/Readme.txt deleted file mode 100644 index 346b73c929..0000000000 --- a/lib/_sc/Readme.txt +++ /dev/null @@ -1,22 +0,0 @@ ----------------------------------------------------------------------------- -Note: The files in this directory are not needed any more if you are using - DigitalMars 8.38 or later. ----------------------------------------------------------------------------- - - - -This directory contains files for the Digitalmars compiler, currently 8.34 beta -to resolve externals which are not present in the .lib files released by DigitalMars. - -To find the names of the functions - -//create a library from the dll e.g. -implib ws.lib c:\WINNT\system32\wsock32.dll - -//make a listing -lib -l ws.lib - -//read the listing e.g. -type ws.lst | more - -Chris Elliott, biol75@york.ac.uk, 07 May 03 diff --git a/lib/_sc/shell32_sc.def b/lib/_sc/shell32_sc.def deleted file mode 100644 index 3b7f587115..0000000000 --- a/lib/_sc/shell32_sc.def +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY shell32 -EXETYPE NT -SUBSYSTEM WINDOWS -EXPORTS - _ExtractIconA@12 = ExtractIconA - _ExtractIconExA@20 = ExtractIconExA - _DragQueryPoint@8 = DragQueryPoint - _DragFinish@4 = DragFinish - _DragQueryFileA@16 = DragQueryFileA - _DragAcceptFiles@8 = DragAcceptFiles - _SHGetMalloc@4 = SHGetMalloc - _SHGetPathFromIDListA@8 = SHGetPathFromIDListA - _SHBrowseForFolderA@4 = SHBrowseForFolderA - _Shell_NotifyIconA@8 = Shell_NotifyIconA - - diff --git a/lib/_sc/winmm32_sc.def b/lib/_sc/winmm32_sc.def deleted file mode 100644 index d19ccf55a1..0000000000 --- a/lib/_sc/winmm32_sc.def +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY winmm -EXETYPE NT -SUBSYSTEM WINDOWS -EXPORTS - _WSACleanup@0 = WSACleanup - - _PlaySoundA@12 = PlaySoundA - _joyReleaseCapture@4 = joyReleaseCapture - _joySetCapture@16 = joySetCapture - _joyGetDevCapsA@12 = joyGetDevCapsA - _joyGetPos@8 = joyGetPos - _joyGetNumDevs@0 = joyGetNumDevs diff --git a/lib/_sc/wsock32_sc.def b/lib/_sc/wsock32_sc.def deleted file mode 100644 index d27e742758..0000000000 --- a/lib/_sc/wsock32_sc.def +++ /dev/null @@ -1,33 +0,0 @@ -LIBRARY wsock32 -EXETYPE NT -SUBSYSTEM WINDOWS -EXPORTS - _WSACleanup@0 = WSACleanup - _gethostbyaddr@12 = gethostbyaddr - _gethostbyname@4 = gethostbyname - _gethostname@8 = gethostname - _WSAStartup@8 = WSAStartup - - - _ntohs@4 = ntohs - _htons@4 = htons - _getservbyname@8 = getservbyname - _inet_addr@4 = inet_addr - _sendto@24 = sendto - _send@16 = send - _recvfrom@24 = recvfrom - _recv@16 = recv - ___WSAFDIsSet@8 = __WSAFDIsSet - _select@20 = select - _WSAGetLastError@0 = WSAGetLastError - _getsockname@12 = getsockname - _getsockopt@20 = getsockopt - _bind@12 = bind - _ioctlsocket@12 = ioctlsocket - _socket@12 = socket - _connect@12 = connect - _accept@12 = accept - _listen@8 = listen - _shutdown@8 = shutdown - _closesocket@4 = closesocket - _WSAAsyncSelect@16 = WSAAsyncSelect