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) Microsoft Corporation, 1989 - 1999
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME=wrtcommon TARGETTYPE=LIBRARY TARGETPATHLIB=obj TARGETPATH=..\..\lib\$(_OBJ_DIR)
UMTYPE=windows
NOT_LEAN_AND_MEAN=1 USE_IOSTREAM = 1 USE_NATIVE_EH=ASYNC USE_ATL=1 ATL_VER=30 USE_MSVCRT=1
C_DEFINES=-DWIN_32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
!if !$(FREEBUILD) C_DEFINES=$(C_DEFINES) -D_DEBUG !endif
SOURCES= common.cxx
INCLUDES = \ ..\..\inc; \ ..\..\..\inc\derived
PRECOMPILED_CXX = 1 PRECOMPILED_INCLUDE = stdafx.h PRECOMPILED_OBJ = precomp.obj
|