> Revision: 13341 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13341&view=rev > Author: druzus > Date: 2009-12-21 19:11:43 +0000 (Mon, 21 Dec 2009) > > Log Message: > ----------- > 2009-12-21 20:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > * harbour/utils/hbmk2/hbmk2.prg > * added 'clib3r' to linked library list in DOS OpenWatcom builds. > In pure C mode this library is not included automatically. > ! do not use version suffix for harbour shared library in DJGPP builds > to keep 8.3 plain DOS names (harbour[m].dxe) > ! added -U to DXE3GEN parameters
Thank you Przemek. Can you check if it still works by changing this line: cOpt_Link += " LIB clib3r" to this?: AAdd( l_aLIBSYS, "clib3r" ) Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
