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.

73 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. ROOT=$(MAKEDIR:\tried\triedit=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=triedit
  7. TARGETPATHLIB=$(_OBJ_DIR)
  8. TARGETPATH=$(_OBJ_DIR)
  9. TARGETTYPE=DYNLINK
  10. DLLENTRY=_DllMainCRTStartup
  11. COFFBASE=triedit
  12. DLLDEF=triedit.def
  13. UMDEF=
  14. MSC_WARNING_LEVEL=/W4
  15. CONDITIONAL_INCLUDES=triedit.rcs
  16. INCLUDES= .; ..\inc;$(BASEDIR)\public\sdk\inc\atl21;$(SDK_LIB_PATH);$(O);
  17. PASS0_HEADERDIR = $(O)
  18. PASS0_SOURCEDIR = $(O)
  19. MIDL_TLBDIR = $(O)
  20. MIDL_UUIDDIR = $(O)
  21. # list all cpp files below in alphabetical order
  22. SOURCES=\
  23. triedit.idl \
  24. dispatch.cpp \
  25. document.cpp \
  26. filter.cpp \
  27. htmparse.cpp \
  28. icmdtgt.cpp \
  29. idhuihnd.cpp \
  30. idroptgt.cpp \
  31. ioleobj.cpp \
  32. lexer.cpp \
  33. table.cpp \
  34. trace.cpp \
  35. triedit.cpp \
  36. undo.cpp \
  37. win95wrp.cpp \
  38. zorder.cpp \
  39. triedit.rc
  40. USE_MIDL_FOR_MKTYPLIB=1
  41. PRECOMPILED_INCLUDE=stdafx.h
  42. PRECOMPILED_PCH=stdafx.pch
  43. PRECOMPILED_OBJ=stdafx.obj
  44. PRECOMPILED_CXX=1
  45. TARGETLIBS= \
  46. $(SDK_LIB_PATH)\uuid.lib \
  47. $(SDK_LIB_PATH)\oleaut32.lib \
  48. $(SDK_LIB_PATH)\ole32.lib \
  49. $(SDK_LIB_PATH)\kernel32.lib \
  50. $(SDK_LIB_PATH)\gdi32.lib \
  51. $(SDK_LIB_PATH)\user32.lib \
  52. $(SDK_LIB_PATH)\advapi32.lib \
  53. $(SDK_LIB_PATH)\atl.lib \
  54. !IF $(IA64)
  55. $(SDK_LIB_PATH)\atl21asm.lib
  56. !ENDIF