repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msvcp60: Avoid FALSE:TRUE conditional expressions.
[wine/multimedia.git]
/
programs
/
notepad
/
Makefile.in
blob
ecf3e4e1963fdd3bda546d530ea53f61bce4ce18
1
MODULE
=
notepad.exe
2
APPMODE
= -
mwindows
-
mno-cygwin
3
IMPORTS
=
comdlg32 shell32 shlwapi user32 gdi32 advapi32
4
EXTRAINCL
= -
I
$(
top_srcdir
)/
include
/
msvcrt
5
MODCFLAGS
=
@BUILTINFLAG@
6
EXTRADEFS
= -
DNO_LIBWINE_PORT
7
8
C_SRCS
=
\
9
dialog.c \
10
main.c
11
12
RC_SRCS
=
notepad.rc
13
PO_SRCS
=
notepad.rc
14
15
MANPAGE
=
notepad.man
16
17
SVG_SRCS
=
notepad.svg
18
19
@MAKE_PROG_RULES@