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.

67 lines
1.4 KiB

  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. Mike Warning (MikeW) 31-Jul-96
  12. !ENDIF
  13. !include $(CTOLERPC)\mac.mk
  14. MAJORCOMP= ctolerpc
  15. MINORCOMP= olestr
  16. #
  17. # This is the name of the target built from the source files specified
  18. # below. The name should include neither the path nor the file extension.
  19. #
  20. TARGETNAME= olestr
  21. TARGETPATH= $(CTOLERPC)\lib\mac
  22. #
  23. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  24. # etc.
  25. #
  26. TARGETTYPE= LIBRARY
  27. #
  28. # BUGBUG: We need to turn off Unicode until we get Unicode versions of the
  29. # printf family
  30. #
  31. C_DEFINES= $(C_DEFINES) \
  32. -DANSI_ONLY
  33. INCLUDES= \
  34. $(CTOLERPC)\include
  35. SOURCES= \
  36. ..\ctprintf.cxx \
  37. ..\convert.cxx
  38. UMTYPE= macintosh
  39. PRECOMPILED_CXX= 1
  40. PRECOMPILED_INCLUDE= ..\..\include\ctolerpc.h
  41. PRECOMPILED_TARGET= ..\..\include\mac\$(O)\ctolerpc.pch
  42. PRECOMPILED_OBJ= ..\..\include\mac\$(O)\ctolerpc.obj
  43. PRECOMPILED_OPTION= /Yuctolerpc.h /Fp..\..\include\mac\$(O)\ctolerpc.pch