slightly closer to doze builds
[feisty_meow.git] / scripts / generator / build_variables.sh
index 6e8fa38e93d7367060b3561a09c8d5eac1aab471..2db3e06e904998cf04d4b476ca6d10a4f2bd46fb 100644 (file)
@@ -208,7 +208,10 @@ if [ -z "$got_bad" ]; then
   
   # load up the helper variables for visual studio on winders.
   if [ "$OPERATING_SYSTEM" == "WIN32" ]; then
-    source "$BUILD_SCRIPTS_PATH/vis_stu_vars.sh"
+    # moved back to the good path of using gcc, not visual studio.
+#what vars needed?
+#trying just unixy ones, since we're doing cygwin on doze.
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$TARGETS_STORE"
   else
     export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$TARGETS_STORE"
   fi