2009-10-07 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    + Enabled upx support on all *nix system.
This commit is contained in:
Viktor Szakats
2009-10-07 16:32:27 +00:00
parent 73dac9f5a1
commit 858234e52a
2 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-10-07 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Enabled upx support on all *nix system.
2009-10-07 14:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/RELNOTES
+ Note about upx update. (still no win64 support, but there are

View File

@@ -4322,8 +4322,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
/* Setup compressor for host platform */
#if defined( __PLATFORM__LINUX ) .OR. ;
defined( __PLATFORM__DARWIN )
#if defined( __PLATFORM__UNIX )
cBin_Cprs := "upx"
cOpt_Cprs := "{OB}"