summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/mac/Precomp (Posix-D).pch++
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/mac/Precomp (Posix-D).pch++')
-rw-r--r--stone_soup/crawl-ref/mac/Precomp (Posix-D).pch++17
1 files changed, 0 insertions, 17 deletions
diff --git a/stone_soup/crawl-ref/mac/Precomp (Posix-D).pch++ b/stone_soup/crawl-ref/mac/Precomp (Posix-D).pch++
deleted file mode 100644
index 313f4a33bc..0000000000
--- a/stone_soup/crawl-ref/mac/Precomp (Posix-D).pch++
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * 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"