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.

24 lines
653 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. IDL_NAME = TlntSvr
  8. CLIENT_TARGETS = $(O)\$(IDL_NAME)_p.c \
  9. $(O)\$(IDL_NAME).h
  10. SERVER_TARGETS = $(O)\$(IDL_NAME)_i.c \
  11. $(O)\$(IDL_NAME).h
  12. ###EXTRN_DEPENDS = .\$(IDL_NAME).acf
  13. #
  14. # MIDL COMPILE
  15. #
  16. $(SERVER_TARGETS) $(O)\dlldata.c : .\$(IDL_NAME).idl $(EXTRN_DEPENDS)
  17. midl /Oicf /robust /out $(O) /I $(SDK_INC_PATH) /h $(IDL_NAME).h /newtlb /dlldata dlldata.c /iid $(IDL_NAME)_i.c /proxy $(IDL_NAME)_p.c $(IDL_NAME).idl