mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
17ac5ba7f9
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
16 lines
257 B
Makefile
16 lines
257 B
Makefile
MODULE = notepad.exe
|
|
APPMODE = -mwindows -mno-cygwin
|
|
IMPORTS = comdlg32 shell32 shlwapi user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
dialog.c \
|
|
main.c
|
|
|
|
RC_SRCS = notepad.rc
|
|
|
|
MANPAGES = notepad.man.in
|
|
|
|
SVG_SRCS = notepad.svg
|
|
|
|
INSTALL_LIB = notepad.exe notepad
|