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.

58 lines
1011 B

  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. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. !include ..\..\..\..\place.inc
  15. MAJORCOMP=srvlog
  16. MINORCOMP=srvlog
  17. USE_MFC=1
  18. SUBSYSTEM_VERSION=4.00
  19. MSC_WARNING_LEVEL=/W4
  20. INCLUDES=$(IISBASEDIR)\inc; \
  21. ..\comlog
  22. TARGETNAME=srvlog
  23. TARGETPATH=obj
  24. TARGETTYPE=LIBRARY
  25. UMTYPE=windows
  26. PRECOMPILED_INCLUDE=server.hxx
  27. PRECOMPILED_CXX=1
  28. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  29. $(SDK_LIB_PATH)\advapi32.lib \
  30. $(SDK_LIB_PATH)\gdi32.lib
  31. DLLENTRY=winmain
  32. SOURCES= \
  33. logging.cxx
  34. PRECOMPILED_INCLUDE=server.hxx
  35. PRECOMPILED_PCH=server.pch
  36. PRECOMPILED_OBJ=server.obj