projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added support for R types in stabs parsing.
[wine]
/
programs
/
winecfg
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winecfg.exe
6
APPMODE = gui
7
IMPORTS = comctl32 user32
8
9
C_SRCS = \
10
main.c \
11
properties.c \
12
winecfg.c
13
14
RC_SRCS = winecfg.rc
15
16
@MAKE_PROG_RULES@
17
18
### Dependencies: