
#   ************************************************************************
#   *		   SOURCES Inclusion For Building CMNCON.LIB		   *
#   ************************************************************************

#   General Description of Target

TARGETNAME = cmncon
TARGETPATH = ..\lib
TARGETTYPE = LIBRARY

#   ************************************************************************
#   Source files

#   Routines declared in puterror.h

SOURCES = putec.cpp puterror.cpp putinfo.cpp putmem.cpp

#   ========================================================================
#   Include Files

INCLUDES = $(PATH_COMMON_USER_INC)
INCLUDES = $(INCLUDES);$(PATH_COMMON_CONSOLE_INC)

#   ========================================================================
#   Libraries

#   The library we build has CRT dependencies. Although we expect that most
#   users of our library will link with the DLL version of the CRT Library,
#   it's better not to require it. We do need to build for a multi-threaded
#   CRT, however.

USE_LIBCMT = 1

#   ************************************************************************
#   Preferences

!include $(PATH_COMMON_INC)\warnmk.inc

#   ========================================================================
#   Optimisation

!include $(PATH_COMMON_INC)\optsmk.inc

#   ========================================================================
#   Convenience

#   Via a separate MAKEFILE.INC inclusion, provide a "clean" pseudo-target
#   that strips all the build products.

USE_MAKEFILE_INC = 1

#   ************************************************************************

