Re: [Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-29 Thread Daniel Morgan
This is the better way using a slash to separate a directory. I tested it and it builds successfully on Cygwin and Linux. SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) /r:System.Data.dll /r:Mono.Data.dll /r:../browser/Mono.Data.SqlSharp.DatabaseBrowser.dll The fix has been committed to svn trunk HEAD.

Re: [Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Emil Emilov
Is there any way to modify the following line to work with both windows/linux? (i.e. under linux it would be slashes and win does backslashes) SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) /r:System.Data.dll /r:Mono.Data.dll /r:..\browser\Mono.Data.SqlSharp.DatabaseBrowser.dll would that work under win

Re: [Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Emil Emilov
Yeah I also noticed that. I fixed the same way. I'll try and make a patch in the evening, when I get home from work. If you can do it earlier, please do. Matthias Felgner wrote: Hi, Just got and built SQLsharpgtk from SVN. The Makefile in subdir sqlsharpgtk defines “SQLSHARP_GTK_LIBS” w

[Mono-devel-list] SQLsharpgtk Makefile Bug

2005-07-27 Thread Matthias Felgner
Hi,   Just got and built SQLsharpgtk from SVN.   The Makefile in subdir sqlsharpgtk defines “SQLSHARP_GTK_LIBS” with the needed references in order to build sqlsharpgtk, Assembly Mono.Data.SqlSharp.DatabaseBrowser.dll is referenced from the dir “../browser/” But reference is done using