|
|
|
|
|
by fluffything
2522 days ago
|
|
No need to autogenerate anything: expand all headerfiles into a .cpp file, and you easily end up with > 10Mb files. Visual C++ pre-compiled headers is quite amazing and works really great, avoiding this almost completely. |
|