source: PSPA/Interface_Web/trunk/pspaWT/cmt/setup.csh @ 22

Last change on this file since 22 was 22, checked in by garnier, 12 years ago

premiers pas avec Wt

File size: 922 bytes
Line 
1# echo "Setting pspaWT  in /Users/garnier/Work/PSPA/Interface_Web/trunk"
2
3if ( $?CMTROOT == 0 ) then
4  setenv CMTROOT /usr/local/CMT/v1r22
5endif
6source ${CMTROOT}/mgr/setup.csh
7set cmtpspaWTtempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
8if $status != 0 then
9  set cmtpspaWTtempfile=/tmp/cmt.$$
10endif
11${CMTROOT}/mgr/cmt setup -csh -pack=pspaWT -version= -path=/Users/garnier/Work/PSPA/Interface_Web/trunk  -no_cleanup $* >${cmtpspaWTtempfile}
12if ( $status != 0 ) then
13  echo "${CMTROOT}/mgr/cmt setup -csh -pack=pspaWT -version= -path=/Users/garnier/Work/PSPA/Interface_Web/trunk  -no_cleanup $* >${cmtpspaWTtempfile}"
14  set cmtsetupstatus=2
15  /bin/rm -f ${cmtpspaWTtempfile}
16  unset cmtpspaWTtempfile
17  exit $cmtsetupstatus
18endif
19set cmtsetupstatus=0
20source ${cmtpspaWTtempfile}
21if ( $status != 0 ) then
22  set cmtsetupstatus=2
23endif
24/bin/rm -f ${cmtpspaWTtempfile}
25unset cmtpspaWTtempfile
26exit $cmtsetupstatus
27
Note: See TracBrowser for help on using the repository browser.