2008-09-17 18:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* make_gcc.sh
  * contrib/make_gcc_all.sh
    ! cyg to w32 architecture conversion got uncommented.
This commit is contained in:
Viktor Szakats
2008-09-17 16:04:52 +00:00
parent 6735a91d3d
commit b203c5c037
3 changed files with 13 additions and 8 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-09-17 18:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_gcc.sh
* contrib/make_gcc_all.sh
! cyg to w32 architecture conversion got uncommented.
2008-09-17 17:32 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* bin/hb-mkslib.sh
* make_gcc.sh

View File

@@ -50,10 +50,10 @@ esac
# Revert Cygwin architecture to w32.
# After all it's under Windows OS.
#if [ "$HB_ARCHITECTURE" == "cyg" ]
#then
# export HB_ARCHITECTURE=w32
#fi
if [ "$HB_ARCHITECTURE" == "cyg" ]
then
export HB_ARCHITECTURE=w32
fi
if [ "${HB_INC_ALLEGRO}" != "" ]; then _HB_DIRS="${_HB_DIRS} gtalleg"; fi;
if [ "${HB_INC_APOLLO}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbapollo"; fi;

View File

@@ -192,10 +192,10 @@ mkdir -p obj/$HB_CC_NAME lib/$HB_CC_NAME bin/$HB_CC_NAME
# Revert Cygwin architecture to w32.
# After all it's under Windows OS.
#if [ "$HB_ARCHITECTURE" == "cyg" ]
#then
# export HB_ARCHITECTURE=w32
#fi
if [ "$HB_ARCHITECTURE" == "cyg" ]
then
export HB_ARCHITECTURE=w32
fi
sed -e 's/;/ /g' \
-e 's!\\\(.\)!/\1!g' \