repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
strmbase: Implement BaseControlWindow.
[wine.git]
/
dlls
/
wininet
/
Makefile.in
blob
6c90c8fe11a0c296059eb2f128e0027388b0afbc
1
EXTRADEFS
= -
D_WINX32_
2
MODULE
=
wininet.dll
3
IMPORTLIB
=
wininet
4
IMPORTS
=
mpr shlwapi shell32 user32 advapi32
5
DELAYIMPORTS
=
secur32 crypt32 cryptui
6
EXTRALIBS
=
@SOCKETLIBS@ @ZLIB@
7
8
C_SRCS
=
\
9
cookie.c \
10
dialogs.c \
11
ftp.c \
12
gopher.c \
13
http.c \
14
internet.c \
15
netconnection.c \
16
urlcache.c \
17
utility.c \
18
wininet_main.c
19
20
RC_SRCS
=
wininet.rc
21
PO_SRCS
=
wininet.rc
22
23
@MAKE_DLL_RULES@