mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Alexandre Julliard <[email protected]> - 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 <[email protected]> - Provide minimal API documentation in advapi/eventlog.c to silence some winapi_check output. - Move around functions in riched20, richedit and rpcrt4 to achieve the same goal. svn path=/trunk/; revision=15579
15 lines
259 B
Makefile
15 lines
259 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = riched32.dll
|
|
IMPORTLIB = libriched32.$(IMPLIBEXT)
|
|
IMPORTS = riched20 user32 kernel32
|
|
|
|
C_SRCS = \
|
|
richedit.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|