mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
11 lines
199 B
Makefile
11 lines
199 B
Makefile
MODULE = notepad.exe
|
|
IMPORTS = comdlg32 shell32 shlwapi user32 gdi32 advapi32 comctl32
|
|
|
|
EXTRADLLFLAGS = -mwindows
|
|
|
|
SOURCES = \
|
|
dialog.c \
|
|
main.c \
|
|
notepad.man.in \
|
|
notepad.rc \
|
|
notepad.svg
|