2010-07-27 00:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/make.hbs
+ Added new TODO.
* contrib/hbblat/hbblat.hbc
* contrib/gtwvg/gtwvg.hbc
* contrib/rddads/rddads.hbc
* contrib/hbfimage/hbfimage.hbc
* contrib/hbwin/hbwin.hbc
* contrib/hbssl/hbssl.hbc
* Updated skip= commands according to recent hbmk2 changes, to
avoid displaying 'yes' when the lib is unsupported.
This commit is contained in:
@@ -16,6 +16,19 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-07-27 00:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/make.hbs
|
||||
+ Added new TODO.
|
||||
|
||||
* contrib/hbblat/hbblat.hbc
|
||||
* contrib/gtwvg/gtwvg.hbc
|
||||
* contrib/rddads/rddads.hbc
|
||||
* contrib/hbfimage/hbfimage.hbc
|
||||
* contrib/hbwin/hbwin.hbc
|
||||
* contrib/hbssl/hbssl.hbc
|
||||
* Updated skip= commands according to recent hbmk2 changes, to
|
||||
avoid displaying 'yes' when the lib is unsupported.
|
||||
|
||||
2010-07-26 15:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/hbide.prg
|
||||
* contrib/hbide/idebrowse.prg
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{!win}skip=yes
|
||||
skip={!win}
|
||||
|
||||
incpaths=.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{!win}skip=yes
|
||||
skip={!win}
|
||||
|
||||
incpaths=.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{dos}skip=yes
|
||||
skip={dos}
|
||||
|
||||
incpaths=.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{dos}skip=yes
|
||||
skip={dos}
|
||||
|
||||
incpaths=.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{!allwin}skip=yes
|
||||
skip={!allwin}
|
||||
|
||||
incpaths=.
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
also delete doc/*.txt install related logic (easily replacable
|
||||
with postinst.hbs logic)
|
||||
7. Honor paths found in --hbinfo hbctree{{}} section.
|
||||
8. Move lib output dir and workdirs inside contrib dirs.
|
||||
*/
|
||||
|
||||
#pragma warninglevel=3
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{!(linux|win)}skip=yes
|
||||
skip={!(linux|win)}
|
||||
|
||||
incpaths=.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user