repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20030408.
[wine/gsoc-2012-control.git]
/
programs
/
notepad
/
Makefile.in
blob
b3fb80c6d77e5ccf153f4ccef0a2a1df50f1e31f
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
notepad.exe
6
APPMODE
=
gui
7
IMPORTS
=
comdlg32 shell32 msvcrt user32 gdi32 kernel32
8
EXTRAINCL
= -
I
$(
TOPSRCDIR
)/
include
/
msvcrt
9
EXTRADEFS
= -
DNO_LIBWINE_PORT
10
11
C_SRCS
=
\
12
License_En.c \
13
dialog.c \
14
license.c \
15
main.c
16
17
RC_SRCS
=
rsrc.rc
18
19
@MAKE_PROG_RULES@
20
21
### Dependencies: