Bug 1656141 - Rename version_win.py to create_rc.py. r=firefox-build-system-reviewers,mhentges,rstewart

Because while the original perl script was added to add version info
to Windows binaries, it does more and will do even more with upcoming
changes.

Differential Revision: https://phabricator.services.mozilla.com/D86153
This commit is contained in:
Mike Hommey 2020-08-06 15:59:09 +00:00
Родитель 3c6fc9c9e1
Коммит d6565296c3
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

Просмотреть файл

@ -32,8 +32,8 @@ GARBAGE += $(RESFILE) $(RCFILE)
#dummy target so $(RCFILE) doesn't become the default =P
all::
$(RCFILE): $(RCINCLUDE) $(MOZILLA_DIR)/config/version_win.py
$(PYTHON3) $(MOZILLA_DIR)/config/version_win.py '$(_RC_BINARY)' '$(RCINCLUDE)'
$(RCFILE): $(RCINCLUDE) $(MOZILLA_DIR)/config/create_rc.py
$(PYTHON3) $(MOZILLA_DIR)/config/create_rc.py '$(_RC_BINARY)' '$(RCINCLUDE)'
endif # RESFILE
endif # Windows

Просмотреть файл

@ -31,8 +31,8 @@ py2:
- xpcom
# These paths are intentionally excluded (Python 3 only)
- config/create_rc.py
- config/printconfigsetting.py
- config/version_win.py
- python/mozbuild/mozbuild/html_build_viewer.py
- python/mozlint
- python/mozperftest