source: CMT/v1r14p20031120/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: 192 bytes
Line 
1
2@echo off
3
4set here=%cd%
5cd /D %~d0%~p0
6cd ..
7set CMTROOT=%cd%
8cd /D %here%
9
10set CMTBIN=VisualC
11if not defined CMTCONFIG set CMTCONFIG=%CMTBIN%
12set PATH=%CMTROOT%\%CMTBIN%;%PATH%
Note: See TracBrowser for help on using the repository browser.