projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
[wine]
/
programs
/
view
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = view
6
7
C_SRCS = \
8
init.c \
9
view.c \
10
winmain.c
11
12
RC_SRCS = \
13
viewrc.rc
14
15
@MAKE_PROG_RULES@
16
17
### Dependencies: