From: Chris Koeritz Date: Wed, 22 Feb 2012 01:18:01 +0000 (-0500) Subject: hmmm, does not seem to be finding these win32_help files yet. X-Git-Tag: 2.140.90~1581 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=71e979d693fec6edf66a1201572659e37c359007;p=feisty_meow.git hmmm, does not seem to be finding these win32_help files yet. --- diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh index 7dce5967..4addbe7e 100644 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -12,9 +12,7 @@ function print_usage { echo "" } -if [ "$OPERATING_SYSTEM" == "WIN32" ]; then - export PATH=$PRODUCTION_DIR/win32_help:$PATH -fi +export PATH=$PRODUCTION_DIR/win32_help:$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).