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.

37 lines
619 B

  1. !IF 0
  2. Module Name: sources file for WinHttp RockAll\Heap project.
  3. !ENDIF
  4. !include ..\..\wininet.inc
  5. MINORCOMP=RockAllHeap
  6. TARGETNAME=RockAllHeap
  7. TARGETTYPE=LIBRARY
  8. LIBDIR=..\..\lib\$(_OBJ_DIR)
  9. TARGETLIBS=
  10. SOURCES=\
  11. Bucket.cpp \
  12. Cache.cpp \
  13. Connections.cpp \
  14. Find.cpp \
  15. Heap.cpp \
  16. NewPage.cpp \
  17. Page.cpp
  18. INCLUDES=..\Interface;..\Library
  19. PRECOMPILED_CXX=1
  20. PRECOMPILED_OPTION=
  21. PRECOMPILED_INCLUDE=HeapPCH.hpp
  22. PRECOMPILED_PCH=HeapPCH.pch
  23. PRECOMPILED_OBJ=HeapPCH.obj
  24. 386_OPTIMIZATION=/O2