source: CMT/v1r25p20160527/src/setup.bat

Last change on this file was 595, checked in by rybkin, 12 years ago

See C.L. 472

  • Property svn:eol-style set to native
  • Property svn:ignore set to setup.*
File size: 373 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%
20
21if not defined QUICK set QUICK=1
Note: See TracBrowser for help on using the repository browser.