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 20050930.
[wine/gsoc-2012-control.git]
/
programs
/
notepad
/
Makefile.in
blob
fc43d365e8845c2eab3b9836f0459bb12f0a0881
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
notepad.exe
6
APPMODE
= -
mwindows
7
IMPORTS
=
comdlg32 shell32 user32 gdi32 msvcrt advapi32 kernel32
8
EXTRAINCL
= -
I
$(
TOPSRCDIR
)/
include
/
msvcrt
9
MODCFLAGS
=
@BUILTINFLAG@
10
EXTRADEFS
= -
DNO_LIBWINE_PORT
11
12
C_SRCS
=
\
13
License_En.c \
14
dialog.c \
15
license.c \
16
main.c
17
18
RC_SRCS
=
rsrc.rc
19
20
@MAKE_PROG_RULES@
21
22
### Dependencies: