mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
MODULE = userenv.dll
|
|
IMPORTS = advapi32
|
|
IMPORTLIB = userenv
|
|
|
|
C_SRCS = \
|
|
userenv_main.c
|
|
|
|
@MAKE_DLL_RULES@
|