mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
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:
parent
873d2a6ee8
commit
4b5e84217d
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ TOPOBJDIR = ../..
|
||||||
SRCDIR = @srcdir@
|
SRCDIR = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
MODULE = oledlg.dll
|
MODULE = oledlg.dll
|
||||||
|
IMPORTLIB = liboledlg.$(IMPLIBEXT)
|
||||||
IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
|
IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
|
UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
|
||||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
|
|
Loading…
Reference in a new issue