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.

32 lines
529 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. MSC_WARNING_LEVEL=/W4 /WX
  13. LINKLIBS= $(SDK_LIB_PATH)\ntdll.lib
  14. !if $(IA64)
  15. LINKER_STACKSIZE=-stack:0x100000,0x6000
  16. !else
  17. LINKER_STACKSIZE=-stack:0x100000,0x3000
  18. !endif
  19. UMTYPE=console
  20. USE_MSVCRT=1
  21. USE_NATIVE_EH=1
  22. C_DEFINES = -DWIN32 -DNT #-D_UNICODE
  23. SOURCES = pageheap.cxx \
  24. version.rc \