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.

47 lines
956 B

  1. !IF 0
  2. Copyright (c) 2000 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. !ENDIF
  11. MAJORCOMP=CSC
  12. MINORCOMP=UTIL
  13. TARGETNAME=cscutil
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. UMTYPE=console
  17. C_DEFINES=$(C_DEFINES) -DCSCUTIL_INTERNAL
  18. INCLUDES=$(BASEDIR)\base\fs\rdr2\csc\inc;\
  19. $(BASEDIR)\base\fs\rdr2\rdbss\smb.mrx;\
  20. $(BASEDIR)\base\fs\rdr2\csc\record.mgr
  21. MSC_WARNING_LEVEL=/W3 /WX
  22. !INCLUDE ..\sources.inc
  23. TARGETLIBS= \
  24. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  25. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  26. $(BASEDIR)\public\sdk\lib\*\cscdll.lib \
  27. $(SDK_LIB_PATH)\mpr.lib \
  28. USE_MSVCRT=1