wine-wine/programs/notepad/Makefile.in

20 lines
382 B
Makefile

MODULE = notepad.exe
APPMODE = -mwindows -mno-cygwin
IMPORTS = comdlg32 shell32 shlwapi user32 gdi32 advapi32
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
MODCFLAGS = @BUILTINFLAG@
EXTRADEFS = -DNO_LIBWINE_PORT -DWINE_NO_UNICODE_MACROS
C_SRCS = \
dialog.c \
main.c
RC_SRCS = notepad.rc
PO_SRCS = notepad.rc
MANPAGE = notepad.man
SVG_SRCS = notepad.svg
@MAKE_PROG_RULES@