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.

80 lines
1.9 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. David Plummer (davepl) 19-Mar-94
  12. Modifed via awk to include global project include file
  13. and to wrap precompiled header line within a conditional
  14. that can be set in this include file.
  15. Donna Liu (DonnaLi) 19-Dec-1993
  16. !ENDIF
  17. MAJORCOMP = cairole
  18. MINORCOMP = com
  19. #
  20. # This is the name of the target built from the source files specified
  21. # below. The name should include neither the path nor the file extension.
  22. #
  23. TARGETNAME= olesrv
  24. TARGETPATH= obj
  25. #
  26. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  27. # etc.
  28. #
  29. TARGETTYPE= PROGRAM
  30. #
  31. # The following includes a global include file defined at the
  32. # base of the project for all components
  33. #
  34. !include ..\..\chicago.inc
  35. INCLUDES= ..\..\..\ole32\common\chicago;..\..\..\ole32\ih;..;..\..\common
  36. C_DEFINES= \
  37. $(C_DEFINES) \
  38. -D_CHICAGO_=200 \
  39. -DWIN32=200
  40. SOURCES= \
  41. ..\olesrv.cxx \
  42. ..\wterm.c
  43. UMTYPE= windows
  44. UMENTRY= winmain
  45. UMLIBS= \
  46. ..\..\assert\chicago\$(O)\assert.lib \
  47. $(SDK_LIB_DEST)\chicago\i386\ole32.lib \
  48. $(SDK_LIB_PATH)\gdi32.lib \
  49. $(BASEDIR)\private\ole32\dcom95\lib\kernel32.lib \
  50. $(SDK_LIB_PATH)\user32.lib \
  51. $(SDK_LIB_PATH)\advapi32.lib \
  52. $(SDK_LIB_DEST)\chicago\i386\uuid.lib
  53. USE_MSVCRT=1
  54. PRECOMPILED_INCLUDE= ..\headers.cxx
  55. CHICAGO_PRODUCT= 1