1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/programs/notepad/Makefile.in
2000-11-10 23:45:20 +00:00

23 lines
304 B
Makefile

EXTRADEFS = -DSTRICT
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = notepad
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: