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.

34 lines
624 B

  1. !IF 0
  2. ******************************************************************
  3. *
  4. * Description : Sources for WIN32 clear memory
  5. * Copyright (c) 1990-1993 Microsoft Corporation
  6. *
  7. * Module Name : clearmem.EXE
  8. *
  9. * Author : RussBl
  10. *
  11. * Revision : March 8, 1991
  12. *
  13. * Comments :
  14. *
  15. ******************************************************************
  16. !ENDIF
  17. MAJORCOMP=utils
  18. MINORCOMP=clearmem
  19. TARGETNAME=clearmem
  20. TARGETPATH=obj
  21. TARGETTYPE=PROGRAM
  22. INCLUDES=.
  23. SOURCES= \
  24. cmutl.c \
  25. clearmem.c \
  26. clearmem.rc
  27. UMTYPE=console
  28. USE_MSVCRT=1
  29. C_DEFINES=-DNTWIN -DCF_DEBUG_L1