From ddba010f99ca80014f95af7819d7b43edd689631 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 4 Jun 2010 18:21:32 +0000 Subject: [PATCH] 2010-06-04 20:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/mpkg_win_uni.nsi * Version adjustment (-20 -> -21) --- harbour/ChangeLog | 4 ++++ harbour/package/winuni/mpkg_win_uni.nsi | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index afbb857316..6a7988c393 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-06-04 20:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * package/winuni/mpkg_win_uni.nsi + * Version adjustment (-20 -> -21) + 2010-06-04 18:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added pkg-config and *-config support for MacPorts. diff --git a/harbour/package/winuni/mpkg_win_uni.nsi b/harbour/package/winuni/mpkg_win_uni.nsi index 1bcda7cb64..64035875b2 100644 --- a/harbour/package/winuni/mpkg_win_uni.nsi +++ b/harbour/package/winuni/mpkg_win_uni.nsi @@ -96,8 +96,8 @@ Section "Main components" hb_main File /nonfatal "$%HB_ROOT%hb21\ChangeLog*" SetOutPath $INSTDIR\bin - File "$%HB_ROOT%hb21\bin\harbour-20.dll" - File "$%HB_ROOT%hb21\bin\harbourmt-20.dll" + File "$%HB_ROOT%hb21\bin\harbour-21.dll" + File "$%HB_ROOT%hb21\bin\harbourmt-21.dll" File "$%HB_ROOT%hb21\bin\harbour.exe" File "$%HB_ROOT%hb21\bin\hbi18n.exe" File "$%HB_ROOT%hb21\bin\hbmk2.exe" @@ -203,8 +203,8 @@ SectionEnd Section "Libs for Borland C" hb_lib_bcc SetOutPath $INSTDIR\bin - File "$%HB_ROOT%hb21\bin\harbour-20-bcc.dll" - File "$%HB_ROOT%hb21\bin\harbourmt-20-bcc.dll" + File "$%HB_ROOT%hb21\bin\harbour-21-bcc.dll" + File "$%HB_ROOT%hb21\bin\harbourmt-21-bcc.dll" SetOutPath $INSTDIR\lib\win\bcc File "$%HB_ROOT%hb21\lib\win\bcc\*.*" SectionEnd @@ -273,14 +273,14 @@ SectionEnd Section /o "Dlls for x64" hb_dlls_x64 SetOutPath $INSTDIR\bin - File "$%HB_ROOT%hb21\bin\harbour-20-x64.dll" - File "$%HB_ROOT%hb21\bin\harbourmt-20-x64.dll" + File "$%HB_ROOT%hb21\bin\harbour-21-x64.dll" + File "$%HB_ROOT%hb21\bin\harbourmt-21-x64.dll" SectionEnd Section /o "Dlls for WinCE/ARM" hb_dlls_arm SetOutPath $INSTDIR\bin - File "$%HB_ROOT%hb21\bin\harbour-20-wce-arm.dll" - File "$%HB_ROOT%hb21\bin\harbourmt-20-wce-arm.dll" + File "$%HB_ROOT%hb21\bin\harbour-21-wce-arm.dll" + File "$%HB_ROOT%hb21\bin\harbourmt-21-wce-arm.dll" SectionEnd !ifdef _NEVER_