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.

30 lines
470 B

  1. #
  2. # Component: page heap (Page Heap Utility)
  3. #
  4. # Author: Silviu Calinoiu (SilviuC)
  5. # Created: 02/02/99
  6. #
  7. MAJORCOMP=windows
  8. MINORCOMP=base
  9. TARGETPATH=obj
  10. TARGETNAME=pageheap
  11. TARGETTYPE=PROGRAM
  12. LINKLIBS= $(SDK_LIB_PATH)\ntdll.lib
  13. !if $(IA64)
  14. LINKER_STACKSIZE=-stack:0x100000,0x6000
  15. !else
  16. LINKER_STACKSIZE=-stack:0x100000,0x3000
  17. !endif
  18. UMTYPE=console
  19. USE_MSVCRT=1
  20. USE_NATIVE_EH=1
  21. C_DEFINES = -DWIN32 -DNT #-D_UNICODE
  22. SOURCES = pageheap.cxx \
  23. version.rc \