hmmm, does not seem to be finding these win32_help files yet.
authorChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 01:18:01 +0000 (20:18 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 01:18:01 +0000 (20:18 -0500)
scripts/generator/vis_stu_vars.sh

index 7dce596746f8f44983521f7ed9f0a939fc3575e2..4addbe7e7b319866818a2d92592f5d6494514169 100644 (file)
@@ -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).