2009-07-14 20:10 UTC+0200 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com)
* bin/hb-func.sh
* add creation of unver harbour dll links in win/wce builds
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-14 20:10 UTC+0200 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com)
|
||||
* bin/hb-func.sh
|
||||
* add creation of unver harbour dll links in win/wce builds
|
||||
|
||||
2009-07-14 18:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/win/pocc.cf
|
||||
+ Added /subsystem:console to avoid linker warning.
|
||||
|
||||
@@ -913,9 +913,12 @@ mk_hblibso()
|
||||
then
|
||||
if [ "${HB_ARCHITECTURE}" = "win" ] || \
|
||||
[ "${HB_ARCHITECTURE}" = "wce" ]; then
|
||||
ll=${l%-${hb_ver}${lib_ext}}${lib_ext}
|
||||
ln -sf $l $ll
|
||||
if [ "${HB_XBUILD}" = "" ]; then
|
||||
(cd "$dir"
|
||||
mv "${HB_LIB_INSTALL}/$l" "${HB_BIN_INSTALL}")
|
||||
mv "${HB_LIB_INSTALL}/$l" "${HB_BIN_INSTALL}"
|
||||
mv "${HB_LIB_INSTALL}/$ll" "${HB_BIN_INSTALL}")
|
||||
fi
|
||||
else
|
||||
if [ "${HB_ARCHITECTURE}" = "darwin" ]; then
|
||||
|
||||
@@ -726,7 +726,7 @@ STATIC FUNCTION Dummies()
|
||||
|
||||
RETURN nil
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
function UIDEBUG(); return nil
|
||||
|
||||
FUNCTION ShowInSystemTray( oWnd )
|
||||
LOCAL oSys
|
||||
|
||||
Reference in New Issue
Block a user