source: CMT/v1r18p20041201/src/setup.bat @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

  • Property svn:ignore set to setup.*
File size: 358 bytes
Line 
1
2
3@echo off
4
5rem
6rem Copyright Christian Arnault LAL-Orsay CNRS
7rem arnault@lal.in2p3.fr
8rem See the complete license in cmt_license.txt "http://www.cecill.info".
9rem
10
11set here=%cd%
12cd /D %~d0%~p0
13cd ..
14set CMTROOT=%cd%
15cd /D %here%
16
17set CMTBIN=VisualC
18if not defined CMTCONFIG set CMTCONFIG=%CMTBIN%
19set PATH=%CMTROOT%\%CMTBIN%;%PATH%
Note: See TracBrowser for help on using the repository browser.