summaryrefslogtreecommitdiff
path: root/utils/unicode/Makefile.fpc.fpcmake
diff options
context:
space:
mode:
Diffstat (limited to 'utils/unicode/Makefile.fpc.fpcmake')
-rw-r--r--utils/unicode/Makefile.fpc.fpcmake23
1 files changed, 23 insertions, 0 deletions
diff --git a/utils/unicode/Makefile.fpc.fpcmake b/utils/unicode/Makefile.fpc.fpcmake
new file mode 100644
index 0000000000..4275a97f7a
--- /dev/null
+++ b/utils/unicode/Makefile.fpc.fpcmake
@@ -0,0 +1,23 @@
+#
+# Makefile.fpc for Unicode Utils
+#
+
+[target]
+programs=cldrparser unihelper
+
+[clean]
+units=cldrhelper cldrtest cldrxml grbtree helper trie uca_test unicodeset
+
+[require]
+packages=rtl fcl-base fcl-xml
+
+[install]
+fpcpackage=y
+
+[default]
+fpcdir=../..
+
+[rules]
+.NOTPARALLEL:
+cldrparser$(EXEEXT): cldrparser.lpr cldrhelper.pas helper.pas cldrtest.pas cldrxml.pas unicodeset.pas
+unihelper$(EXEEXT): unihelper.lpr helper.pas uca_test.pas \ No newline at end of file