X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fvis_stu_vars.sh;h=670c04ca256c91b11b36da6048f3f3eab2cfc84e;hb=8c5eba4dbe620aa80b9919f902384496b8eb7a97;hp=ddbc712bfa37ff53a2e4ad9d184d108a74a7067f;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh index ddbc712b..670c04ca 100644 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -12,6 +12,9 @@ function print_usage { echo "" } +chmod 755 $PRODUCTION_DIR/win32_helper/*.exe +export PATH=$PRODUCTION_DIR/win32_helper:$PATH + # we try to use the most recent compiler location, and work backwards as # needed for the supported range (10 = vs 2010, 9 = vs 2008, 8 = vs 2005). export VSxTOOLS="$VS100COMNTOOLS" @@ -55,8 +58,10 @@ fi export WindowsSdkDir="$PLATFORM_DIR" #echo platform dir is $PLATFORM_DIR +#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" -#$FrameworkSDKDir/bin +#hmmm: yuck! wake me up when we don't need all of those in the path. +#echo "path after is $PATH" export INCLUDE="$VCINSTALLDIR/ATLMFC/INCLUDE:$VCINSTALLDIR/INCLUDE:$PLATFORM_DIR/include" #:$FrameworkSDKDir/include" @@ -70,5 +75,4 @@ export FrameworkDir="$(echo $FrameworkDir | sed -e 's/^\/\(.\)[\\\/]\(.*\)$/\1:\ # warning that seems to be erroneously bitching about backslashes. #echo framedir now $FrameworkDir -#echo "path now is $PATH"