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.

50 lines
1.1 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 by 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. Drew Bliss (DrewB) 21-Dec-1993
  16. !ENDIF
  17. MAJORCOMP= cairole
  18. MINORCOMP= stg
  19. TARGETNAME= stgview
  20. TARGETPATH= obj
  21. TARGETTYPE= PROGRAM
  22. !include ..\..\..\daytona.inc
  23. INCLUDES=..\..\..\h;..\..\..\ih;..\..\..\common\daytona;..\..\h;..
  24. USE_MSVCRT=1
  25. SOURCES= \
  26. ..\stgview.cxx
  27. UMTYPE= console
  28. UMLIBS= \
  29. $(SDK_LIB_PATH)\compob32.lib\
  30. $(SDK_LIB_PATH)\storag32.lib\
  31. $(SDK_LIB_PATH)\kernel32.lib\
  32. $(SDK_LIB_PATH)\user32.lib\
  33. $(SDK_LIB_PATH)\advapi32.lib