no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
12
Wxwin.dsp
12
Wxwin.dsp
@@ -264,9 +264,11 @@ SOURCE=.\src\msw\curico.cpp
|
|||||||
|
|
||||||
!IF "$(CFG)" == "wxWin - Win32 Release"
|
!IF "$(CFG)" == "wxWin - Win32 Release"
|
||||||
|
|
||||||
|
# ADD CPP /YX
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "wxWin - Win32 Debug"
|
!ELSEIF "$(CFG)" == "wxWin - Win32 Debug"
|
||||||
|
|
||||||
# ADD CPP /D "STRICT"
|
# ADD CPP /D "STRICT" /YX
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
@@ -394,9 +396,11 @@ SOURCE=.\src\msw\dib.cpp
|
|||||||
|
|
||||||
!IF "$(CFG)" == "wxWin - Win32 Release"
|
!IF "$(CFG)" == "wxWin - Win32 Release"
|
||||||
|
|
||||||
|
# ADD CPP /YX
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "wxWin - Win32 Debug"
|
!ELSEIF "$(CFG)" == "wxWin - Win32 Debug"
|
||||||
|
|
||||||
# ADD CPP /D "STRICT"
|
# ADD CPP /D "STRICT" /YX
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
@@ -433,11 +437,11 @@ SOURCE=.\src\msw\dummy.cpp
|
|||||||
|
|
||||||
!IF "$(CFG)" == "wxWin - Win32 Release"
|
!IF "$(CFG)" == "wxWin - Win32 Release"
|
||||||
|
|
||||||
# ADD CPP /Yc""
|
# ADD CPP /YX
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "wxWin - Win32 Debug"
|
!ELSEIF "$(CFG)" == "wxWin - Win32 Debug"
|
||||||
|
|
||||||
# ADD CPP /D "STRICT" /Yc""
|
# ADD CPP /D "STRICT" /YX
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
|
@@ -13,6 +13,8 @@
|
|||||||
#pragma implementation "thread.h"
|
#pragma implementation "thread.h"
|
||||||
#endif
|
#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".
|
// For compilers that support precompilation, includes "wx.h".
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user