Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/farlng
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2016-09-11 02:08:28 +0300
committerelfmz <fenix1905@tut.by>2016-09-11 02:08:28 +0300
commit69678c835a5ab44d8fb1b1837afc732bb0843233 (patch)
tree8e2f33f9968d029a6012b9bda9fe4adbe37fee52 /farlng
parent40932c6e6f7bf1a321dff0d9863c3247b98f43e9 (diff)
Implement UTF32<->UTF8 convertion (fix #64)
Diffstat (limited to 'farlng')
-rw-r--r--farlng/farlng.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/farlng/farlng.mk b/farlng/farlng.mk
index 1c6811c6..46c380d3 100644
--- a/farlng/farlng.mk
+++ b/farlng/farlng.mk
@@ -13,7 +13,7 @@ CurrentFileName :=
CurrentFilePath :=
CurrentFileFullPath :=
User :=user
-Date :=07/09/16
+Date :=11/09/16
CodeLitePath :="/home/user/.codelite"
LinkerName :=/usr/bin/g++
SharedObjectLinkerName :=/usr/bin/g++ -shared -fPIC