forked from Lainports/freebsd-ports
Changelog at <http://gambas.sourceforge.net/changelog.html> - Make the dependency on mysql-client optional [1] - Permit the IDE to display the example projects in the initial startup dialog [1] Suggested by: Neil Darlow <neil (at) darlow.co.uk> [1]
11 lines
361 B
Text
11 lines
361 B
Text
--- ./app/gambas/Project.module.orig Tue Apr 19 10:58:00 2005
|
|
+++ ./app/gambas/Project.module Tue Apr 19 21:46:21 2005
|
|
@@ -87,7 +87,7 @@
|
|
OUTPUT_FILE = Temp$()
|
|
'CLASSES_FILE = Temp$()
|
|
|
|
- EXAMPLES_DIR = System.Path &/ "share/gambas/examples"
|
|
+ EXAMPLES_DIR = System.Path &/ "share/examples/gambas"
|
|
|
|
'Config = NEW Config '(System.Home &/ ".gambas")
|
|
|