2010-09-13 13:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbqt/hbqt_common.hbm
! respect HB_BUILD_EXTDEF=no
* harbour/package/harbour-win.spec.in
* harbour/package/harbour-wce.spec.in
! removed HB_BUILD_EXTDEF=no which is not necessary -my fault
; TOFIX: now windows builds need HB_INSTALL_PREFIX so these RPMs
still cannot be created.
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-09-13 13:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbqt/hbqt_common.hbm
|
||||
! respect HB_BUILD_EXTDEF=no
|
||||
|
||||
* harbour/package/harbour-win.spec.in
|
||||
* harbour/package/harbour-wce.spec.in
|
||||
! removed HB_BUILD_EXTDEF=no which is not necessary -my fault
|
||||
; TOFIX: now windows builds need HB_INSTALL_PREFIX so these RPMs
|
||||
still cannot be created.
|
||||
|
||||
2010-09-13 12:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/package/harbour-win.spec.in
|
||||
* harbour/package/harbour-wce.spec.in
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
-plugin=hbqt_hbmk2_plugin.hbs
|
||||
|
||||
-depkeyhead=qt:QtCore/qglobal.h
|
||||
-depcontrol=qt:no{HB_BUILD_EXTDEF='no'}
|
||||
-depcontrol=qt:${HB_WITH_QT}
|
||||
{!darwin}-depincpath=qt:/usr/include/qt4
|
||||
{!darwin}-depincpath=qt:/usr/lib/qt4/include
|
||||
|
||||
@@ -83,7 +83,6 @@ unset HB_BUILD_CONTRIBS
|
||||
export HB_BUILD_PARTS=lib
|
||||
export HB_PLATFORM=wce
|
||||
export HB_HOST_BIN="$(pwd)/bin/linux/gcc"
|
||||
export HB_BUILD_EXTDEF=no
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@@ -100,7 +99,6 @@ unset HB_COMPILER
|
||||
export HB_BUILD_PARTS=lib
|
||||
export HB_PLATFORM=wce
|
||||
export HB_HOST_BIN="$(pwd)/bin/linux/gcc"
|
||||
export HB_BUILD_EXTDEF=no
|
||||
|
||||
export HB_INSTALL_PKG_ROOT=${RPM_BUILD_ROOT}
|
||||
export HB_INSTALL_BIN=${RPM_BUILD_ROOT}/%{_bindir}
|
||||
|
||||
@@ -83,7 +83,6 @@ unset HB_BUILD_CONTRIBS
|
||||
export HB_BUILD_PARTS=lib
|
||||
export HB_PLATFORM=win
|
||||
export HB_HOST_BIN="$(pwd)/bin/linux/gcc"
|
||||
export HB_BUILD_EXTDEF=no
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@@ -100,7 +99,6 @@ unset HB_COMPILER
|
||||
export HB_BUILD_PARTS=lib
|
||||
export HB_PLATFORM=win
|
||||
export HB_HOST_BIN="$(pwd)/bin/linux/gcc"
|
||||
export HB_BUILD_EXTDEF=no
|
||||
|
||||
export HB_INSTALL_PKG_ROOT=${RPM_BUILD_ROOT}
|
||||
export HB_INSTALL_BIN=${RPM_BUILD_ROOT}/%{_bindir}
|
||||
|
||||
Reference in New Issue
Block a user