2009-03-30 17:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbfbird/Makefile
  * contrib/gtalleg/Makefile
    - Disabled for poccce due to errors.

  * contrib/hbfimage/fi_winfu.c
    - Disabled Windows specific functions for poccce due to errors.

  * config/win/owatcom.cf
    % Removed -bm (MT mode) switch, because besides creating MT friendly
      code, it kills performance. Pls shout if MT mode is now broken in
      any ways.

  * mpkg_win.bat
    * Generate .zip file first.
This commit is contained in:
Viktor Szakats
2009-03-30 16:31:50 +00:00
parent 6bf634e946
commit 6b2caac544
6 changed files with 30 additions and 5 deletions

View File

@@ -8,6 +8,22 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-30 17:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbfbird/Makefile
* contrib/gtalleg/Makefile
- Disabled for poccce due to errors.
* contrib/hbfimage/fi_winfu.c
- Disabled Windows specific functions for poccce due to errors.
* config/win/owatcom.cf
% Removed -bm (MT mode) switch, because besides creating MT friendly
code, it kills performance. Pls shout if MT mode is now broken in
any ways.
* mpkg_win.bat
* Generate .zip file first.
2009-03-30 13:53 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/gtalleg/Makefile
- Disabled for minwgce.

View File

@@ -29,7 +29,7 @@ endif
CC_IN =
CC_OUT = -fo=
CPPFLAGS = -zq -bt=NT -bm
CPPFLAGS = -zq -bt=NT
ifneq ($(HB_BUILD_WARN),no)
CPPFLAGS += -w3

View File

@@ -7,6 +7,7 @@ ROOT = ../../
LIBNAME=gtalleg
ifneq ($(HB_COMPILER),pocc)
ifneq ($(HB_COMPILER),poccce)
ifneq ($(HB_COMPILER),xcc)
ifneq ($(HB_COMPILER),dmc)
ifneq ($(HB_COMPILER),owatcom)
@@ -48,3 +49,6 @@ endif
else
include $(TOP)$(ROOT)config/none.cf
endif
else
include $(TOP)$(ROOT)config/none.cf
endif

View File

@@ -6,6 +6,8 @@ ROOT = ../../
LIBNAME=hbfbird
ifneq ($(HB_COMPILER),poccce)
ifeq ($(HB_INC_FIREBIRD),)
ifeq ($(HB_XBUILD),)
HB_INC_FIREBIRD = /usr/include /opt/firebird/include
@@ -29,3 +31,6 @@ include $(TOP)$(ROOT)config/lib.cf
else
include $(TOP)$(ROOT)config/none.cf
endif
else
include $(TOP)$(ROOT)config/none.cf
endif

View File

@@ -55,7 +55,7 @@
#include "hbapi.h"
#include "hbapierr.h"
#if defined(HB_OS_WIN)
#if defined(HB_OS_WIN) && ! ( defined(HB_OS_WIN_CE) && defined(__POCC__) )
#if !defined(_WINDOWS_) && ( defined(__GNUC__) || defined(__POCC__) || defined(__XCC__) ) || defined(__WATCOMC__)
#define _WINDOWS_

View File

@@ -71,9 +71,6 @@ xcopy /D /Y ERRATA "%HB_INSTALL_PREFIX%\"
xcopy /D /Y INSTALL "%HB_INSTALL_PREFIX%\"
xcopy /D /Y TODO "%HB_INSTALL_PREFIX%\"
rem ; Build installer package
makensis.exe %~dp0mpkg_win.nsi
rem ; Build .zip package
if exist %HB_PKGNAME%.zip del %HB_PKGNAME%.zip
pushd
@@ -81,6 +78,9 @@ cd %HB_INSTALL_BASE%
zip -9 -X -r -o %~dp0%HB_PKGNAME%.zip . -i %HB_DIRNAME%\*
popd
rem ; Build installer package
makensis.exe %~dp0mpkg_win.nsi
:MK_ERROR
rem ; Cleanup