From 9c58f9af4b4b664be3748873cdde249997d5d336 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 2 Jul 2012 13:53:08 -0400 Subject: [PATCH] turned off noise from last round of debugging. --- scripts/generator/vis_stu_vars.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh index f2f1006e..1134e539 100644 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -51,9 +51,9 @@ if [ ! -d "$PLATFORM_DIR" ]; then fi export WindowsSdkDir="$PLATFORM_DIR" -echo "path before is $PATH" +#echo "path before is $PATH" export PATH="$DevEnvDir:$VCINSTALLDIR/BIN:$VSxTOOLS:$VSxTOOLS/bin:$FrameworkDir/$FrameworkVersion:$FrameworkDir/v3.5:$VCINSTALLDIR/VCPackages:$VSINSTALLDIR/Common7/Tools:$PLATFORM_DIR/bin:$PATH" -echo "path after is $PATH" +#echo "path after is $PATH" export INCLUDE="$VCINSTALLDIR/ATLMFC/INCLUDE:$VCINSTALLDIR/INCLUDE:$PLATFORM_DIR/include" #:$FrameworkSDKDir/include" @@ -84,12 +84,12 @@ export FrameworkDir=$(msys_to_dos_path $FrameworkDir) ############## -echo "common tools dir is \"$VSxTOOLS\"" -echo cleaned windir is $WINDIR -echo cleaned comn tools is $VSxTOOLS -echo root of visual studio is $VSINSTALLDIR -echo platform dir is $PLATFORM_DIR -echo framedir now $FrameworkDir +#echo "common tools dir is \"$VSxTOOLS\"" +#echo cleaned windir is $WINDIR +#echo cleaned comn tools is $VSxTOOLS +#echo root of visual studio is $VSINSTALLDIR +#echo platform dir is $PLATFORM_DIR +#echo framedir now $FrameworkDir ############## -- 2.34.1