X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbuild_variables.sh;h=2db3e06e904998cf04d4b476ca6d10a4f2bd46fb;hb=49620656530053aec1cc10157d63cd52bf7e8168;hp=0856f06c89f384b00c922dbc228ae6b0cd0ca7e9;hpb=01f505e120ff3d2e0088e385652bee4d1834c42b;p=feisty_meow.git diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index 0856f06c..2db3e06e 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -208,10 +208,7 @@ if [ -z "$got_bad" ]; then # load up the helper variables for visual studio on winders. if [ "$OPERATING_SYSTEM" == "WIN32" ]; then -#no. source "$BUILD_SCRIPTS_PATH/vis_stu_vars.sh" - # we are trying to move back to our good path of using gcc, not visual studio. - # the visual studio rig was for version 6? a long time ago, and has withered - # on the vine. meanwhile gnu cc is still cooking along and available. + # 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"