9 lines
108 B
Makefile
9 lines
108 B
Makefile
|
TESTDLL = scrobj.dll
|
||
|
IMPORTS = oleaut32 ole32 advapi32 uuid
|
||
|
|
||
|
C_SRCS = \
|
||
|
scrobj.c
|
||
|
|
||
|
RC_SRCS = \
|
||
|
rsrc.rc
|