Code::Blocks
SVN r11506
sdk
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
14
bool
ImportersGlobals::UseDefaultCompiler
=
false
;
15
16
// default: ask which targets to import
17
bool
ImportersGlobals::ImportAllTargets
=
false
;
18
19
// Do not forget to update this function, when new flags are added!
20
void
ImportersGlobals::ResetDefaults
()
21
{
22
UseDefaultCompiler
=
false
;
23
ImportAllTargets
=
false
;
24
}
importers_globals.h
sdk_precomp.h
ImportersGlobals::ResetDefaults
DLLIMPORT void ResetDefaults()
Definition:
importers_globals.cpp:20
ImportersGlobals::UseDefaultCompiler
DLLIMPORT bool UseDefaultCompiler
Definition:
importers_globals.cpp:14
ImportersGlobals::ImportAllTargets
DLLIMPORT bool ImportAllTargets
Definition:
importers_globals.cpp:17
Generated by
1.8.13