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.

30 lines
612 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 \
  23. LINKER_STACKCOMMITSIZE=32768
  24. LINKER_FLAGS=/LARGEADDRESSAWARE