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.
 
 
 
 
 
 

77 lines
1.8 KiB

!if 0
Copyright (c) 1996 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:
from template created 12-Apr-1990 by Steve Wood (stevewo)
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
!endif
TARGET_BOTH = 1
NOT_UNICODE = 1
PRECOMPILED_CXX = 1
!include ..\common.inc
SOURCES_USED = $(SOURCES_USED) ..\common.inc
TARGETTYPE = PROGRAM
TARGETNAME = ctfmon
TARGETPATH = $(_OBJ_DIR)
UMTYPE = windows
PRECOMPILED_INCLUDE = private.h
INCLUDES = $(INCLUDES);$(CICERO_DIR)\cuilib
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(CICERO_LIBS2) \
$(CICERO_DIR)\msutb\$O\msutb.lib \
$(SDK_LIB_PATH)\uuid.lib
USE_MSVCRT = 1
UMBASE = 0x00400000
UMENTRYABS = ModuleEntry
UMTYPE = windows
SOURCES = cicload.rc \
debug.c \
loader.cpp \
cicload.cpp \
crtfree.cpp \
regwatch.cpp
#
#
# Con-fusion
#
SXS_ASSEMBLY_NAME=ctfmon
SXS_ASSEMBLY_VERSION=1.0
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
SXS_MANIFEST=ctfmon.Manifest
SXS_MANIFEST_IN_RESOURCES=
SXS_MANIFEST_RESOURCE_ID=1
SXS_NO_BINPLACE=1