projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Take advantage of the new winegcc -B support.
[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
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: