From: <ba...@us...> - 2008-12-16 20:15:02
|
Revision: 38 http://scrupp.svn.sourceforge.net/scrupp/?rev=38&view=rev Author: basique Date: 2008-12-16 20:14:51 +0000 (Tue, 16 Dec 2008) Log Message: ----------- - new functions to get and set the search path: - scrupp.getSearchPath() returns an array with the current search paths - scrupp.setSearchPath(arr) sets the search path to the paths stored in the array 'arr' The search path is used by all scrupp.add* functions to find a file. Scrupp tries each path of the array (in order) until the file is found. - new GTK message box for errors on Linux The make command needs one of the options 'with-gtk' to enable the support for GTK or 'without-gtk' to disable it. Modified Paths: -------------- trunk/Makefile trunk/src/FileIO.c trunk/src/Macros.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |