From: Chris Koeritz Date: Mon, 2 Jul 2012 17:53:08 +0000 (-0400) Subject: turned off noise from last round of debugging. X-Git-Tag: 2.140.90~1298 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9c58f9af4b4b664be3748873cdde249997d5d336;p=feisty_meow.git turned off noise from last round of debugging. --- 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 ##############