cefpython
cefpython copied to clipboard
Embed VERSIONINFO in subprocess.exe
For an example see the versioninfo resource embedded in the .pyd module:
https://code.google.com/p/cefpython/source/browse/cefpython/cef3/windows/cefpyth
on.rc
Original issue reported on code.google.com by [email protected] on 10 Aug 2014 at 2:08
VERSIONINFO is no more embedded in the .pyd module, I didn't see a point for that. It might make more sense to embed it in the subprocess executable, however whether this is a good idea it needs to be decided.