Change the name of the dir where the message catalogs are installed on
MSW back to 'locale' and also change back to the full directory structure including the LC_MESSAGES dir. The reasons these changes were orginally made no longer apply git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -156,8 +156,8 @@ CLEANUP.append('licence')
|
||||
|
||||
|
||||
if os.name == 'nt':
|
||||
build_locale_dir(opj(PKGDIR, 'i18n'))
|
||||
DATA_FILES += build_locale_list(opj(PKGDIR, 'i18n'))
|
||||
build_locale_dir(opj(PKGDIR, 'locale'))
|
||||
DATA_FILES += build_locale_list(opj(PKGDIR, 'locale'))
|
||||
|
||||
|
||||
if os.name == 'nt':
|
||||
|
Reference in New Issue
Block a user