summaryrefslogtreecommitdiff
path: root/l10ntools/scripts
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2012-10-06 22:10:41 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2012-10-08 17:14:20 +0200
commitf73618e9dea03d27138cd4599e351249a79bf46b (patch)
treebffb165dd26e538a5957f7cef8d8d5d7d90a62c5 /l10ntools/scripts
parentf9e4d3bfe8eedd49afc2d2161f47a8825a02eec8 (diff)
Move propex/propmerge code to C++
Changes: -Use same methods and commandline params as other localizers -Work with one lang during mergeing -Work well with comments -Correct makefiles according to one lang concept Plus delete propex.bat to avoid conflicts Change-Id: Ia9d2886db263c31f29692c3f6da2b8ec6542b564
Diffstat (limited to 'l10ntools/scripts')
-rwxr-xr-xl10ntools/scripts/propex.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/l10ntools/scripts/propex.bat b/l10ntools/scripts/propex.bat
deleted file mode 100755
index 1174286920da..000000000000
--- a/l10ntools/scripts/propex.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-
-if "x%PERL%x" EQU "xx" (
- echo ERROR: Perl not found. Environment is not set.
- exit /b 1
-)
-
-%PERL% %SOLARVER%\%INPATH%\bin\propex %* \ No newline at end of file