Sync to Wine-20050524:

Alexandre Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.
Vincent Beron <vberon@mecano.gme.usherb.ca>
- Use SUBLANG_NEUTRAL for French resources.

svn path=/trunk/; revision=15564
This commit is contained in:
Gé van Geldorp 2005-05-28 09:37:01 +00:00
parent 873d2a6ee8
commit 4b5e84217d
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oledlg.dll
IMPORTLIB = liboledlg.$(IMPLIBEXT)
IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
C_SRCS = \

View file

@ -20,7 +20,7 @@
*/
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU