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
|