Code::Blocks  SVN r11506
importers_globals.cpp
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3  * http://www.gnu.org/licenses/lgpl-3.0.html
4  *
5  * $Revision: 6950 $
6  * $Id: importers_globals.cpp 6950 2011-02-01 07:13:54Z mortenmacfly $
7  * $HeadURL: https://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/importers_globals.cpp $
8  */
9 
10 #include "sdk_precomp.h"
11 #include "importers_globals.h"
12 
13 // default: ask for compiler to use
15 
16 // default: ask which targets to import
18 
19 // Do not forget to update this function, when new flags are added!
21 {
22  UseDefaultCompiler = false;
23  ImportAllTargets = false;
24 }
DLLIMPORT void ResetDefaults()
DLLIMPORT bool UseDefaultCompiler
DLLIMPORT bool ImportAllTargets