winhttp/tests: Make sure proxy settings are restored.
[wine] / dlls / atl100 / Makefile.in
1 MODULE    = atl100.dll
2 IMPORTLIB = atl100
3 IMPORTS   = uuid ole32 oleaut32 user32 gdi32 advapi32
4 EXTRADEFS = -D_ATL_VER=_ATL_VER_100
5
6 C_SRCS = \
7         atl.c \
8         atl_ax.c \
9         registrar.c
10
11 @MAKE_DLL_RULES@