]> git.saurik.com Git - wxWidgets.git/blobdiff - build/tools/create-archive.py
support retina display
[wxWidgets.git] / build / tools / create-archive.py
index 326b5a12d89d5149343d8303ff163f71c6e792a0..c87eafce330dd8c237b9f5626c44b20defa3b983 100755 (executable)
@@ -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"