mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 18:43:02 +01:00
10 lines
352 B
Makefile
10 lines
352 B
Makefile
|
# Copyright (c) 2000-2002 IBM, Inc. and Others.
|
||
|
# A small makefile containing the list of resource bundles
|
||
|
# to include in uconv.
|
||
|
|
||
|
# The variable FILESEPCHAR is defined by the caller to be
|
||
|
# the character separating components of a filename.
|
||
|
|
||
|
RESOURCESDIR = resources
|
||
|
RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt
|