projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed MessageBox() usage.
[wine]
/
programs
/
notepad
/
Makefile.in
1
EXTRADEFS = -DSTRICT
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = notepad
7
8
LICENSELANG = En
9
10
C_SRCS = \
11
dialog.c \
12
language.c \
13
license.c \
14
main.c \
15
search.c \
16
$(LICENSELANG:%=License_%.c)
17
18
RC_SRCS = rsrc.rc
19
20
@MAKE_PROG_RULES@
21
22
### Dependencies: