From 5924788df5b87b287e75d6ef31088ac0951f8799 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Tue, 16 Jun 2009 01:52:22 +0000 Subject: add CrashReporter cocoa project template git-svn-id: svn://localhost/ardour2/branches/3.0@5199 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/CrashReporter/CrashReporter_Prefix.pch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/CrashReporter/CrashReporter_Prefix.pch (limited to 'tools/CrashReporter/CrashReporter_Prefix.pch') diff --git a/tools/CrashReporter/CrashReporter_Prefix.pch b/tools/CrashReporter/CrashReporter_Prefix.pch new file mode 100644 index 0000000000..6ed63eb6e9 --- /dev/null +++ b/tools/CrashReporter/CrashReporter_Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'CrashReporter' target in the 'CrashReporter' project +// + +#ifdef __OBJC__ + #import +#endif -- cgit v1.2.3