projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Turn off gcc 4.0's builtin wchar inlines.
[wine]
/
programs
/
notepad
/
Makefile.in
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: