mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
11 lines
271 B
Makefile
11 lines
271 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = cfgmgr32.dll
|
|
IMPORTLIB = libcfgmgr32.$(IMPLIBEXT)
|
|
IMPORTS = setupapi kernel32
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|