2010-06-04 20:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* package/winuni/mpkg_win_uni.nsi
    * Version adjustment (-20 -> -21)
This commit is contained in:
Viktor Szakats
2010-06-04 18:21:32 +00:00
parent f3c2721fff
commit ddba010f99
2 changed files with 12 additions and 8 deletions

View File

@@ -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.

View File

@@ -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_