source: CMT/v1r12p20020606/mgr/INSTALL.bat @ 1

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

Import all tags

File size: 688 bytes
Line 
1
2@echo off
3
4rem
5rem  The two following lines might have to be changed in order
6rem to actually reach nmake, then the C++ compiler and linker
7rem   (cl.exe and link.exe are expected)
8rem
9
10rem set vcroot=C:\Program Files\Microsoft Visual Studio
11rem set path=%path%;%vcroot%\VC98\Bin;%vcroot%\Common\MSDev98\Bin
12
13cd ..
14nmake /nologo /f mgr/install.mak >mgr\setup.bat
15cd mgr
16
17echo ============================================
18echo        CMT installation terminated.         
19echo            --------------------             
20
21echo  you might need to build it as follows:
22echo " > setup.bat"
23echo " > nmake /f nmake"
24echo ============================================
Note: See TracBrowser for help on using the repository browser.