!IF  "$(CFG)" == "wxWin - Win32 Release"
 
+# ADD CPP /YX
+
 !ELSEIF  "$(CFG)" == "wxWin - Win32 Debug"
 
-# ADD CPP /D "STRICT"
+# ADD CPP /D "STRICT" /YX
 
 !ENDIF 
 
 
 !IF  "$(CFG)" == "wxWin - Win32 Release"
 
+# ADD CPP /YX
+
 !ELSEIF  "$(CFG)" == "wxWin - Win32 Debug"
 
-# ADD CPP /D "STRICT"
+# ADD CPP /D "STRICT" /YX
 
 !ENDIF 
 
 
 !IF  "$(CFG)" == "wxWin - Win32 Release"
 
-# ADD CPP /Yc""
+# ADD CPP /YX
 
 !ELSEIF  "$(CFG)" == "wxWin - Win32 Debug"
 
-# ADD CPP /D "STRICT" /Yc""
+# ADD CPP /D "STRICT" /YX
 
 !ENDIF 
 
 
 #pragma implementation "thread.h"
 #endif
 
+// this is here to regen the precompiled header in the ide compile otherwise the
+// compiler crashes in vc5 (nfi why)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"