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.

29 lines
956 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. SERVER_IDL = ..\idl\wzc.idl
  9. SERVER_ACF = ..\idl\wzcsrv.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_s.c $(O)\wzc_s.h : $(SERVER_IDL) $(SERVER_ACF)
  19. midl $(MIDL_OPTIMIZATION_NT5) -acf $(SERVER_ACF) -client none -oldnames -ms_ext -c_ext $(CPP) $(INCS) $(SERVER_IDL) -header wzc_s.h
  20. $(O)\eapolmsg.mc: resources\eapollog.h resources\zcdblog.h
  21. mapmsg EAPOL EAPOL_LOG_BASE resources\eapollog.h > $(O)\eapolmsg.mc
  22. mapmsg ZCDB ZCDB_LOG_BASE resources\zcdblog.h >> $(O)\eapolmsg.mc