This website requires JavaScript.
Explore
Help
Sign In
bcarrella
/
cef
Watch
1
Star
0
Fork
0
You've already forked cef
mirror of
https://bitbucket.org/chromiumembedded/cef
synced
2024-12-13 18:16:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0d50d5a8c6
cef
/
tools
/
make_version_header.bat
3 lines
74 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-04-03 03:34:16 +02:00
@
echo
off
Update cef_api_hash.h at build time if necessary (fixes issue #2922) The cef_api_hash.h file was previously only updated when the translator tool was run manually. Forgetting to run the translator tool after changing include/internal/cef_types*.h files would result in cef_parser.py incorrectly computing the CEF minor version number for future builds. By updating this file automatically at build time the number of errors should be reduced.
2020-04-30 21:59:23 +02:00
python.bat tools\make_version_header.py include\cef_version.h
Reference in New Issue
Copy Permalink