winemac.drv: Implement GetMonitorInfo.
[wine] / dlls / cabinet / Makefile.in
1 MODULE    = cabinet.dll
2 IMPORTLIB = cabinet
3 EXTRALIBS = @ZLIB@
4
5 C_SRCS = \
6         cabinet_main.c \
7         fci.c \
8         fdi.c
9
10 RC_SRCS = cabinet.rc
11
12 @MAKE_DLL_RULES@