mirror of
https://github.com/reactos/wine.git
synced 2024-12-15 23:57:33 +00:00
8 lines
99 B
Makefile
8 lines
99 B
Makefile
MODULE = riched32.dll
|
|
IMPORTS = riched20 user32
|
|
|
|
C_SRCS = \
|
|
richedit.c
|
|
|
|
RC_SRCS = version.rc
|