only hanging onto the few apps that we need, rather than the whole msys
[feisty_meow.git] / scripts / generator / vis_stu_vars.sh
index f7aaa80d860e4957cc8cdfa0758596471a8355cf..7dce596746f8f44983521f7ed9f0a939fc3575e2 100644 (file)
@@ -12,6 +12,10 @@ function print_usage {
   echo ""
 }
 
+if [ "$OPERATING_SYSTEM" == "WIN32" ]; then
+  export PATH=$PRODUCTION_DIR/win32_help:$PATH
+fi
+
 # 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"