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
37 lines
619 B
!IF 0
|
|
|
|
Module Name: sources file for WinHttp RockAll\Heap project.
|
|
|
|
!ENDIF
|
|
|
|
|
|
!include ..\..\wininet.inc
|
|
|
|
MINORCOMP=RockAllHeap
|
|
|
|
TARGETNAME=RockAllHeap
|
|
TARGETTYPE=LIBRARY
|
|
|
|
LIBDIR=..\..\lib\$(_OBJ_DIR)
|
|
|
|
TARGETLIBS=
|
|
|
|
SOURCES=\
|
|
Bucket.cpp \
|
|
Cache.cpp \
|
|
Connections.cpp \
|
|
Find.cpp \
|
|
Heap.cpp \
|
|
NewPage.cpp \
|
|
Page.cpp
|
|
|
|
|
|
INCLUDES=..\Interface;..\Library
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_OPTION=
|
|
PRECOMPILED_INCLUDE=HeapPCH.hpp
|
|
PRECOMPILED_PCH=HeapPCH.pch
|
|
PRECOMPILED_OBJ=HeapPCH.obj
|
|
|
|
386_OPTIMIZATION=/O2
|