home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
subconfig.tcl
< prev
next >
Wrap
Text File
|
1997-11-07
|
2KB
|
42 lines
#---------------------------------------------------------------------------
#
# Copyright (c) 1997 by Cayenne Software, Inc.
#
# This software is furnished under a license and may be used only in
# accordance with the terms of such license and with the inclusion of
# the above copyright notice. This software or any other copies thereof
# may not be provided or otherwise made available to any other person.
# No title to and ownership of the software is hereby transferred.
#
# The information in this software is subject to change without notice
# and should not be construed as a commitment by Cayenne Software, Inc.
#
#---------------------------------------------------------------------------
#
# File : @(#)subconfig.tcl /main/titanic/4 5 Sep 1997
# Original date : Fri Sep 5 12:02:36 MET DST 1997
# Description : Constraint satisfaction module configuration
# This file is used when "Configure C++" is used.
#
#---------------------------------------------------------------------------
source [m4_path_name tcl cginit.tcl]
require "cpplibutl.tcl"
global thisModulesName
set thisModulesName "cpp-constraint"
proc do_config {} {
set subdir [location [moduleBaseDir $thisModulesName] include]
set from [path_name concat $subdir ConstraintSections.hxx]
set to [fstorage::copyFile $from config include ConstraintSections.hxx]
if {$to != ""} {
puts "Copied $to"
} else {
puts "Unable to copy $from"
}
}
puts "Configuring Constraint satisfaction"
do_config