@rem $Id: cisstvsvars.bat.in,v 1.4 2007/04/26 19:33:58 anton Exp $ @rem Author(s): Anton Deguet @rem Created on: 2006-05-02 @rem (C) Copyright 2006-2007 Johns Hopkins University (JHU), All @rem Rights Reserved. @rem Always edit the source file: cisstvsvars.bat.in @rem Do not edit the generated file: cisstvsvars.bat @rem --- begin cisst license - do not edit --- @rem @rem This software is provided "as is" under an open source license, with @rem no warranty. The complete license can be found in license.txt and @rem http://www.cisst.org/cisst/license.txt. @rem @rem --- end cisst license --- @if exist "${VSVARS32_BAT}" call "${VSVARS32_BAT}" @rem $Log: cisstvsvars.bat.in,v $ @rem Revision 1.4 2007/04/26 19:33:58 anton @rem All files in libraries: Applied new license text, separate copyright and @rem updated dates, added standard header where missing. @rem @rem Revision 1.3 2006/11/20 20:33:20 anton @rem Licensing: Applied new license to cisstCommon, cisstVector, cisstNumerical, @rem cisstInteractive, cisstImage and cisstOSAbstraction. @rem @rem Revision 1.2 2006/05/02 19:18:49 anton @rem Build tools: Added license to scripts for env. variables. @rem @rem Revision 1.1 2006/05/02 19:08:12 anton @rem Build tools: Added scripts to set environement variables. @rem