Leaked source code of windows server 2003
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.
 
 
 
 
 
 

21 lines
404 B

.SUFFIXES: .idl
.idl.h:
$(MIDL) $(MIDL_FLAGS)\
!ifndef WIN16
-Zp8 \
!else
/Zp2 /DWIN16 /DDOS /DWIN $(MIDL_FLAGS) \
!endif
$(INCPATH0) \
-char unsigned \
-ms_ext -c_ext \
-proxy $*.c \
-iid $*.c \
-dlldata $O\dlldata.c \
-cpp_cmd $(TARGET_CPP) \
-header $*.h \
-tlb $*.tlb \
$(C_DEFINES) \
$(MIDL_OPTIMIZATION) \
$O\$*.idl