~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to clientgui/_wx_intellisense.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * This file enables intellisense for wxWindows. It is included in the project,
3
 
 * but never actually included in any cpp source.
4
 
 *
5
 
 * It needs to be opened once to create the *.ncb file.
6
 
 * You can close this file now.
7
 
 * 
8
 
 * NOTE: To enable intellisense for your other projects, copy this file to the project
9
 
 * and include it in your workspace. Then open the file and close it again to give
10
 
 * Visual Studio the opportunity to parse the file and add its contents to intellisense.
11
 
 */
12
 
#include <wx/msw/__wx_intellisense_inc.h>
13
 
 
 
1
/*
 
2
 * This file enables intellisense for wxWindows. It is included in the project,
 
3
 * but never actually included in any cpp source.
 
4
 *
 
5
 * It needs to be opened once to create the *.ncb file.
 
6
 * You can close this file now.
 
7
 * 
 
8
 * NOTE: To enable intellisense for your other projects, copy this file to the project
 
9
 * and include it in your workspace. Then open the file and close it again to give
 
10
 * Visual Studio the opportunity to parse the file and add its contents to intellisense.
 
11
 */
 
12
#include <wx/msw/__wx_intellisense_inc.h>
 
13