shell32: Fix the errors in two Chinese (Simplified) resources.
[wine/hacks.git] / dlls / winhttp / Makefile.in
blobb563ce1badd101cfad94a7e5ad9fe08deb51186f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winhttp.dll
6 IMPORTLIB = winhttp
7 IMPORTS = shlwapi kernel32
8 DELAYIMPORTS = crypt32 advapi32
9 EXTRALIBS = @SOCKETLIBS@
11 C_SRCS = \
12 cookie.c \
13 handle.c \
14 main.c \
15 net.c \
16 request.c \
17 session.c \
18 url.c
20 RC_SRCS = \
21 version.rc
23 @MAKE_DLL_RULES@