jscript: Added '|=' expression implementation.
[wine] / dlls / winhttp / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winhttp.dll
6 IMPORTLIB = winhttp
7 IMPORTS   = wininet kernel32
8 DELAYIMPORTS = crypt32
9
10 C_SRCS = \
11         cookie.c \
12         handle.c \
13         main.c \
14         net.c \
15         request.c \
16         session.c
17
18 RC_SRCS = \
19         version.rc
20
21 @MAKE_DLL_RULES@
22
23 @DEPENDENCIES@  # everything below this line is overwritten by make depend