From 6e7051a6281e8c3bcdc275e7c6e4301ec59bd29b Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 31 Jul 2014 12:05:21 -0400 Subject: [PATCH] dropped old variable reporting code. --- scripts/generator/vis_stu_vars.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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 ############## } -- 2.34.1