2010-03-14 22:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* bin/postinst.bat
! Fixed hbmk2 -lang option.
* contrib/hbwin/win_prn1.c
- Deleted comment no more necessary.
* utils/hbmk2/hbmk2.prg
+ Added -width= option to set output width.
This commit is contained in:
@@ -17,6 +17,16 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-03-14 22:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* bin/postinst.bat
|
||||
! Fixed hbmk2 -lang option.
|
||||
|
||||
* contrib/hbwin/win_prn1.c
|
||||
- Deleted comment no more necessary.
|
||||
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added -width= option to set output width.
|
||||
|
||||
2010-03-14 21:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/vm/fm.c
|
||||
* src/common/hbwince.c
|
||||
|
||||
@@ -55,11 +55,11 @@ if "%HB_SHELL%" == "nt" goto _SH_NT
|
||||
if "%HB_BUILD_DEBUG%" == "yes" set HBMK_OPTIONS=%HBMK_OPTIONS% -debug
|
||||
|
||||
echo ! Making shared version of Harbour binaries...
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lng=en-EN -shared "-o%HB_BIN_INSTALL%\hbrun-dll" "%~dp0..\utils\hbrun\hbrun.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lng=en-EN -shared "-o%HB_BIN_INSTALL%\hbmk2-dll" "%~dp0..\utils\hbmk2\hbmk2.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lng=en-EN -shared "-o%HB_BIN_INSTALL%\hbtest-dll" "%~dp0..\utils\hbtest\hbtest.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lng=en-EN -shared "-o%HB_BIN_INSTALL%\hbi18n-dll" "%~dp0..\utils\hbi18n\hbi18n.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lng=en-EN -shared "-o%HB_BIN_INSTALL%\hbformat-dll" "%~dp0..\utils\hbformat\hbformat.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbrun-dll" "%~dp0..\utils\hbrun\hbrun.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbmk2-dll" "%~dp0..\utils\hbmk2\hbmk2.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbtest-dll" "%~dp0..\utils\hbtest\hbtest.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbi18n-dll" "%~dp0..\utils\hbi18n\hbi18n.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbformat-dll" "%~dp0..\utils\hbformat\hbformat.hbp"
|
||||
|
||||
:_NO_DLL_BIN
|
||||
|
||||
@@ -68,7 +68,7 @@ if "%HB_SHELL%" == "nt" goto _SH_NT
|
||||
|
||||
rem ; We build this here, because GNU Make wouldn't add the icon.
|
||||
echo ! Making hbrun with application icon...
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lng=en-EN "-o%HB_BIN_INSTALL%\hbrun" "%~dp0..\utils\hbrun\hbrun.hbp"
|
||||
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en "-o%HB_BIN_INSTALL%\hbrun" "%~dp0..\utils\hbrun\hbrun.hbp"
|
||||
|
||||
:_NO_ICON_BIN
|
||||
|
||||
|
||||
@@ -75,7 +75,6 @@
|
||||
/* For Arc() */
|
||||
#include "hbwince.h"
|
||||
|
||||
/* Pelles C requires this */
|
||||
#if defined( __POCC__ )
|
||||
#ifndef FONTENUMPROC
|
||||
#define FONTENUMPROC FONTENUMPROCW
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user