This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 395 for ps


Ignore:
Timestamp:
06/04/04 04:19:42 (21 years ago)
Author:
janwas
Message:

now supports PCH (see announcements)

Location:
ps/trunk/source/workspaces/premake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/workspaces/premake/premake.lua

    r367 r395  
    7474    package.linkflags = { "static-runtime" }
    7575    package.buildflags = { "no-main" }
     76    package.pchHeader = "precompiled.h"
     77    package.pchSource = "precompiled.cpp"
    7678else -- Non-Windows, = Unix
    7779    -- Libraries
Note: See TracChangeset for help on using the changeset viewer.