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:
authorJason Perkins <starkos@industriousone.com>2010-07-21 01:03:21 +0400
committerJason Perkins <starkos@industriousone.com>2010-07-21 01:03:21 +0400
commitee37f9eb15a23810ec7493b1d3fd0314658bd645 (patch)
treeda1b1fd709c1a0eb2509493ec11b54af1bc668b1 /src/host/premake.h
parent31a4e97cdc6dafbe0faaec47fd7e672fa5e620ee (diff)
Added support for Solaris (Dean Ross-Smith)
Diffstat (limited to 'src/host/premake.h')
-rw-r--r--src/host/premake.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/premake.h b/src/host/premake.h
index c00c48e..4358b18 100644
--- a/src/host/premake.h
+++ b/src/host/premake.h
@@ -21,6 +21,9 @@
#elif defined(__APPLE__) && defined(__MACH__)
#define PLATFORM_MACOSX (1)
#define PLATFORM_STRING "macosx"
+#elif defined(__sun__) && defined(__svr4__)
+#define PLATFORM_SOLARIS (1)
+#define PLATFORM_STRING "solaris"
#else
#define PLATFORM_WINDOWS (1)
#define PLATFORM_STRING "windows"