Changes between Version 5 and Version 6 of premake


Ignore:
Timestamp:
Aug 19, 2012, 8:46:06 PM (12 years ago)
Author:
historic_bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v5 v6  
    7878== Autogenerating Premake workspaces ==
    7979
    80 Premake's own workspaces and Makefiles are mostly autogenerated using a Premake binary and the contents of [source:/ps/trunk/build/premake/premake4/premake4.lua build/premake/premake4/premake4.lua] (not to be confused with the game's own `premake4.lua` one directory higher). Building Premake and running it with the `--help` option will list available options, the basic invocation is as follows (on *nix):
     80Premake's own workspaces and Makefiles are mostly autogenerated using a Premake binary and the contents of [source:/ps/trunk/build/premake/premake4/premake4.lua build/premake/premake4/premake4.lua] - the Premake4 build configuration script (not to be confused with the game's custom `premake4.lua` script, one directory higher). Building Premake and running it with the `--help` option will list available options, the basic invocation is as follows (on *nix):
    8181{{{
    8282./bin/release/premake4 --os=linux --to=build/gmake.unix/ gmake