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:
Lorenzo Fiorini
2009-07-14 18:12:47 +00:00
parent 853302df58
commit 2e1303e9c6
3 changed files with 9 additions and 2 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -726,7 +726,7 @@ STATIC FUNCTION Dummies()
RETURN nil
/*----------------------------------------------------------------------*/
function UIDEBUG(); return nil
FUNCTION ShowInSystemTray( oWnd )
LOCAL oSys