From 1973cfd0611fc727625f3057bd31b6d899e150ee Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 8 Jan 2015 13:33:09 +1100 Subject: [PATCH 1/2] Added a link to WinRAR to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a932302..2444399 100644 --- a/README.md +++ b/README.md @@ -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).) From 31fc5a8fa578ed2d1acd554b14f644a99df55179 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 8 Jan 2015 15:44:14 +1100 Subject: [PATCH 2/2] Added Windows 8.1 to the makefile config --- makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 8e55ca3..0c09a5e 100644 --- a/makefile +++ b/makefile @@ -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)