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.

51 lines
1004 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. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=RpcNdrp
  15. TARGETPATH=obj
  16. TARGETTYPE=LIBRARY
  17. INCLUDES=..;..\..\runtime\mtrt;..\..\runtime\rtifs\$(O)
  18. C_DEFINES=$(RPCENV) -D_RPCRT4_
  19. MSC_WARNING_LEVEL=/WX /W3
  20. SOURCES= \
  21. ..\ccontext.cxx \
  22. ..\CtxColl.cxx \
  23. ..\scontext.cxx
  24. # Need to use this method since build will not
  25. # allow ifdefs for sources
  26. i386_SOURCES= \
  27. ..\charconv.cxx \
  28. ..\dataconv.cxx \
  29. ..\intconv.cxx \
  30. ..\floatc.cxx \
  31. ..\help.c
  32. ALPHA_SOURCES=$(i386_SOURCES)