Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.txt2
-rw-r--r--README.txt2
-rw-r--r--src/host/os_uuid.c2
-rwxr-xr-xsrc/host/premake.c2
4 files changed, 5 insertions, 3 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index bb0f699..5b63164 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2011 Jason Perkins and individual contributors.
+Copyright (c) 2003-2012 Jason Perkins and individual contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
diff --git a/README.txt b/README.txt
index b5a4335..8e1d2b7 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
PREMAKE
A build configuration tool
- Copyright (C) 2002-2011 by Jason Perkins
+ Copyright (C) 2002-2012 by Jason Perkins
Distributed under the terms of the BSD License, see LICENSE.txt
The Lua language and runtime library is (C) TeCGraf, PUC-Rio.
diff --git a/src/host/os_uuid.c b/src/host/os_uuid.c
index b06b29b..9a07e9e 100644
--- a/src/host/os_uuid.c
+++ b/src/host/os_uuid.c
@@ -5,7 +5,9 @@
*/
#include "premake.h"
+#if PLATFORM_WINDOWS
#include <Objbase.h>
+#endif
int os_uuid(lua_State* L)
{
diff --git a/src/host/premake.c b/src/host/premake.c
index c78c390..04686d3 100755
--- a/src/host/premake.c
+++ b/src/host/premake.c
@@ -14,7 +14,7 @@
#define VERSION "HEAD"
-#define COPYRIGHT "Copyright (C) 2002-2011 Jason Perkins and the Premake Project"
+#define COPYRIGHT "Copyright (C) 2002-2012 Jason Perkins and the Premake Project"
#define ERROR_MESSAGE "%s\n"