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.

55 lines
1.0 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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. Revision History:
  11. !ENDIF
  12. TARGETNAME=rtifs
  13. TARGETTYPE=LIBRARY
  14. TARGETPATH=obj
  15. INCLUDES=obj;$(BASEDIR)\private\inc
  16. MSC_WARNING_LEVEL=/WX
  17. SOURCES= \
  18. conv_c.c \
  19. conv_s.c \
  20. convc_c.c \
  21. convc_s.c \
  22. DbgIdl_c.c \
  23. eeinfo_c.c \
  24. epmp_c.c \
  25. mgmt_c.c \
  26. mgmt_s.c \
  27. mqmgr_c.c
  28. !ifdef DOSWIN32RPC
  29. RPCENV=-DDOSWIN32RPC -DWIN32RPC
  30. !else
  31. RPCENV=-DNTENV -DWIN32RPC -DNTWIN32RPC
  32. !endif
  33. C_DEFINES=$(RPCENV) -D_RPCRT4_
  34. UMTYPE=console
  35. UMTEST=
  36. NTTARGETFILE0=allidl
  37. PASS0_PUBLISH={$(O)\eeinfo.h=$(COM_INC_PATH)\eeinfo.h}
  38. PASS1_PUBLISH={$(O)\rtifs.lib=$(COM_LIB_PATH)\rtifs.lib}