WE'VE MOVED TO GITHUB! Come join us at https://github.com/premake/premake-core
If you need help moving a private Mercurial fork of Premake to git, see https://github.com/premake/premake-core/wiki/Migrating-From-BitBucket
This commit is contained in:
parent
f01709afa1
commit
bd51df5d85
@ -2,7 +2,7 @@
|
||||
5.0 (in progress)
|
||||
--------------------
|
||||
|
||||
See https://bitbucket.org/premake/premake-dev/wiki/What's_New_in_5.0
|
||||
See https://github.com/premake/premake-core/wiki/What's-New-in-5.0
|
||||
for the complete list of changes from the Premake 4.x series.
|
||||
|
||||
Since 5.0-alpha1:
|
||||
|
@ -13,7 +13,7 @@ Builds and Infrastructure:
|
||||
* Nightly Jenkins builds and error reports
|
||||
|
||||
Patch contributors:
|
||||
Manu Evans <https://bitbucket.org/TurkeyMan>
|
||||
Manu Evans <https://github.com/TurkeyMan>
|
||||
* new APIs for specifying remote debugging parameters
|
||||
* new APIs for enabling and disabling specific warnings
|
||||
* new API for undefining symbols
|
||||
|
@ -11,4 +11,4 @@ Core module
|
||||
See the file BUILD.txt for instructions on building Premake.
|
||||
|
||||
For questions, comments, or more information, visit the project
|
||||
website at https://bitbucket.org/premake/premake-main
|
||||
website at https://github.com/premake/premake-core
|
||||
|
@ -3,12 +3,12 @@
|
||||
--
|
||||
-- Prepares the runtime environment for the add-ons and user project scripts.
|
||||
--
|
||||
-- Copyright (c) 2012-2014 Jason Perkins and the Premake project
|
||||
-- Copyright (c) 2012-2015 Jason Perkins and the Premake project
|
||||
--
|
||||
|
||||
local api = premake.api
|
||||
|
||||
local DOC_URL = "See https://bitbucket.org/premake/premake-dev/wiki/"
|
||||
local DOC_URL = "See https://github.com/premake/premake-core/wiki/"
|
||||
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#define VERSION "HEAD"
|
||||
#define COPYRIGHT "Copyright (C) 2002-2015 Jason Perkins and the Premake Project"
|
||||
#define PROJECT_URL "https://bitbucket.org/premake/premake-dev/wiki"
|
||||
#define PROJECT_URL "https://github.com/premake/premake-core/wiki"
|
||||
#define ERROR_MESSAGE "Error: %s\n"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user