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.
 
 
 
 
 
 

111 lines
2.5 KiB

!IF 0
Copyright (c) 1989 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:
Kenneth MacLeod (Kennethm) 9-Mar-1994
!ENDIF
MAJORCOMP = ctoleui
MINORCOMP = cntroutl
# This links with "bttncur", "gizmobar", etc... Block multiprocessor
# threads here to assure that these are finished building before
# proceeding. This also protects the build of "icntrot", "isvrrotl",
# and "svroutl" which are build after this.
SYNCHRONIZE_BLOCK=1
SYNCHRONIZE_DRAIN=1
#
# This is the name of the target built from the source files specified
# below. The name should include neither the path nor the file extension.
#
TARGETNAME= cntroutl
TARGETPATH= obj
#
# This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
# etc.
#
TARGETTYPE= PROGRAM
INCLUDES= ..\..\..\ole2ui; \
..\..\..\bttncur; \
..\..\..\gizmobar; \
..\..\..\..\inc; \
..\..
C_DEFINES= \
$(C_DEFINES) \
-DFLAT \
-DWIN32=200 \
-D_CHICAGO_=200 \
-DNOEXCEPTIONS \
-DOLE_CNTR
LINKER_FLAGS=-VERBOSE
SOURCES= \
..\cntroutl.rc \
classfac.c \
clipbrd.c \
cntrbase.c \
cntrline.c \
debug.c \
debug2.c \
dialogs.c \
dragdrop.c \
frametls.c \
heading.c \
linking.c \
main.c \
memmgr.c \
oleapp.c \
oledoc.c \
outlapp.c \
outldoc.c \
outlline.c \
outllist.c \
outlname.c \
outlntbl.c \
outltxtl.c \
status.c \
tests.c
UMTYPE= windows
UMENTRY= winmain
UMLIBS= \
..\..\..\ole2ui\chicago\$(O)\ole2u32a.lib \
..\..\..\gizmobar\chicago\$(O)\gizmobar.lib \
..\..\..\bttncur\chicago\$(O)\bttncur.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(BASEDIR)\private\ole32\dcom95\lib\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\uuid.lib
NTTARGETFILE0=copyfiles
CHICAGO_PRODUCT=1