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.

27 lines
520 B

  1. #
  2. # Component: consumer
  3. #
  4. # Author: Silviu Calinoiu (SilviuC)
  5. # Created: 03/18/97
  6. #
  7. TARGETPATH=obj
  8. TARGETNAME=consume
  9. TARGETTYPE=PROGRAM
  10. UMTYPE=console
  11. UMLIBS=$(SDK_LIB_PATH)\ntdll.lib
  12. C_DEFINES= -DWIN32 -DNT
  13. USE_MSVCRT=1
  14. USE_NATIVE_EH=1
  15. SOURCES= consume.cxx \
  16. error.cxx \
  17. physmem.cxx \
  18. pagefile.cxx \
  19. pool.cxx \
  20. disk.cxx \
  21. cputime.cxx \
  22. version.rc \