From: Chris Koeritz Date: Wed, 22 Feb 2012 00:28:32 +0000 (-0500) Subject: tossing older code. X-Git-Tag: 2.140.90~1585 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a0ee34b45737d0bdb6c74e0ee9165da42da76b67;p=feisty_meow.git tossing older code. --- diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index c5ce03b7..c48cf222 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -113,21 +113,21 @@ if [ ! -z "$SHELL_DEBUG" ]; then fi #hmmm: all this stuff is highly questionable value now. -# we create the variable FEISTY_MEOW_DIR, but we keep the dos form of -# the path, because otherwise lots of bad things happens when passing the -# folders around to visual studio commands that don't allow a space after them. -if [ -d "$BUILDING_HIERARCHY/source" ]; then - # old style repository is same height as building hierarchy. - export FEISTY_MEOW_DIR="$BUILDING_HIERARCHY" -else - # new style repository is a level above the build hierarchy. - export FEISTY_MEOW_DIR="$(echo "$BUILDING_HIERARCHY" | sed -e 's/\(.*\)\/[^\/]*/\1/')" -fi - -if [ "$OPERATING_SYSTEM" = "WIN32" ]; then - # make sure repository dir looks right on windoze. - export FEISTY_MEOW_DIR="$(msys_to_dos_path "$FEISTY_MEOW_DIR")" -fi +#### we create the variable FEISTY_MEOW_DIR, but we keep the dos form of +#### the path, because otherwise lots of bad things happens when passing the +#### folders around to visual studio commands that don't allow a space after them. +###if [ -d "$BUILDING_HIERARCHY/source" ]; then +### # old style repository is same height as building hierarchy. +### export FEISTY_MEOW_DIR="$BUILDING_HIERARCHY" +###else +### # new style repository is a level above the build hierarchy. +### export FEISTY_MEOW_DIR="$(echo "$BUILDING_HIERARCHY" | sed -e 's/\(.*\)\/[^\/]*/\1/')" +###fi +### +###if [ "$OPERATING_SYSTEM" = "WIN32" ]; then +### # make sure repository dir looks right on windoze. +### export FEISTY_MEOW_DIR="$(msys_to_dos_path "$FEISTY_MEOW_DIR")" +###fi if [ ! -z "$SHELL_DEBUG" ]; then echo "[FEISTY_MEOW_DIR is $FEISTY_MEOW_DIR]"