mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
MODULE = userenv.dll
|
|
IMPORTS = advapi32
|
|
IMPORTLIB = userenv
|
|
|
|
C_SRCS = \
|
|
userenv_main.c
|
|
|
|
@MAKE_DLL_RULES@
|