Compile SM using a precompiled prefix header on OS X.

This commit is contained in:
Steve Checkoway
2004-03-14 08:53:09 +00:00
parent c4e6c0016f
commit b963effa31
3 changed files with 117 additions and 37 deletions
@@ -0,0 +1,8 @@
/* Override the -DSM_PCH=TRUE temporarily. */
#undef SM_PCH
#define SM_PCH FALSE
#include "global.h"
/*
* I can't decide if RageUtil.h should go here or not. It is used by 200 .cpp
* files out of 430 that are in src and subdirs.
*/