You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
409 B
16 lines
409 B
$(O)\seo.h : $(STAXINC)\export\seo.idl
|
|
$(MIDL) \
|
|
$(PACKING) \
|
|
$(INCPATH0) \
|
|
-char unsigned \
|
|
-ms_ext -c_ext \
|
|
-proxy $(PASS0_SOURCEDIR)\seo_p.c \
|
|
-dlldata $(PASS0_SOURCEDIR)\dlldata.c \
|
|
-iid $(MIDL_UUIDDIR)\seo_i.c \
|
|
-header $@ \
|
|
-tlb $(O)\seo.tlb \
|
|
-cpp_cmd $(TARGET_CPP) \
|
|
$(C_DEFINES) \
|
|
$(MIDL_FLAGS) \
|
|
$(MIDL_OPTIMIZATION) \
|
|
$**
|