mirror of
https://github.com/reactos/wine.git
synced 2025-01-10 05:41:29 +00:00
8 lines
101 B
Makefile
8 lines
101 B
Makefile
MODULE = ctl3d32.dll
|
|
IMPORTLIB = ctl3d32
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = ctl3d32.c
|
|
|
|
@MAKE_DLL_RULES@
|