mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
e40d857f1c
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
108 B
Makefile
8 lines
108 B
Makefile
TESTDLL = scrobj.dll
|
|
IMPORTS = oleaut32 ole32 advapi32 uuid
|
|
|
|
C_SRCS = \
|
|
scrobj.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|