summaryrefslogtreecommitdiffstats
path: root/trunk/mac/Precomp (Posix-D).pch++
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/mac/Precomp (Posix-D).pch++')
-rw-r--r--trunk/mac/Precomp (Posix-D).pch++17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/mac/Precomp (Posix-D).pch++ b/trunk/mac/Precomp (Posix-D).pch++
new file mode 100644
index 0000000000..313f4a33bc
--- /dev/null
+++ b/trunk/mac/Precomp (Posix-D).pch++
@@ -0,0 +1,17 @@
+/*
+ * File: Precomp (Posix-D).pch++
+ * Summary: Precompiled header for Posix debug builds.
+ * Written by: Jesse Jones
+ *
+ * Change History (most recent first):
+ *
+ * <1> 5/25/02 JDJ Created
+ */
+
+#pragma precompile_target "Precomp (Posix-D)"
+
+#define UNIX 1
+#define BSD 1
+#define _DEBUG // this is how we know a build is a debug build on Windows so we'll use the same mechanism on the Mac
+
+#include "Precomp (Common).h"