X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fvis_stu_vars.sh;h=1989f7566bc54d0b9165076e461a0de8e0829354;hb=936edc460f256ba5ddba2ad1c80e8d278b9608cc;hp=1134e5398c4e4ce6d6109347fb06b96b5ea8d7d5;hpb=9c58f9af4b4b664be3748873cdde249997d5d336;p=feisty_meow.git diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh index 1134e539..1989f756 100644 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -62,25 +62,22 @@ export LIB="$VCINSTALLDIR/ATLMFC/LIB:$VCINSTALLDIR/LIB:$PLATFORM_DIR/lib" #:$FrameworkSDKDir/lib" # convert framework dir back or things yell like hell. -export FrameworkDir=$(msys_to_dos_path $FrameworkDir) +export FrameworkDir=$(unix_to_dos_path $FrameworkDir) # the redirection of stderr to null is to get around an obnoxious cygwin # warning that seems to be erroneously bitching about backslashes. -# mark this as executable because we will need it. -#chmod 755 $FEISTY_MEOW_SCRIPTS/generator/wrapdoze.sh - # convert all other relevant paths back to dos form, or visual studio barfs. -#export BUILD_SCRIPTS_DIR=$(msys_to_dos_path $BUILD_SCRIPTS_DIR) -#export BUILDING_HIERARCHY=$(msys_to_dos_path $BUILDING_HIERARCHY) -#export BUILDER_DIR=$(msys_to_dos_path $BUILDER_DIR) -#export BUILD_TOP=$(msys_to_dos_path $BUILD_TOP) -#export PRODUCTION_DIR=$(msys_to_dos_path $PRODUCTION_DIR) -#export LOGS_DIR=$(msys_to_dos_path $LOGS_DIR) -#export TOOL_SOURCES=$(msys_to_dos_path $TOOL_SOURCES) -#export BINARY_DIR=$(msys_to_dos_path $BINARY_DIR) -#export TARGETS_DIR=$(msys_to_dos_path $TARGETS_DIR) -#export INTERMEDIATE_EXE_DIR=$(msys_to_dos_path $INTERMEDIATE_EXE_DIR) -#export WASTE_DIR=$(msys_to_dos_path $WASTE_DIR) +#export BUILD_SCRIPTS_DIR=$(unix_to_dos_path $BUILD_SCRIPTS_DIR) +#export BUILDING_HIERARCHY=$(unix_to_dos_path $BUILDING_HIERARCHY) +#export BUILDER_DIR=$(unix_to_dos_path $BUILDER_DIR) +#export BUILD_TOP=$(unix_to_dos_path $BUILD_TOP) +#export PRODUCTION_DIR=$(unix_to_dos_path $PRODUCTION_DIR) +#export LOGS_DIR=$(unix_to_dos_path $LOGS_DIR) +#export TOOL_SOURCES=$(unix_to_dos_path $TOOL_SOURCES) +#export BINARY_DIR=$(unix_to_dos_path $BINARY_DIR) +#export TARGETS_DIR=$(unix_to_dos_path $TARGETS_DIR) +#export INTERMEDIATE_EXE_DIR=$(unix_to_dos_path $INTERMEDIATE_EXE_DIR) +#export WASTE_DIR=$(unix_to_dos_path $WASTE_DIR) ##############