2005-03-20 12:11:33 +01:00
|
|
|
# ------------------------------
|
2005-03-11 15:54:49 +01:00
|
|
|
# List of known database aliases
|
|
|
|
# ------------------------------
|
2005-03-20 12:11:33 +01:00
|
|
|
|
2005-03-11 15:54:49 +01:00
|
|
|
#
|
2005-03-20 12:11:33 +01:00
|
|
|
# Example Database:
|
2005-03-11 15:54:49 +01:00
|
|
|
#
|
2011-01-14 18:31:40 +01:00
|
|
|
#employee.fdb = @FB_SAMPLEDBDIR@/employee.fdb
|
|
|
|
#employee = @FB_SAMPLEDBDIR@/employee.fdb
|
|
|
|
# TODO: When added appropriate feature to config - use $(SAMPLEDBDIR) instead
|
|
|
|
employee.fdb = $(root)/examples/empbuild/employee.fdb
|
|
|
|
employee = $(root)/examples/empbuild/employee.fdb
|
2005-03-11 15:54:49 +01:00
|
|
|
|
2005-03-20 12:11:33 +01:00
|
|
|
#
|
2005-03-11 15:54:49 +01:00
|
|
|
# Live Databases:
|
2005-03-20 12:11:33 +01:00
|
|
|
#
|