Sync to Wine-20050524:
Alexandre Julliard <julliard(a)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(a)mecano.gme.usherb.ca>
- Use SUBLANG_NEUTRAL for French resources.
Modified: trunk/reactos/lib/oledlg/Makefile.in
Modified: trunk/reactos/lib/oledlg/oledlg_Fr.rc
_____
Modified: trunk/reactos/lib/oledlg/Makefile.in
--- trunk/reactos/lib/oledlg/Makefile.in 2005-05-28 09:35:29 UTC
(rev 15563)
+++ trunk/reactos/lib/oledlg/Makefile.in 2005-05-28 09:37:01 UTC
(rev 15564)
@@ -3,6 +3,7 @@
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oledlg.dll
+IMPORTLIB = liboledlg.$(IMPLIBEXT)
IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
C_SRCS = \
_____
Modified: trunk/reactos/lib/oledlg/oledlg_Fr.rc
--- trunk/reactos/lib/oledlg/oledlg_Fr.rc 2005-05-28 09:35:29 UTC
(rev 15563)
+++ trunk/reactos/lib/oledlg/oledlg_Fr.rc 2005-05-28 09:37:01 UTC
(rev 15564)
@@ -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
Show replies by date