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