Jason Perkins
|
2ebc345462
|
Fix package.lua os.execute return value checks for Lua 5.3
|
2017-08-22 10:50:30 -04:00 |
|
Tom van Dijck
|
b3ad14a51c
|
current -> host.
|
2017-04-24 13:01:31 -07:00 |
|
Tom van Dijck
|
5f589ad5a6
|
replaced:
os.get() -> os.target()
os.is() -> os.istarget()
_OS -> _TARGET_OS
added:
os.current()
os.iscurrent()
|
2017-04-24 13:01:31 -07:00 |
|
Sam Surtees
|
438949a7a1
|
Updated packaging script
- Find all occurrences of files wanting to be deleted rather than assuming locations
- Added vs2017 and bsd to project file generation
|
2017-04-21 02:37:31 +10:00 |
|
Jörn Heusipp
|
faed3f9ca9
|
Add VS2015 project files to release packaging script.
|
2016-08-08 12:10:51 +02:00 |
|
Jason Perkins
|
754ac2b9c4
|
Adjust packaging script to fetch version number from new location
|
2016-06-06 18:41:14 -04:00 |
|
Jason Perkins
|
461304c89b
|
Reverse operation of bytecode embedding flag: from --no-bytecode to --bytecode
See [issue #384](https://github.com/premake/premake-core/issues/384) for more information
|
2016-02-14 19:05:40 -05:00 |
|
Tim Wharton
|
42b3ca2c51
|
Add bootstrap Makefile create premake initial executable
On a fresh clone, Bootstrap.mak can be used to prepare the initial premake executable on Windows, OSX and Linux.
|
2015-06-11 19:26:59 +01:00 |
|
tdijck
|
010397c15e
|
Fixes for lua deprecated 'arg' usage.
|
2015-05-11 10:18:17 -07:00 |
|
Jason Perkins
|
e222f3f11d
|
Clone submodules after release branch checkout
|
2015-05-03 18:56:29 -04:00 |
|
Jason Perkins
|
3a5b852470
|
Ported packaging script from Hg to Git
|
2015-04-27 17:32:59 -04:00 |
|
Manu Evans
|
117a67200c
|
Added .editorconfig file (http://editorconfig.org/)
I keep having to fix my accidental insertion of spaces >_<
This configures lots of common editors to treat tabs properly according to the project.
|
2015-04-05 09:33:46 +10:00 |
|
Manu Evans
|
1873aa77af
|
Surprisingly, the source code has referenced to .hg* files...
|
2015-04-03 13:30:46 +10:00 |
|
Jason Perkins
|
6b5b04c03b
|
Pull package version from specified branch instead of the working set
|
2015-02-23 17:34:16 -05:00 |
|
Jason Perkins
|
82924ad947
|
Update supporting files for release; add 'zip' to list of required utilities for packaging
|
2015-02-23 17:08:19 -05:00 |
|
Jason Perkins
|
c56f316251
|
Prep new release scripts for first alpha packages
|
2015-02-22 19:02:09 -05:00 |
|