Source code of Windows XP (NT5)
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) 1998 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built.
Author:
C. Brent Thomas (a-brentt)
Original
C. Brent Thomas (a-brentt) 13-Mar-1998
Added "..\inc" to the INCLUDES macro to be able to access installstate.h.
C. Brent Thomas (a-brentt) 23-Mar-1998
Eliminated the use of the ALT_PROJECT_TARGET macro.
C. Brent Thomas (a-brentt) 6-May-1998
Removed "..\inc" from the INCLUDES macro because installstate.h has been moved into SetupCommon.lib.
!ENDIF
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
TARGETNAME=clusocm minorcomp=clusocm TARGETPATH=$(_OBJ_DIR) TARGETTYPE=DYNLINK PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_CXX=1
INCLUDES=\ $(INCLUDES);\ ..\..\inc;\ ..\..\inc\$(O);\ ..\common;\ $(WINDOWS_INC_PATH);\ $(DS_INC_PATH)
SOURCES=clusocm.cpp \ clusocm.rc
DLLBASE=0x7F240000 UMTYPE=windows USE_MFCUNICODE=1 WINVER_VERSION=$(LATEST_WIN32_WINNT_VERSION)
MISCFILES=\ clusoc.inf \ clusocm.inf \ clusoc.txt
TARGETLIBS=\ ..\common\$(O)\SetupCommon.lib \ ..\..\clusrtl\$(O)\clusrtl.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\iphlpapi.lib \ $(NET_LIB_PATH)\netshell.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\setupapi.lib \ $(SDK_LIB_PATH)\userenv.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\wsock32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\ole32.lib
|