2009-09-16 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* package/winuni/mpkg_win_uni.bat
  * package/winuni/mpkg_win_uni.nsi
    ! Deleted references to hbzlib and hbpcre inside source tree.
This commit is contained in:
Viktor Szakats
2009-09-16 11:19:58 +00:00
parent 6ff6aa0f45
commit b9782bd1d0
3 changed files with 5 additions and 12 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-16 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/mpkg_win_uni.bat
* package/winuni/mpkg_win_uni.nsi
! Deleted references to hbzlib and hbpcre inside source tree.
2009-09-16 12:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/examples/contribf.hbc
* contrib/Makefile

View File

@@ -72,10 +72,6 @@ echo "hb20\doc\*.*" >> _hbfiles
echo "hb20\comp\mingw\*" >> _hbfiles
echo "hb20\examples\*.*" >> _hbfiles
echo "hb20\contrib\*.*" >> _hbfiles
echo "hb20\source\hbpcre\LICENCE" >> _hbfiles
echo "hb20\source\hbpcre\*.h" >> _hbfiles
echo "hb20\source\hbzlib\README" >> _hbfiles
echo "hb20\source\hbzlib\*.h" >> _hbfiles
if exist harbour-2.0.0beta3-win-20090905.7z del harbour-2.0.0beta3-win-20090905.7z
7z a -r harbour-2.0.0beta3-win-20090905.7z @_hbfiles

View File

@@ -110,14 +110,6 @@ Section "Main components" hb_main
SetOutPath $INSTDIR\include
File "hb20\include\*.*"
SetOutPath $INSTDIR\source\hbpcre
File "hb20\source\hbpcre\LICENCE"
File "hb20\source\hbpcre\*.h"
SetOutPath $INSTDIR\source\hbzlib
File "hb20\source\hbzlib\README"
File "hb20\source\hbzlib\*.h"
SetOutPath $INSTDIR\doc
File /r "hb20\doc\*.*"