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 311 for ps


Ignore:
Timestamp:
05/29/04 23:06:01 (21 years ago)
Author:
notpete
Message:

Modified to handle new maths, graphics and renderer directories.

File:
1 edited

Legend:

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

    r282 r311  
    2929                "../../lib/sysdep",
    3030                "../../lib/res") },
     31    -- graphics/
     32    { sourcesfromdirs(
     33                "../../graphics") },
     34    -- maths/
     35    { sourcesfromdirs(
     36                "../../maths") },
     37    -- renderer/
     38    { sourcesfromdirs(
     39                "../../renderer") },
     40    -- gui/
     41    { sourcesfromdirs(
     42                "../../gui") },
    3143    -- terrain/
    3244    { sourcesfromdirs(
    3345                "../../terrain") },
    34     -- gui/
    35     { sourcesfromdirs(
    36                 "../../gui") },
    3746    -- main
    3847        { "../../main.cpp" },
     
    4049    { sourcesfromdirs("../../scripting") }
    4150}
    42 package.includepaths = { "../../ps", "../../simulation", "../../lib", "../../terrain", "../.." }
     51package.includepaths = { "../../ps", "../../simulation", "../../lib", "../../graphics", "../../maths", "../../renderer", "../../terrain", "../.." }
    4352
    4453-- Platform Specifics
Note: See TracChangeset for help on using the changeset viewer.