2007-06-02 00:28:45 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = pdh.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = pdh
|
2007-06-02 00:28:45 +02:00
|
|
|
IMPORTS = kernel32
|
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
pdh_main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|