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 22:52:01 +00:00
parent de6265f978
commit 22179736a6
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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