8 lines
84 B
Makefile
8 lines
84 B
Makefile
![]() |
MODULE = wintypes.dll
|
||
|
IMPORTS = combase
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
IDL_SRCS = classes.idl
|