14 lines
198 B
Plaintext
14 lines
198 B
Plaintext
${license_mak}
|
|
|
|
DEPTH = ${depth_1_win}
|
|
|
|
include <$(DEPTH)/config/config.mak>
|
|
|
|
MODULE = ${interface_name}
|
|
|
|
XPIDLSRCS = \
|
|
${filename:interface.idl} \
|
|
$(NULL)
|
|
|
|
include <$(DEPTH)/config/rules.mk>
|