projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed StatusBar SetText again, added some comments.
[wine]
/
dlls
/
wininet
/
Makefile.in
1
EXTRADEFS = -D_WINX32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = wininet.dll
7
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
ftp.c \
13
http.c \
14
internet.c \
15
urlcache.c \
16
utility.c \
17
wininet_main.c
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: