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.
17 lines
414 B
17 lines
414 B
$(O)\aqadmin.h $(O)\aqadmin.c : $(STAXINC)\export\aqadmin.idl
|
|
$(MIDL) \
|
|
$(PACKING) \
|
|
$(INCPATH0) \
|
|
-char unsigned \
|
|
-ms_ext -c_ext \
|
|
-proxy $(O)\aqadmin.c \
|
|
-dlldata $(O)\dlldata.c \
|
|
-iid $(MIDL_UUIDDIR)\aqadmin.c \
|
|
-header $@ \
|
|
-tlb $(O)\aqadmin.tlb \
|
|
-cpp_cmd $(TARGET_CPP) \
|
|
$(C_DEFINES) \
|
|
$(MIDL_FLAGS) \
|
|
$(MIDL_OPTIMIZATION) \
|
|
$**
|
|
|