summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/mac/Precomp (Mac-R).pch++
blob: e72da8198e136f958f5946971c96fee80dfd494b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *  File:       Precomp (Mac-R).pch++
 *  Summary:   	Precompiled header for Mac release builds.
 *  Written by: Jesse Jones
 *
 *  Change History (most recent first):	
 *
 *    <1>     5/25/02     JDJ     Created
 */
 
#if __profile__
	#pragma precompile_target "Precomp (Mac-P)"	
#else
	#pragma precompile_target "Precomp (Mac-R)"
#endif

#define MAC			1

#include "Precomp (Common).h"