From: Chris Koeritz Date: Thu, 31 Jul 2014 16:05:21 +0000 (-0400) Subject: dropped old variable reporting code. X-Git-Tag: 2.140.90~767 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=6e7051a6281e8c3bcdc275e7c6e4301ec59bd29b;p=feisty_meow.git dropped old variable reporting code. --- diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh index e5c6322d..3f9c50ec 100644 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -98,16 +98,8 @@ export PLATFORM_DIR="c:\progra~2\micros~1\windows\v7.0a" ############## - echo "visual studio root is '$VIS_STU_ROOT'" - 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 new report style: -var VIS_STU_ROOT VSxTOOLS WINDIR VSxTOOLS VSINSTALLDIR PLATFORM_DIR FrameworkDir + echo "calculated variables for dos/windoze builds:" + var VIS_STU_ROOT VSxTOOLS WINDIR VSxTOOLS VSINSTALLDIR PLATFORM_DIR FrameworkDir ############## }