9 lines
99 B
Makefile
9 lines
99 B
Makefile
|
MODULE = dhtmled.ocx
|
||
|
IMPORTS = uuid
|
||
|
|
||
|
C_SRCS = \
|
||
|
edit.c \
|
||
|
main.c
|
||
|
|
||
|
IDL_SRCS = dhtmled_tlb.idl
|