mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
7 lines
93 B
Makefile
7 lines
93 B
Makefile
MODULE = userenv.dll
|
|
IMPORTS = advapi32
|
|
IMPORTLIB = userenv
|
|
|
|
C_SRCS = \
|
|
userenv_main.c
|