X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9670c0a8d4e4ac425910aa2c5dae8d9431dbc2b0..0dd300cab599596e15ea46bf494f171edd6f0b08:/build/tools/create-archive.py diff --git a/build/tools/create-archive.py b/build/tools/create-archive.py index 326b5a12d8..c87eafce33 100755 --- a/build/tools/create-archive.py +++ b/build/tools/create-archive.py @@ -173,6 +173,10 @@ for afile in fileList: # copy include/wx/msw/setup0.h -> include/wx/msw/setup.h mswSetup0 = os.path.join(wxCopyDir, "include","wx","msw","setup0.h") shutil.copy(mswSetup0, mswSetup0.replace("setup0.h", "setup.h")), + +# compile gettext catalogs +print "Compiling gettext catalogs..." +os.system("make -C %s/locale allmo" % wxCopyDir) all = options.compression == "all"