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.

40 lines
712 B

  1. !IF 0
  2. Module Name: sources file for WinHttp RockAll\Heap project.
  3. !ENDIF
  4. !include ..\..\wininet.inc
  5. MINORCOMP=RockAllLibrary
  6. TARGETNAME=RockAllLibrary
  7. TARGETTYPE=LIBRARY
  8. LIBDIR=..\..\lib\$(_OBJ_DIR)
  9. TARGETLIBS=
  10. SOURCES=\
  11. Barrier.cpp \
  12. Common.cpp \
  13. Environment.cpp \
  14. Global.cpp \
  15. List.cpp \
  16. Prefetch.cpp \
  17. Sharelock.cpp \
  18. SList.cpp \
  19. Spinlock.cpp \
  20. String.cpp \
  21. Thread.cpp \
  22. INCLUDES=..\Interface;..\Heap
  23. PRECOMPILED_CXX=1
  24. PRECOMPILED_OPTION=
  25. PRECOMPILED_INCLUDE=LibraryPCH.hpp
  26. PRECOMPILED_PCH=LibraryPCH.pch
  27. PRECOMPILED_OBJ=LibraryPCH.obj
  28. 386_OPTIMIZATION=/O2