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.
|
|
!IF 0
Copyright (c) 1996 Microsoft Corporation
!ENDIF
ROOT=$(MAKEDIR:\util=) !include $(ROOT)\common.inc
TARGETNAME=util TARGETPATH=$(_OBJ_DIR) TARGETTYPE=LIBRARY
INCLUDES=$(INCLUDES); \ ..\inc; \ $(ROOT)\inc\$(O); \ $(ROOT)\proxy\$(O); \
SOURCES= \ regsettingsio.cxx \ dynary.cxx \ memutils.cxx \ dbgstk.cxx \ cstr.cxx \ thrdcomm.cxx \ regdcom.cxx
CONDITIONAL_INCLUDES=$(CONDITIONAL_INCLUDES) winheap.h
!ifndef NO_PRECOMPILED_HEADERS PRECOMPILED_OPTION=/Yuheaders.hxx /Fp..\inc\$(O)\headers.pch PRECOMPILED_CXX=1 !endif
|