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.

69 lines
1.5 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. t-ScottH
  12. NOTE:
  13. !ENDIF
  14. TARGETNAME=oledbg
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. DLLDEF = $(O)\oledbg.def
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\ole32.lib
  21. INCLUDES= \
  22. $(BASEDIR)\private\ole32\common\daytona; \
  23. $(BASEDIR)\private\ole32\ih; \
  24. $(BASEDIR)\private\ole32\ole232\inc; \
  25. $(BASEDIR)\private\ole32\ole232\stdimpl; \
  26. $(BASEDIR)\private\ole32\ole232\clipbrd; \
  27. $(BASEDIR)\private\ole32\ole232\advise; \
  28. $(BASEDIR)\private\cinc; \
  29. ..
  30. C_DEFINES= \
  31. $(C_DEFINES) \
  32. -DFLAT \
  33. -DWIN32=100 \
  34. -D_NT1X_=100 \
  35. -DNOEXCEPTIONS \
  36. -D_DEBUG \
  37. -DUNICODE \
  38. -D_UNICODE \
  39. -DCAIROLE_DOWNLEVEL
  40. SOURCES= \
  41. ..\oleexts.cpp
  42. UMTYPE=console
  43. !IF $(386)
  44. NTTARGETFILE0=$(DLLDEF:*=i386)
  45. !ENDIF
  46. !IF $(MIPS)
  47. NTTARGETFILE0=$(DLLDEF:*=mips)
  48. !ENDIF
  49. !IF $(ALPHA)
  50. NTTARGETFILE0=$(DLLDEF:*=alpha)
  51. !ENDIF