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.

99 lines
2.2 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. Kenneth MacLeod (Kennethm) 9-Mar-1994
  12. !ENDIF
  13. MAJORCOMP = oleutest
  14. MINORCOMP = letest
  15. #
  16. # This is the name of the target built from the source files specified
  17. # below. The name should include neither the path nor the file extension.
  18. #
  19. TARGETNAME= svroutl
  20. TARGETPATH= obj
  21. #
  22. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  23. # etc.
  24. #
  25. TARGETTYPE= PROGRAM
  26. INCLUDES= ..\..\..\ole2ui; \
  27. ..\..\..\bttncur; \
  28. ..\..\..\gizmobar; \
  29. ..\..\..\..\inc; \
  30. ..\..
  31. C_DEFINES= \
  32. $(C_DEFINES) \
  33. -DFLAT \
  34. -DWIN32=100 \
  35. -D_NT1X_=100 \
  36. -DNOEXCEPTIONS \
  37. -DOLE_SERVER
  38. SOURCES= \
  39. ..\svroutl.rc \
  40. classfac.c \
  41. clipbrd.c \
  42. debug.c \
  43. debug2.c \
  44. dialogs.c \
  45. dragdrop.c \
  46. frametls.c \
  47. heading.c \
  48. linking.c \
  49. main.c \
  50. memmgr.c \
  51. oleapp.c \
  52. oledoc.c \
  53. outlapp.c \
  54. outldoc.c \
  55. outlline.c \
  56. outllist.c \
  57. outlname.c \
  58. outlntbl.c \
  59. outltxtl.c \
  60. svrbase.c \
  61. svrpsobj.c \
  62. status.c \
  63. tests.c
  64. UMTYPE= windows
  65. UMENTRY= winmain
  66. USE_MSVCRT=1
  67. TARGETLIBS= \
  68. ..\..\..\ole2ui\daytona\$(O)\ole2u32a.lib \
  69. ..\..\..\gizmobar\daytona\$(O)\gizmobar.lib \
  70. ..\..\..\bttncur\daytona\$(O)\bttncur.lib \
  71. $(SDK_LIB_PATH)\ole32.lib \
  72. $(SDK_LIB_PATH)\shell32.lib \
  73. $(SDK_LIB_PATH)\gdi32.lib \
  74. $(SDK_LIB_PATH)\kernel32.lib \
  75. $(SDK_LIB_PATH)\user32.lib \
  76. $(SDK_LIB_PATH)\advapi32.lib \
  77. $(SDK_LIB_PATH)\comdlg32.lib \
  78. $(SDK_LIB_PATH)\uuid.lib
  79. NTTARGETFILE0=copyfiles