2010-04-07 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

+ package/harb_os2.ico
    + Uploaded OS X Harbour icon.
      Thanks to Vailton Renato.

  * utils/hbrun/hbrun.rc
  * utils/hbrun/hbrun.hbp
    * Changed to use OS/2 .ico file for OS/2 targets. Pls test.
This commit is contained in:
Viktor Szakats
2010-04-07 13:28:32 +00:00
parent 6e17f4d4d0
commit 0749c855ce
4 changed files with 11 additions and 1 deletions

View File

@@ -17,6 +17,15 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-04-07 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ package/harb_os2.ico
+ Uploaded OS X Harbour icon.
Thanks to Vailton Renato.
* utils/hbrun/hbrun.rc
* utils/hbrun/hbrun.hbp
* Changed to use OS/2 .ico file for OS/2 targets. Pls test.
2010-04-07 14:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ package/harb_osx.icns
+ Uploaded OS X Harbour icon.

Binary file not shown.

View File

@@ -15,3 +15,4 @@ hbrun.prg
-lhbcommon
-icon={allwin}../../package/harb_win.ico
-icon={os2}../../package/harb_os2.ico

View File

@@ -3,7 +3,7 @@
*/
#if defined( OS2 ) || defined( __OS2__ ) || defined( OS_2 )
ICON 1 DISCARDABLE "../../../../../package/harb_win.ico"
ICON 1 DISCARDABLE "../../../../../package/harb_os2.ico"
#else
ICON1 ICON DISCARDABLE "../../../../../package/harb_win.ico"
#endif