2010-03-20 18:51 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* bin/postinst.bat
    ! Fixed/cleaned latest modification, removed redundancy.
This commit is contained in:
Viktor Szakats
2010-03-20 17:53:29 +00:00
parent a68a05604a
commit cfe571a6e3
2 changed files with 14 additions and 11 deletions

View File

@@ -17,15 +17,19 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-03-20 18:51 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* bin/postinst.bat
! Fixed/cleaned latest modification, removed redundancy.
2010-03-20 10:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/ideprojmanager.prg
* contrib/hbide/idesources.prg
+ Implemented: auto-save the project's source(s) at "build" time,
+ Implemented: auto-save the project's source(s) at "build" time,
if some are modified.
This is implemented by default, no options.
Regression is possible, please report.
2010-03-20 18:30 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* harbour/ChangeLog
! fixed typo my previous commit. Sorry..
@@ -47,9 +51,9 @@
always producing GPF on OS2, to take care of by Qt itself.
* contrib/hbide/idedocks.prg
! Fix to *nixs warning
QWidget::setLayout: Attempting to set QLayout "" on QDockWidget
"dockHelp", which already has a layout
! Fix to *nixs warning
QWidget::setLayout: Attempting to set QLayout "" on QDockWidget
"dockHelp", which already has a layout
and family.
+ contrib/hbide/idewizard.prg

View File

@@ -70,12 +70,11 @@ 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...
if "%HB_BUILD_DLL%" == "no" (
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en "-o%HB_BIN_INSTALL%\hbrun" "%~dp0..\utils\hbrun\hbrun.hbp"
) ELSE (
if not "%HB_BUILD_SHARED%" == "yes" "%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en "-o%HB_BIN_INSTALL%\hbrun" "%~dp0..\utils\hbrun\hbrun.hbp"
rem if "%HB_BUILD_SHARED%" == "yes" "%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbrun" "%~dp0..\utils\hbrun\hbrun.hbp"
)
if "%HB_BUILD_SHARED%" == "yes" set _SHARED_=-shared
if "%HB_BUILD_DLL%" == "no" set _SHARED_=
"%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en %_SHARED_% "-o%HB_BIN_INSTALL%\hbrun" "%~dp0..\utils\hbrun\hbrun.hbp"
:_NO_ICON_BIN