mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 14:26:40 +00:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
MODULE = msftedit.dll
|
|
IMPORTS = uuid riched20
|
|
|
|
C_SRCS = \
|
|
msftedit_main.c
|
|
|
|
RC_SRCS = version.rc
|