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.
 
 
 
 
 
 

16 lines
397 B

!ifdef NTMAKEENV
!include $(NTMAKEENV)\makefile.def
C_DEFINES= $(C_DEFINES) -DLOCAL_TROUBLESHOOTER -D_MBCS
MIDL_MKTYPLIB_FLAGS = \
$(PACKING) \
$(INCPATH0) \
-char unsigned \
-ms_ext \
-c_ext \
$(C_DEFINES) -D__MKTYPLIB__ \
$(MIDL_FLAGS) \
$(MIDL_OPTIMIZATION) \
$(MKTYPLIB_FLAGS:-h =-header ) \
-tlb $@ \
-cpp_cmd $(TARGET_CPP)
!endif