mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
20 lines
352 B
Makefile
20 lines
352 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dxdiagn.dll
|
|
IMPORTLIB = libdxdiagn.$(IMPLIBEXT)
|
|
IMPORTS = ole32 oleaut32 user32 advapi32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid
|
|
|
|
C_SRCS = \
|
|
container.c \
|
|
dxdiag_main.c \
|
|
provider.c \
|
|
regsvr.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|