2009-08-20 00:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/bin/hb-func.sh
* use -I<path> parameter passed to Harbour compiler in hb* scripts
also with C compiler for C code inside #pragma begindump/enddump
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-20 00:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/bin/hb-func.sh
|
||||
* use -I<path> parameter passed to Harbour compiler in hb* scripts
|
||||
also with C compiler for C code inside #pragma begindump/enddump
|
||||
|
||||
2009-08-19 21:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* INSTALL
|
||||
+ Added msvcarm examples (using MSVC 2008. 2005 should be similar).
|
||||
|
||||
@@ -450,6 +450,7 @@ while [ \$n -lt \${#P[@]} ]; do
|
||||
-nostrip) HB_STRIP="no" ;;
|
||||
-l[^-]*) HB_USRLIBS="\${HB_USRLIBS} \${v}" ;;
|
||||
-L[^-]*) HB_USRLPATH="\${HB_USRLPATH} \${v}" ;;
|
||||
-I*) [ \${HB} = "cc" ] || CC_OPT="\${CC_OPT} \${v}"; p="\${v}" ;;
|
||||
-mwindows) LN_OPT="\${LN_OPT} \${v}"; HB_MODE="gui" ;;
|
||||
-mconsole) LN_OPT="\${LN_OPT} \${v}"; HB_MODE="std" ;;
|
||||
-main=*) HB_MAIN_FUNC="\${v#*=}" ;;
|
||||
|
||||
Reference in New Issue
Block a user