]> git.saurik.com Git - wxWidgets.git/commitdiff
no message
authorUnknown (UG) <nobody@localhost>
Fri, 16 Oct 1998 17:51:32 +0000 (17:51 +0000)
committerUnknown (UG) <nobody@localhost>
Fri, 16 Oct 1998 17:51:32 +0000 (17:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Wxwin.dsp
src/msw/thread.cpp

index d37ff3eff79a33661a06add54cf136c39cdeec32..0d5459ae695fdb7cb0c9ac9207129e04bef1aa3a 100644 (file)
--- a/Wxwin.dsp
+++ b/Wxwin.dsp
@@ -264,9 +264,11 @@ SOURCE=.\src\msw\curico.cpp
 
 !IF  "$(CFG)" == "wxWin - Win32 Release"
 
+# ADD CPP /YX
+
 !ELSEIF  "$(CFG)" == "wxWin - Win32 Debug"
 
-# ADD CPP /D "STRICT"
+# ADD CPP /D "STRICT" /YX
 
 !ENDIF 
 
@@ -394,9 +396,11 @@ SOURCE=.\src\msw\dib.cpp
 
 !IF  "$(CFG)" == "wxWin - Win32 Release"
 
+# ADD CPP /YX
+
 !ELSEIF  "$(CFG)" == "wxWin - Win32 Debug"
 
-# ADD CPP /D "STRICT"
+# ADD CPP /D "STRICT" /YX
 
 !ENDIF 
 
@@ -433,11 +437,11 @@ SOURCE=.\src\msw\dummy.cpp
 
 !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 
 
index f133213341bd9e3a445bb77bbcc6d36eb1ea6056..176d1e4cc138afccf061d037be6b66131bf62f0a 100644 (file)
@@ -13,6 +13,8 @@
 #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"