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.

64 lines
1.3 KiB

  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=csccmd
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. UMTYPE=console
  17. !IF 0
  18. The below line is added by v-smgum (Sunil Gummalla)
  19. This makes the csccmd.exe to be binplaced at reskit\bin by the
  20. binplace.exe which will then picked up and dropped into the
  21. resource kit cab.
  22. In case this being done improperly, contact
  23. Clark Gilder (ClarkG)
  24. or
  25. Majdi Badrin (MajdiB)
  26. !ENDIF
  27. BINPLACE_PLACEFILE=placerk.txt
  28. C_DEFINES=$(C_DEFINES) -DCSCUTIL_EXTERNAL
  29. INCLUDES=$(BASEDIR)\base\fs\rdr2\csc\inc;\
  30. $(BASEDIR)\base\fs\rdr2\rdbss\smb.mrx;\
  31. $(BASEDIR)\base\fs\rdr2\csc\record.mgr
  32. MSC_WARNING_LEVEL=/W3 /WX
  33. !INCLUDE ..\sources.inc
  34. TARGETLIBS= \
  35. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  36. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  37. $(BASEDIR)\public\sdk\lib\*\cscdll.lib \
  38. $(SDK_LIB_PATH)\mpr.lib
  39. USE_MSVCRT=1