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.

26 lines
751 B

  1. #
  2. # This is the MIDL compile phase of the build process.
  3. #
  4. # The following is where you put the name of your .idl file without
  5. # the .idl extension:
  6. #
  7. !INCLUDE $(NTMAKEENV)\makefile.plt
  8. CLIENT_IDL = ..\idl\wzc.idl
  9. CLIENT_ACF = ..\idl\wzccli.acf
  10. IMPORT = import
  11. UNICODE = 1
  12. INCS = -I. -I..\idl -I$(SDK_INC_PATH) -I$(CRT_INC_PATH) -I$(PROJECT_ROOT)\inc -I$(NET_INC_PATH)
  13. CPP = -cpp_cmd "$(MIDL_CPP)" -DNO_STRICT $(MIDL_FLAGS)
  14. #
  15. # MIDL COMPILE
  16. #
  17. MIDL_OPTIMIZATION_NT5=-Oicf -no_format_opt -robust -error all -out .\$(O)
  18. $(O)\wzc_c.c $(O)\wzc_c.h : $(CLIENT_IDL) $(CLIENT_ACF)
  19. midl $(MIDL_OPTIMIZATION_NT5) -acf $(CLIENT_ACF) -server none -oldnames -ms_ext -c_ext $(CPP) $(INCS) $(CLIENT_IDL) -header wzc_c.h