Revision: 13439 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13439&view=rev Author: vszakats Date: 2010-01-02 17:44:43 +0000 (Sat, 02 Jan 2010)
Log Message: ----------- 2010-01-02 18:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk % Applied little optimization from Tamas Tevesz. * contrib/hbide/idemisc.prg + hbide_PathProc() This function can combine relative paths together so it's the key to avoid macros dealing with placing paths to their intended location. It can replace current method of <IdeSrc> = hb_dirBase(). F.e.: hbide_PathProc( "src/mysource_in_project.prg", "projects_dir/" ) -> "projects_dir/src/mysource_in_project.prg" hbide_PathProc( "projects/myproject.hbi", hb_dirBase() ) -> "C:/harbour/contrib/hbide/projects/myproject.hbi" Please use it. ; TOFIX: Since hbide seems to intend to support a hbrun-like command prompt, maybe it's a good idea to prefix all public functions with hbide_, otherwise there will be problems when name collision occurs with user code. If this is not the goal, we can leave it. Modified Paths: -------------- trunk/harbour/ChangeLog trunk/harbour/config/global.mk trunk/harbour/contrib/hbide/idemisc.prg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour