/* * File: Precomp (Mac-D).pch++ * Summary: Precompiled header for Mac debug builds. * Written by: Jesse Jones * * Change History (most recent first): * * <1> 5/25/02 JDJ Created */ #pragma precompile_target "Precomp (Mac-D)" #define MAC 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"