Issue Issue #557:

* Move english default.po to the folder where assemble.exe finds it
* Add dxgettext_assemble.exe, self built from https://dxgettext.svn.sourceforge.net/svnroot/dxgettext/trunk/dxgettext/tools/assemble/
* Call dxgettext_assemble.exe from auto-build process
This commit is contained in:
Ansgar Becker
2012-11-10 16:19:58 +00:00
parent a6170ad769
commit 28bae96813
3 changed files with 5 additions and 0 deletions

View File

@@ -150,6 +150,11 @@ brcc32 ..\..\res\updater.rc
"%compiler%" %params% -e"%base_dir%\out" heidisql.dpr
if not %errorlevel% == 0 goto end
rem Patch executable with .mo files
rem Must be done before madExcept writes a new crc header, otherwise it will complain about a corrupt .exe
rem See http://tech.dir.groups.yahoo.com/group/dxgettext/message/3623
..\..\extra\dxgettext_assemble.exe "%base_dir%\out\heidisql.exe" --dxgettext
rem Patch executable with exception handler
"%mad_dir%\madExcept\Tools\madExceptPatch.exe" "%base_dir%\out\heidisql.exe" heidisql.mes

View File

Binary file not shown.