Files
reactos/reactos/lib/richedit/Makefile.in
T
Gé van Geldorp 0474d63d02 Sync to Wine-20050524:
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
2005-05-28 14:42:07 +00:00

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: