2011-07-11 23:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/mpkg_win_uni.bat
* changed to copy mingw dlls from mingw rather than from QT
to be in sync with embedded mingw files
This commit is contained in:
@@ -16,11 +16,16 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-07-11 23:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/winuni/mpkg_win_uni.bat
|
||||
* changed to copy mingw dlls from mingw rather than from QT
|
||||
to be in sync with embedded mingw files
|
||||
|
||||
2011-07-10 22:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* examples/gtwvw/tests/wvwtest9.prg
|
||||
! fixed bad code:
|
||||
inkey()!=Chr(0) -> inkey()!=0
|
||||
(perfect example why certain "extensions" are not a good idea
|
||||
(perfect example why certain "extensions" are not a good idea
|
||||
from a technical standpoint.)
|
||||
|
||||
2011-07-08 15:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
@@ -49,7 +54,7 @@
|
||||
to solve MT problems reported by Marek.
|
||||
Many thanks to Vincent Rogier (author of OCILIB) for the tip
|
||||
and advice.
|
||||
Please retest now.
|
||||
Please retest now. [TESTED OK]
|
||||
|
||||
2011-07-06 00:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/gtwin/gtwin.c
|
||||
|
||||
@@ -74,8 +74,9 @@ xcopy /y "%HB_DIR_UPX%upx.exe"
|
||||
xcopy /y /s /e "%HB_DIR_MINGW%" %HB_ABSROOT%comp\mingw\
|
||||
rem del %HB_ABSROOT%comp\mingw\tdm-mingw-1.908.0-4.4.1-2.exe
|
||||
|
||||
xcopy /y "%HB_WITH_QT%\..\bin\libgcc_s_dw2-1.dll" %HB_ABSROOT%bin\
|
||||
xcopy /y "%HB_WITH_QT%\..\bin\mingwm10.dll" %HB_ABSROOT%bin\
|
||||
xcopy /y "%HB_DIR_MINGW%\bin\libgcc_s_dw2-1.dll" %HB_ABSROOT%bin\
|
||||
xcopy /y "%HB_DIR_MINGW%\bin\mingwm10.dll" %HB_ABSROOT%bin\
|
||||
|
||||
xcopy /y "%HB_WITH_QT%\..\bin\QtCore4.dll" %HB_ABSROOT%bin\
|
||||
xcopy /y "%HB_WITH_QT%\..\bin\QtGui4.dll" %HB_ABSROOT%bin\
|
||||
xcopy /y "%HB_WITH_QT%\..\bin\QtNetwork4.dll" %HB_ABSROOT%bin\
|
||||
|
||||
Reference in New Issue
Block a user