]>
git.saurik.com Git - wxWidgets.git/blob - src/msw/wince/dummy.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wince/dummy.cpp
3 // Purpose: Main/DllMain
4 // Author: Marco Cavallini
8 // Copyright: (c) KOAN SAS ( www.koansoftware.com )
9 // Licence: wxWindows license
10 ///////////////////////////////////////////////////////////////////////////////
12 /* A dummy file to include wx.h. If precompiling wx.h, I
13 * always start by compiling this and producing the PCH file.
14 * Then subsequent source files use the PCH file.
16 * This will produce a big PCH file.
19 #include "wx/wxprec.h"
22 // Foils optimizations in Visual C++ (see also app.cpp). Without it,
23 // dummy.obj isn't linked and we get a linker error.