Source code of Windows XP (NT5)
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.

34 lines
594 B

  1. !IF 0
  2. ******************************************************************
  3. *
  4. * Description : Sources for WIN32 Wstune.exe
  5. * Copyright (c) 1992 Microsoft Corporation
  6. *
  7. * Module Name : WSTUNE.EXE
  8. *
  9. * Author : Marklea 8-17-92
  10. *
  11. * Revision : April
  12. *
  13. * Comments :
  14. *
  15. ******************************************************************
  16. !ENDIF
  17. TARGETNAME=wstune
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. SOURCES=wstune.c \
  21. wspdump.c \
  22. wsreduce.c \
  23. wstune.rc
  24. UMTYPE=console
  25. TARGETLIBS= \
  26. ..\wsfslib\$(O)\wsfslib.lib \
  27. $(SDK_LIB_PATH)\user32.lib
  28. C_DEFINES=-DWIN32 -DSTRICT
  29. USE_MSVCRT=1