1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/programs/notepad/Makefile.in
Alexandre Julliard 32459912dc Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00

23 lines
364 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = notepad
IMPORTS = comdlg32.dll shell32.dll user32.dll gdi32.dll kernel32.dll ntdll.dll
LICENSELANG = En
C_SRCS = \
dialog.c \
language.c \
license.c \
main.c \
search.c \
$(LICENSELANG:%=License_%.c)
RC_SRCS = rsrc.rc
@MAKE_PROG_RULES@
### Dependencies: