17 lines
314 B
Makefile
17 lines
314 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dwmapi.dll
|
|
IMPORTLIB = libdwmapi.$(IMPLIBEXT)
|
|
IMPORTS = user32 kernel32
|
|
|
|
C_SRCS = \
|
|
dwmapi_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|