2010-11-12 01:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/mpkg_win_uni.bat
! Fixed to install all .hbc files inside the contrib
dir structure. This is needed because now they exist
also under '3rd' dirs, referenced from contrib .hbc files.
(lightly tested, will find out with next nightly)
* contrib/hbzebra/hbzebra.hbc
! Deleted no more needed reference to hbcairo.hbc
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-11-12 01:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/winuni/mpkg_win_uni.bat
|
||||
! Fixed to install all .hbc files inside the contrib
|
||||
dir structure. This is needed because now they exist
|
||||
also under '3rd' dirs, referenced from contrib .hbc files.
|
||||
(lightly tested, will find out with next nightly)
|
||||
|
||||
* contrib/hbzebra/hbzebra.hbc
|
||||
! Deleted no more needed reference to hbcairo.hbc
|
||||
|
||||
2010-11-11 23:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbzebra/tests/testwin.prg
|
||||
* Trying to figure what's best way to round off coordinates
|
||||
|
||||
@@ -5,5 +5,3 @@
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
|
||||
..\hbcairo\hbcairo.hbc
|
||||
|
||||
@@ -93,13 +93,14 @@ cd %~dp0..\..\contrib
|
||||
|
||||
for /F %%a in ( 'dir /b /ad' ) do (
|
||||
echo %%a
|
||||
xcopy /y /s %%a\*.hbc %HB_ABSROOT%contrib\%%a\
|
||||
xcopy /y /s %%a\*.def %HB_ABSROOT%contrib\%%a\
|
||||
xcopy /y /s %%a\*.hbs %HB_ABSROOT%contrib\%%a\
|
||||
xcopy /y /s %%a\*.txt %HB_ABSROOT%contrib\%%a\
|
||||
xcopy /y /s %%a\tests\*.* %HB_ABSROOT%contrib\%%a\tests\
|
||||
)
|
||||
|
||||
xcopy /y /s *.hbc %HB_ABSROOT%contrib
|
||||
|
||||
popd
|
||||
|
||||
rem ; Create unified installer
|
||||
|
||||
Reference in New Issue
Block a user