mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
MODULE = powrprof.dll
|
|
IMPORTLIB = powrprof
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = powrprof.c
|
|
|
|
@MAKE_DLL_RULES@
|