mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
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:
parent
3c6fc9c9e1
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user