X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbuild_variables.sh;h=9281730febe0be3e14427bb2e484a2b5ed214b15;hb=4c3c1ebcea4f605039bb33c7233d413a34fc5305;hp=c21f1b781302592de3851d42ecd116dc6fb1ee51;hpb=55052811f663cb1334a45e99787578a584484133;p=feisty_meow.git diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index c21f1b78..9281730f 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -88,10 +88,10 @@ if [ ! -z "$SHELL_DEBUG" ]; then echo "[FEISTY_MEOW_DIR is $FEISTY_MEOW_DIR]" fi -if [ "$OPERATING_SYSTEM" == "WIN32" ]; then - # harsh on the paths and make them use backwards slashes. - export SERIOUS_SLASH_TREATMENT=true -fi +#if [ "$OPERATING_SYSTEM" == "WIN32" ]; then +# # harsh on the paths and make them use backwards slashes. +# export SERIOUS_SLASH_TREATMENT=true +#fi # new BUILD_TOP variable points at the utter top-most level of any files # in the building hierarchy. @@ -193,7 +193,7 @@ if [ -z "$got_bad" ]; then # we should have established our internal variables now, so let's try # using them. - export PATH=$BINARY_DIR:$PATH + export PATH=$(dos_to_unix_path $BINARY_DIR):$PATH # load up the helper variables for visual studio on winders. if [ "$OPERATING_SYSTEM" == "WIN32" ]; then