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.
 
 
 
 
 
 

15 lines
296 B

!include ..\sources.inc
TARGETPATH=$(_OBJ_DIR)
TARGETNAME=runtime
TARGETTYPE=LIBRARY
SOURCES=$(RUNTIME_COMMON_SOURCES) \
Mem.cpp
!ifndef DISABLE_PCH
PRECOMPILED_INCLUDE=..\precomp.hpp
PRECOMPILED_PCH=PCHruntime.pch
PRECOMPILED_OBJ=PCHruntime.obj
!endif