Commit 7e4d587
committed
Add Python 3 support on Windows (cztomczak#121)...
Tested using Python 3.4 / 3.5 / 3.6. Only 32-bit. Everything works good.
Update tools for Python 3.
On Windows build.py tool will call build_cpp_projects.py to build C++
projects. On Linux and Mac C++ projects are built using Makefiles.
There are still deprecated .vcproj files across directories, however
they are all deprecated and not used anymore.
automate.py --prebuilt-cef works on Python 3. However --build-cef
depends on upstream automate-git.py which supports only Python 2.
Minor fixes to build instructions.1 parent ae2727f commit 7e4d587
File tree
8 files changed
+312
-249
lines changed- docs
- src
- tools
8 files changed
+312
-249
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
150 | 153 | | |
151 | 154 | | |
152 | 155 | | |
| |||
208 | 211 | | |
209 | 212 | | |
210 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
211 | 218 | | |
212 | 219 | | |
213 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments