mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = cfgmgr32.dll
|
|
IMPORTLIB = cfgmgr32
|
|
IMPORTS = setupapi kernel32
|
|
|
|
@MAKE_DLL_RULES@
|