Garoth / plutocracy-from-google-code

Automatically exported from code.google.com/p/plutocracy
GNU General Public License v2.0
0 stars 0 forks source link

Precompiled headers with SCons and Microsoft compiler #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The PCH flag is currently disabled when compiling on Windows without MinGW.
This makes compilation slow and tedious. Ideally we want to implement this
so that compiling with "scons pch=yes mingw=no" on Windows will use the
Microsoft compiler's /Y flags to generate precompiled headers. The tricky
bit is getting the object files to use the headers using /Yu.

Original issue reported on code.google.com by risu...@gmail.com on 3 Jul 2008 at 4:22

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by risu...@gmail.com on 18 Jul 2008 at 2:18

GoogleCodeExporter commented 9 years ago

Original comment by gar...@gmail.com on 1 Nov 2008 at 5:09

GoogleCodeExporter commented 9 years ago
We may not be using scons in the future. This should probably be done with 
whatever
build system we have at the time.

Original comment by gar...@gmail.com on 1 Nov 2008 at 5:14