now supports PCH (see announcements)

This was SVN commit r395.
This commit is contained in:
janwas 2004-06-04 02:19:42 +00:00
parent 8eedf2f505
commit 0bd696a27d
2 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ if (OS == "windows") then
package.linkoptions = { "/ENTRY:entry" }
package.linkflags = { "static-runtime" }
package.buildflags = { "no-main" }
package.pchHeader = "precompiled.h"
package.pchSource = "precompiled.cpp"
else -- Non-Windows, = Unix
-- Libraries
package.links = {