mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 20:10:18 +00:00
![Alexandre Julliard](/assets/img/avatar_default.png)
Based on a cursor set published by Ludvig Hummel under the X11 license. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
18 lines
287 B
Makefile
18 lines
287 B
Makefile
MODULE = wordpad.exe
|
|
APPMODE = -mwindows -mno-cygwin
|
|
IMPORTS = comdlg32 uuid ole32 shell32 user32 gdi32 advapi32 comctl32
|
|
|
|
C_SRCS = \
|
|
olecallback.c \
|
|
print.c \
|
|
registry.c \
|
|
wordpad.c
|
|
|
|
RC_SRCS = wordpad.rc
|
|
|
|
SVG_SRCS = \
|
|
formatbar.svg \
|
|
toolbar.svg \
|
|
wordpad.svg \
|
|
zoom.svg
|