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.

29 lines
525 B

  1. !IF 0
  2. ******************************************************************
  3. *
  4. * Description :
  5. * Copyright (c) 1992 Microsoft Corporation
  6. *
  7. * Module Name : WstCat
  8. *
  9. * Author : MarkLea
  10. *
  11. * Revision : 8-20-92
  12. *
  13. * Comments :
  14. *
  15. ******************************************************************
  16. !ENDIF
  17. TARGETNAME=wstcat
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. SOURCES=wstcat.c wstcat.rc
  21. UMTYPE=console
  22. TARGETLIBS= \
  23. ..\wsfslib\$(O)\wsfslib.lib \
  24. $(SDK_LIB_PATH)\user32.lib
  25. USE_MSVCRT=1