]>
git.saurik.com Git - wxWidgets.git/blob - tests/dummy.cpp
7 * Copyright: (c) Julian Smart
10 /* A dummy file to include wx.h. If precompiling wx.h, I
11 * always start by compiling this and producing the PCH file.
12 * Then subsequent source files use the PCH file.
14 * If precompiling wx.h for wxWidgets and derived apps,
15 * link dummy.obj with your program (the MSC 7 linker complains otherwise).
17 * This is the only convenient way I found to use precompiled headers
20 * This will produce a big PCH file.
23 /* RN: MSVC Spits out annoying warnings about debug info - tell it to be quiet! */
25 #pragma warning(disable : 4786)