Merge branch 'develop'

This commit is contained in:
Kayne Ruse
2015-01-08 15:44:32 +11:00
2 changed files with 8 additions and 3 deletions
+4
View File
@@ -20,6 +20,10 @@ The most recent stable build for Windows can be found [here](https://dl.dropboxu
* [lua 5.2](http://www.lua.org/) - The lua programming language
* [SQLite3](http://www.sqlite.org/) - A lightweight SQL database engine
## Tools
* [WinRAR](http://www.rarlab.com/) - The best compression tool available IMO; only needed for distribution
## Copyright
(Future versions (to be determined) may be released under a modified version of the [Uplink Developer's License](http://www.introversion.co.uk/uplink/developer/license.html).)
+4 -3
View File
@@ -1,8 +1,9 @@
#for use on Windows:
#MKDIR=mkdir
#Windows 7:
#RM=del /y
#Windows 8.1:
#RM=del /S
OUTDIR=out
all: $(OUTDIR)