summaryrefslogtreecommitdiffstats
path: root/crawl-ref/mac/Precomp (Posix-R).pch++
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/mac/Precomp (Posix-R).pch++')
-rw-r--r--crawl-ref/mac/Precomp (Posix-R).pch++18
1 files changed, 18 insertions, 0 deletions
diff --git a/crawl-ref/mac/Precomp (Posix-R).pch++ b/crawl-ref/mac/Precomp (Posix-R).pch++
new file mode 100644
index 0000000000..f6d249a5f4
--- /dev/null
+++ b/crawl-ref/mac/Precomp (Posix-R).pch++
@@ -0,0 +1,18 @@
+/*
+ * File: Precomp (Posix-R).pch++
+ * Summary: Precompiled header for Posix release builds.
+ * Written by: Jesse Jones
+ *
+ * Copyright © 2002 Jesse Jones.
+ *
+ * Change History (most recent first):
+ *
+ * <1> 5/25/02 JDJ Created
+ */
+
+#pragma precompile_target "Precomp (Posix-R)"
+
+#define UNIX 1
+#define BSD 1
+
+#include "Precomp (Common).h"