source: CMT/v1r16p20040901/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
2rem
3rem Copyright Christian Arnault LAL-Orsay CNRS
4rem arnault@lal.in2p3.fr
5rem See the complete license in cmt_license.txt "http://www.cecill.info".
6rem
7
8
9@echo off
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.