mirror of
https://github.com/reactos/reactos.git
synced 2025-07-02 23:01:21 +00:00
modified base/shell/explorer/notifyhook/notifyhook.def
modified dll/3rdparty/mesa32/src/drivers/windows/icd/mesa.def modified dll/nls/idndl/idndl.def modified dll/nls/normaliz/normaliz.def modified drivers/video/font/ftfd/freetype.def Soon, the rbuild "dllname" attribute will have no effect for .def files (only .spec/.pspec): prepare the sources for it by specifying the DLL name in the .def files themselves with the LIBRARY directory svn path=/trunk/; revision=44059
This commit is contained in:
parent
34cce6f897
commit
f93a056987
5 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
LIBRARY notifyhook.dll
|
||||
EXPORTS
|
||||
DeinstallNotifyHook
|
||||
GetWindowModulePath
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
LIBRARY mesa32.dll
|
||||
DESCRIPTION 'Mesa (OpenGL driver) for Win32'
|
||||
VERSION 7.4
|
||||
; VERSION 7.4
|
||||
|
||||
EXPORTS
|
||||
;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIBRARY "idndl"
|
||||
LIBRARY "idndl.dll"
|
||||
|
||||
EXPORTS
|
||||
DownlevelGetLocaleScripts = DownlevelGetLocaleScripts@12 @1
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
; POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
LIBRARY "normaliz"
|
||||
LIBRARY "normaliz.dll"
|
||||
|
||||
EXPORTS
|
||||
IdnToAscii@20 = kernel32.IdnToAscii @1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIBRARY freetype
|
||||
LIBRARY ftfd.dll
|
||||
EXPORTS
|
||||
FT_Done_Face
|
||||
FT_Done_Glyph
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue