# 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"