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.
 
 
 
 
 
 

36 lines
705 B

# DEST_TREE is set by the calling makefile
UMON_DEST=..\inc\$(DEST_TREE)
!ifndef MIDL
MIDL = midl.exe
!endif
#
# BUGBUG - We want to compile these IDL files /Oi but the interpretor
# cannot handle error_status_t parameters. When it can, change /Os to /Oi
#
MIDL_FLAGS= \
-Zp8 \
-I$(INCLUDES) \
-Os \
-oldnames \
-char unsigned \
-error allocation \
-ms_ext -c_ext \
$(C_DEFINES) \
-cpp_cmd $(TARGET_CPP)
CSWITCH=-prefix cstub _
urlmon.h: ..\urlmon.idl
$(MIDL) $(MIDL_FLAGS) \
-cstub $(UMON_DEST)\umon_c.c \
-sstub $(UMON_DEST)\umon_s.c \
..\urlmon.idl
allidl: urlmon.h
clean:
erase urlmon.h >NUL 2>NUL