2003-09-10 23:27 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>

* harbour/harbour.spec
  * harbour/make_tgz.sh
    * small fix
This commit is contained in:
Przemyslaw Czerpak
2003-09-10 21:35:17 +00:00
parent 756fe75a13
commit ce08ede110
3 changed files with 15 additions and 6 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-09-10 23:27 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/harbour.spec
* harbour/make_tgz.sh
* small fix
2003-09-10 21:37 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/harbour.spec
+ new spec file. It creates four binary RPMs with shared and

View File

@@ -236,9 +236,11 @@ pushd source/vm
make fm.o
ar -r $HB_LIB_INSTALL/libfm.a fm.o
rm -f fm.o
make fm.o 'HB_LIBCOMP_MT=YES'
ar -r $HB_LIB_INSTALL/libfmmt.a fm.o
rm -f fm.o
if [ $HB_MT = "MT" ]; then
make fm.o 'HB_LIBCOMP_MT=YES'
ar -r $HB_LIB_INSTALL/libfmmt.a fm.o
rm -f fm.o
fi
C_USR=$TMP_C_USR
popd

View File

@@ -64,9 +64,11 @@ pushd source/vm
make fm.o
ar -r $HB_LIB_INSTALL/libfm.a fm.o
rm -f fm.o
make fm.o 'HB_LIBCOMP_MT=YES'
ar -r $HB_LIB_INSTALL/libfmmt.a fm.o
rm -f fm.o
if [ $HB_MT = "MT" ]; then
make fm.o 'HB_LIBCOMP_MT=YES'
ar -r $HB_LIB_INSTALL/libfmmt.a fm.o
rm -f fm.o
fi
C_USR=$TMP_C_USR
popd