Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] new cmd path decorations with %[] syntax #769

Merged
merged 2 commits into from
May 4, 2017

Commits on May 1, 2017

  1. [core] new cmd path decorations with %[] syntax

    this is for marking cmd options as paths relative to the
    projects base dir. decorated paths can use tokens / macros
    decorated paths are wrapped with "".  Final slashes are
    honored. Slashes are platform specific.
    
    Note that the working dir for custom cmd is undefined as
    the current working dir will be different between xcode (wks.location)
    and visual studio / make (prj.location.)  Changing the CWD isn't
    a good default behavior (for reasons.)  This leads to prior
    use of premake requiring alot of string concating / function calls
    for path translations which make the cmd line difficult to read and maintain.
    With path decorations, one can just make those relative paths with %[]
    and everything should work.
    bwhittle authored and Tom van Dijck committed May 1, 2017
    Configuration menu
    Copy the full SHA
    bce3f2c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Add test for multiple tokens.

    Tom van Dijck committed May 2, 2017
    Configuration menu
    Copy the full SHA
    f1d461f View commit details
    Browse the repository at this point in the history