X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fvis_stu_vars.sh;h=f7aaa80d860e4957cc8cdfa0758596471a8355cf;hb=12271e032cc820565839dc4029666edac84de8ba;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..f7aaa80d 100644 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -55,8 +55,9 @@ 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 +#echo "path after is $PATH" export INCLUDE="$VCINSTALLDIR/ATLMFC/INCLUDE:$VCINSTALLDIR/INCLUDE:$PLATFORM_DIR/include" #:$FrameworkSDKDir/include" @@ -70,5 +71,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"