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.

51 lines
941 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. Philip Lafornara (PhilipLa) 19-Dec-1995
  12. !ENDIF
  13. MAJORCOMP = cairole
  14. MINORCOMP = stg
  15. !include ..\..\..\..\daytona.inc
  16. TARGETNAME= asyncstg
  17. TARGETPATH= obj
  18. TARGETTYPE= LIBRARY
  19. INCLUDES= ..;..\..\..\h;..\..\..\..\ih;..\..\..\..\com\inc;..\..\..\exp;..\..\..\props;..\..\..\..\..\inc;$(BASE_INC_PATH)
  20. PRECOMPILED_INCLUDE= ..\astghead.cxx
  21. PRECOMPILED_OPTION=
  22. PRECOMPILED_TARGET=
  23. PRECOMPILED_CXX=
  24. SOURCES= \
  25. ..\asyncapi.cxx \
  26. ..\filllkb.cxx \
  27. ..\stgconn.cxx
  28. UMTYPE= console
  29. NTTARGETFILE0=allidl
  30. !include ..\sources.inc