summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBasil <basil@miranda-ng.org>2014-07-10 17:24:41 +0000
committerBasil <basil@miranda-ng.org>2014-07-10 17:24:41 +0000
commitb12d5463f2f0fc61ece3b12b66b5a8c18a144239 (patch)
treee085229c1a408bd2f4c07246e1e71d6297ac4452 /tools
parentd48c1850e608cf6a29c4d86e9119e6e963e9c25f (diff)
lpgen.js - glib added to exception list, nothing to translate there. CORE head altered - we have ony current version strings
git-svn-id: http://svn.miranda-ng.org/main/trunk@9756 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r--tools/lpgen/lpgen.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lpgen/lpgen.js b/tools/lpgen/lpgen.js
index f9a0ed5f26..f3972af588 100644
--- a/tools/lpgen/lpgen.js
+++ b/tools/lpgen/lpgen.js
@@ -110,7 +110,7 @@ sln_stream=FSO.GetFile(slnfile).OpenAsTextStream(ForReading, TristateUseDefault)
// if exist sln_project_regexp, add to array, adding leading path to "trunk"
if (sln_project_regexp) {
//RegExp for unneeded modules, such as crypting library, mimcmd.exe, zlib.dll etc.
- var unneeded_modules=/(Zlib|RC4|EkHtml|Libgcrypt|Libotr|Cryptlib|MimCmd|Dbx_tree_ARC4|Dbx_tree_Cast128|Dbx_tree_HC256|pu_stub|libcurl)/i;
+ var unneeded_modules=/(Zlib|RC4|EkHtml|Libgcrypt|Libotr|Cryptlib|MimCmd|Dbx_tree_ARC4|Dbx_tree_Cast128|Dbx_tree_HC256|pu_stub|libcurl|glib)/i;
// Now check for unneeded modules NOT passed (module name are in sln_project_regexp[1]
if (!unneeded_modules.test(sln_project_regexp[1]))
//no, this is not unneeded module, put path to array. Trunk path + path to file in sln_project_regexp[2]
@@ -168,7 +168,7 @@ function GenerateCore() {
corehead.push(";============================================================")
corehead.push("; File: miranda32/64.exe")
corehead.push("; Module: Miranda Core")
- corehead.push("; Versions: 0.8.0 - "+ver)
+ corehead.push("; Version: "+ver)
corehead.push(";============================================================")
//define core filename. File will be overwritten!
corefile=FSO.BuildPath(langpack_en,"=CORE=.txt");