Source code of Windows XP (NT5)
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.

47 lines
906 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Wesley Witt (wesw) 10-Jan-96
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. !ifndef FAXROOT
  15. FAXROOT=$(PROJECT_ROOT)\fax
  16. !endif
  17. !include $(FAXROOT)\faxsrc.inc
  18. TARGETPATH=obj
  19. TARGETTYPE=NOTARGET
  20. IDL_TYPE=RPC
  21. PASS0_CLIENTDIR=$(FAXROOT)\service\rpc\stubs\faxsvc
  22. PASS0_SERVERDIR=$(FAXROOT)\service\rpc\stubs\faxcli
  23. PASS0_HEADERDIR=$(FAXROOT)\service\inc
  24. MIDL_OPTIMIZATION=$(MIDL_OPTIMIZATION_NT4) -error all
  25. MIDL_FLAGS=$(MIDL_FLAGS) -oldnames -out $(PASS0_HEADERDIR) -I$(PASS0_HEADERDIR)
  26. SOURCES=faxcli.idl
  27. SYNCHRONIZE_BLOCK=1