projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added/improved TRACEing.
[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
IMPORTS = mpr shlwapi shell32 user32 advapi32 kernel32 ntdll
8
EXTRALIBS = $(LIBUNICODE) @SOCKETLIBS@
9
10
C_SRCS = \
11
cookie.c \
12
dialogs.c \
13
ftp.c \
14
gopher.c \
15
http.c \
16
internet.c \
17
netconnection.c \
18
urlcache.c \
19
utility.c \
20
wininet_main.c
21
22
RC_SRCS = \
23
rsrc.rc \
24
version.rc
25
26
SUBDIRS = tests
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: