projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
advapi32: Fix a typo.
[wine]
/
programs
/
winemine
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winemine.exe
6
APPMODE = -mwindows
7
IMPORTS = user32 gdi32 advapi32 kernel32
8
9
C_SRCS = \
10
dialog.c \
11
main.c
12
13
RC_SRCS = rsrc.rc
14
15
@MAKE_PROG_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend