зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3c6fc9c9e1
Коммит
d6565296c3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче