msvcp90: Added char_traits<wchar_t> implementation.
[wine] / dlls / winhttp / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = winhttp.dll
6 IMPORTS   = winhttp crypt32 advapi32 ws2_32 kernel32
7
8 C_SRCS = \
9         notification.c \
10         url.c \
11         winhttp.c
12
13 @MAKE_TEST_RULES@