bake-toolkit 2.18.0 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/documentation/_build/html/_sources/changelog.txt +5 -0
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_sources/quickstart/quickstart.txt +5 -5
- data/documentation/_build/html/_sources/syntax/variable_substitutions.txt +15 -15
- data/documentation/_build/html/_sources/tips_and_tricks/how_to_use_bake_with_cygwin.txt +20 -7
- data/documentation/_build/html/_static/basic.css +598 -598
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.css +1109 -1109
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css +9 -9
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.css +6167 -6167
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.js +2287 -2287
- data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.min.js +5 -5
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css +476 -476
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.min.css +4 -4
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css +6584 -6584
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.min.css +4 -4
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg +287 -287
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.js +2317 -2317
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.min.js +6 -6
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/npm.js +12 -12
- data/documentation/_build/html/_static/bootstrap-sphinx.css +186 -186
- data/documentation/_build/html/_static/bootstrap-sphinx.js +161 -161
- data/documentation/_build/html/_static/bootswatch-2.3.2/amelia/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/cerulean/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/cosmo/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/cyborg/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/flatly/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/journal/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/readable/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/simplex/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/slate/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/spacelab/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/spruce/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/superhero/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-2.3.2/united/bootstrap.min.css +9 -9
- data/documentation/_build/html/_static/bootswatch-3.3.4/cerulean/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/cosmo/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/custom/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/cyborg/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/darkly/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/flatly/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.svg +287 -287
- data/documentation/_build/html/_static/bootswatch-3.3.4/journal/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/lumen/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/paper/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/readable/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/simplex/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/slate/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/spacelab/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/superhero/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/united/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/bootswatch-3.3.4/yeti/bootstrap.min.css +6 -6
- data/documentation/_build/html/_static/doctools.js +263 -263
- data/documentation/_build/html/_static/jquery-1.11.1.js +10308 -10308
- data/documentation/_build/html/_static/jquery.js +4 -4
- data/documentation/_build/html/_static/js/jquery-1.11.0.min.js +4 -4
- data/documentation/_build/html/_static/js/jquery-fix.js +1 -1
- data/documentation/_build/html/_static/searchtools.js +621 -621
- data/documentation/_build/html/_static/underscore-1.3.1.js +999 -999
- data/documentation/_build/html/_static/underscore.js +31 -31
- data/documentation/_build/html/_static/websupport.js +808 -808
- data/documentation/_build/html/changelog.html +944 -937
- data/documentation/_build/html/commandline/commandline.html +284 -284
- data/documentation/_build/html/concepts/concepts.html +186 -186
- data/documentation/_build/html/concepts/link_order.html +245 -245
- data/documentation/_build/html/concepts/the_main_project.html +260 -260
- data/documentation/_build/html/concepts/the_project_meta_file.html +288 -288
- data/documentation/_build/html/genindex.html +152 -152
- data/documentation/_build/html/ide/eclipse/eclipse.html +186 -186
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -208
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -191
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -198
- data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +198 -198
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -196
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -256
- data/documentation/_build/html/ide/ide_integrations.html +183 -183
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -171
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -185
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -190
- data/documentation/_build/html/ide/vs/vs.html +170 -170
- data/documentation/_build/html/ide/vs/vs_install.html +202 -202
- data/documentation/_build/html/index.html +241 -241
- data/documentation/_build/html/install/install_bake.html +279 -279
- data/documentation/_build/html/internal.html +217 -217
- data/documentation/_build/html/known_issues.html +175 -175
- data/documentation/_build/html/license.html +236 -236
- data/documentation/_build/html/performance/performance.html +373 -373
- data/documentation/_build/html/quickstart/quickstart.html +236 -236
- data/documentation/_build/html/search.html +174 -174
- data/documentation/_build/html/searchindex.js +1 -1
- data/documentation/_build/html/syntax/adapt_configs.html +286 -286
- data/documentation/_build/html/syntax/derive_configs.html +247 -247
- data/documentation/_build/html/syntax/project_meta_syntax.html +893 -893
- data/documentation/_build/html/syntax/syntax.html +189 -189
- data/documentation/_build/html/syntax/variable_substitutions.html +378 -378
- data/documentation/_build/html/tips_and_tricks/bundle.html +180 -180
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +214 -203
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +284 -284
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +405 -405
- data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -201
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +197 -197
- data/documentation/_build/html/why_bake/why_bake.html +241 -241
- data/lib/bake/subst.rb +40 -40
- data/lib/bake/toolchain/diab.rb +53 -53
- data/lib/bake/toolchain/gcc.rb +48 -48
- data/lib/bake/toolchain/gcc_env.rb +52 -52
- data/lib/bake/toolchain/msvc.rb +57 -57
- data/lib/blocks/block.rb +78 -63
- data/lib/blocks/blockBase.rb +33 -33
- data/lib/common/version.rb +2 -2
- metadata +4 -38
- data/documentation/_build/html/_images/logo_conformant_1024.png +0 -0
- data/documentation/_build/html/_images/logo_conformant_48.png +0 -0
- data/documentation/_build/html/_sources/concepts/build_hierarchy.txt +0 -34
- data/documentation/_build/html/_static/agogo.css +0 -509
- data/documentation/_build/html/_static/background_b01.png +0 -0
- data/documentation/_build/html/_static/bgfooter.png +0 -0
- data/documentation/_build/html/_static/bgtop.png +0 -0
- data/documentation/_build/html/_static/bizstyle.css +0 -490
- data/documentation/_build/html/_static/bizstyle.js +0 -41
- data/documentation/_build/html/_static/css/badge_only.css +0 -2
- data/documentation/_build/html/_static/css/theme.css +0 -5
- data/documentation/_build/html/_static/css3-mediaqueries.js +0 -1
- data/documentation/_build/html/_static/css3-mediaqueries_src.js +0 -1104
- data/documentation/_build/html/_static/debugEclipse/app.png +0 -0
- data/documentation/_build/html/_static/debugEclipse/debug.png +0 -0
- data/documentation/_build/html/_static/debugEclipse/flag.png +0 -0
- data/documentation/_build/html/_static/debugEclipse/map.png +0 -0
- data/documentation/_build/html/_static/debugEclipse/path.png +0 -0
- data/documentation/_build/html/_static/fonts/Inconsolata-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Inconsolata.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Lato-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Lato-Regular.ttf +0 -0
- data/documentation/_build/html/_static/fonts/RobotoSlab-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/RobotoSlab-Regular.ttf +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.eot +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.svg +0 -414
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.ttf +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.woff +0 -0
- data/documentation/_build/html/_static/js/modernizr.min.js +0 -4
- data/documentation/_build/html/_static/js/theme.js +0 -113
- data/documentation/_build/html/_static/logo_conformant_1024.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_24.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_256.png +0 -0
- data/documentation/_build/html/concepts/build_hierarchy.html +0 -205
|
@@ -1,184 +1,184 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
-
<head>
|
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7
|
-
|
|
8
|
-
<title>IDE Support — bake 2.
|
|
9
|
-
|
|
10
|
-
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
|
11
|
-
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
|
12
|
-
<link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
|
13
|
-
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
|
|
14
|
-
|
|
15
|
-
<script type="text/javascript">
|
|
16
|
-
var DOCUMENTATION_OPTIONS = {
|
|
17
|
-
URL_ROOT: '../',
|
|
18
|
-
VERSION: '2.
|
|
19
|
-
COLLAPSE_INDEX: false,
|
|
20
|
-
FILE_SUFFIX: '.html',
|
|
21
|
-
HAS_SOURCE: true
|
|
22
|
-
};
|
|
23
|
-
</script>
|
|
24
|
-
<script type="text/javascript" src="../_static/jquery.js"></script>
|
|
25
|
-
<script type="text/javascript" src="../_static/underscore.js"></script>
|
|
26
|
-
<script type="text/javascript" src="../_static/doctools.js"></script>
|
|
27
|
-
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
|
|
28
|
-
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
|
29
|
-
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
|
30
|
-
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
|
31
|
-
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
|
32
|
-
<link rel="top" title="bake 2.
|
|
33
|
-
<link rel="next" title="Eclipse" href="eclipse/eclipse.html" />
|
|
34
|
-
<link rel="prev" title="Commandline" href="../commandline/commandline.html" />
|
|
35
|
-
<meta charset='utf-8'>
|
|
36
|
-
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
|
37
|
-
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
|
38
|
-
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
39
|
-
|
|
40
|
-
</head>
|
|
41
|
-
<body role="document">
|
|
42
|
-
|
|
43
|
-
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
|
44
|
-
<div class="container">
|
|
45
|
-
<div class="navbar-header">
|
|
46
|
-
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
|
47
|
-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
|
48
|
-
<span class="icon-bar"></span>
|
|
49
|
-
<span class="icon-bar"></span>
|
|
50
|
-
<span class="icon-bar"></span>
|
|
51
|
-
</button>
|
|
52
|
-
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
|
53
|
-
</a>
|
|
54
|
-
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
|
-
</div>
|
|
56
|
-
|
|
57
|
-
<div class="collapse navbar-collapse nav-collapse">
|
|
58
|
-
<ul class="nav navbar-nav">
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<li class="dropdown globaltoc-container">
|
|
62
|
-
<a role="button"
|
|
63
|
-
id="dLabelGlobalToc"
|
|
64
|
-
data-toggle="dropdown"
|
|
65
|
-
data-target="#"
|
|
66
|
-
href="../index.html">Section <b class="caret"></b></a>
|
|
67
|
-
<ul class="dropdown-menu globaltoc"
|
|
68
|
-
role="menu"
|
|
69
|
-
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
|
70
|
-
<li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
|
|
71
|
-
<li class="toctree-l1"><a class="reference internal" href="../install/install_bake.html">Install bake</a></li>
|
|
72
|
-
<li class="toctree-l1"><a class="reference internal" href="../quickstart/quickstart.html">Quickstart</a></li>
|
|
73
|
-
<li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
|
|
74
|
-
<li class="toctree-l1"><a class="reference internal" href="../syntax/syntax.html">Syntax</a></li>
|
|
75
|
-
<li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
|
|
76
|
-
<li class="toctree-l1 current"><a class="current reference internal" href="">IDE Support</a></li>
|
|
77
|
-
<li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
|
78
|
-
<li class="toctree-l1"><a class="reference internal" href="../performance/performance.html">Performance</a></li>
|
|
79
|
-
<li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
|
|
80
|
-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
|
|
81
|
-
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
|
|
82
|
-
</ul>
|
|
83
|
-
<ul>
|
|
84
|
-
<li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
|
|
85
|
-
</ul>
|
|
86
|
-
</ul>
|
|
87
|
-
</li>
|
|
88
|
-
|
|
89
|
-
<li class="dropdown">
|
|
90
|
-
<a role="button"
|
|
91
|
-
id="dLabelLocalToc"
|
|
92
|
-
data-toggle="dropdown"
|
|
93
|
-
data-target="#"
|
|
94
|
-
href="#">SubSections <b class="caret"></b></a>
|
|
95
|
-
<ul class="dropdown-menu localtoc"
|
|
96
|
-
role="menu"
|
|
97
|
-
aria-labelledby="dLabelLocalToc"><ul>
|
|
98
|
-
<li><a class="reference internal" href="#">IDE Support</a></li>
|
|
99
|
-
</ul>
|
|
100
|
-
</ul>
|
|
101
|
-
</li>
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
<li>
|
|
108
|
-
<a href="../commandline/commandline.html" title="Previous Chapter: Commandline"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Commandline</span>
|
|
109
|
-
</a>
|
|
110
|
-
</li>
|
|
111
|
-
<li>
|
|
112
|
-
<a href="eclipse/eclipse.html" title="Next Chapter: Eclipse"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Eclipse »</span>
|
|
113
|
-
</a>
|
|
114
|
-
</li>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
</ul>
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
<form class="navbar-form navbar-right" action="../search.html" method="get">
|
|
125
|
-
<div class="form-group">
|
|
126
|
-
<input type="text" name="q" class="form-control" placeholder="Search" />
|
|
127
|
-
</div>
|
|
128
|
-
<input type="hidden" name="check_keywords" value="yes" />
|
|
129
|
-
<input type="hidden" name="area" value="default" />
|
|
130
|
-
</form>
|
|
131
|
-
|
|
132
|
-
</div>
|
|
133
|
-
</div>
|
|
134
|
-
</div>
|
|
135
|
-
|
|
136
|
-
<div class="container">
|
|
137
|
-
<div class="row">
|
|
138
|
-
<div class="col-md-12">
|
|
139
|
-
|
|
140
|
-
<div class="section" id="ide-support">
|
|
141
|
-
<h1>IDE Support<a class="headerlink" href="#ide-support" title="Permalink to this headline">¶</a></h1>
|
|
142
|
-
<div class="toctree-wrapper compound">
|
|
143
|
-
<ul>
|
|
144
|
-
<li class="toctree-l1"><a class="reference internal" href="eclipse/eclipse.html">Eclipse</a><ul>
|
|
145
|
-
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_install_eclipse_plugin.html">How to install bake Eclipse integration</a></li>
|
|
146
|
-
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_use_bake_in_eclipse.html">How to use bake in Eclipse</a></li>
|
|
147
|
-
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_convert_existing_cdt_workspace.html">How to convert existing CDT workspaces</a></li>
|
|
148
|
-
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_create_a_workspace_in_eclipse.html">How to create a workspace in Eclipse</a></li>
|
|
149
|
-
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_create_a_new_project_in_eclipse.html">How to create a new project in Eclipse</a></li>
|
|
150
|
-
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_debug_in_eclipse.html">How to debug in Eclipse</a></li>
|
|
151
|
-
<li class="toctree-l2"><a class="reference internal" href="eclipse/eclipse.html#syntax-highlighting">Syntax highlighting</a></li>
|
|
152
|
-
<li class="toctree-l2"><a class="reference internal" href="eclipse/eclipse.html#key-bindings">Key bindings</a></li>
|
|
153
|
-
</ul>
|
|
154
|
-
</li>
|
|
155
|
-
<li class="toctree-l1"><a class="reference internal" href="vs/vs.html">Visual Studio</a><ul>
|
|
156
|
-
<li class="toctree-l2"><a class="reference internal" href="vs/vs_install.html">How to install bake Visual Studio integration</a></li>
|
|
157
|
-
<li class="toctree-l2"><a class="reference internal" href="vs/how_to_used_bake_in_vs.html">How to use bake in Visual Studio</a></li>
|
|
158
|
-
<li class="toctree-l2"><a class="reference internal" href="vs/how_to_create_vs_projects.html">How to create VS-Projects using bake</a></li>
|
|
159
|
-
<li class="toctree-l2"><a class="reference internal" href="vs/how_to_debug_in_vs.html">How to Debug in Visual Studio</a></li>
|
|
160
|
-
</ul>
|
|
161
|
-
</li>
|
|
162
|
-
</ul>
|
|
163
|
-
</div>
|
|
164
|
-
</div>
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
</div>
|
|
168
|
-
|
|
169
|
-
</div>
|
|
170
|
-
</div>
|
|
171
|
-
<footer class="footer">
|
|
172
|
-
<div class="container">
|
|
173
|
-
<p class="pull-right">
|
|
174
|
-
<a href="#">Back to top</a>
|
|
175
|
-
|
|
176
|
-
</p>
|
|
177
|
-
<p>
|
|
178
|
-
© Copyright 2016, E.S.R.Labs AG.<br/>
|
|
179
|
-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
|
180
|
-
</p>
|
|
181
|
-
</div>
|
|
182
|
-
</footer>
|
|
183
|
-
</body>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7
|
+
|
|
8
|
+
<title>IDE Support — bake 2.19.0 documentation</title>
|
|
9
|
+
|
|
10
|
+
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
|
11
|
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
|
12
|
+
<link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
|
13
|
+
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript">
|
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
|
17
|
+
URL_ROOT: '../',
|
|
18
|
+
VERSION: '2.19.0',
|
|
19
|
+
COLLAPSE_INDEX: false,
|
|
20
|
+
FILE_SUFFIX: '.html',
|
|
21
|
+
HAS_SOURCE: true
|
|
22
|
+
};
|
|
23
|
+
</script>
|
|
24
|
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
|
25
|
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
|
26
|
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
|
27
|
+
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
|
|
28
|
+
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
|
29
|
+
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
|
30
|
+
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
|
31
|
+
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.19.0 documentation" href="../index.html" />
|
|
33
|
+
<link rel="next" title="Eclipse" href="eclipse/eclipse.html" />
|
|
34
|
+
<link rel="prev" title="Commandline" href="../commandline/commandline.html" />
|
|
35
|
+
<meta charset='utf-8'>
|
|
36
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
|
37
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
|
38
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
39
|
+
|
|
40
|
+
</head>
|
|
41
|
+
<body role="document">
|
|
42
|
+
|
|
43
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
|
44
|
+
<div class="container">
|
|
45
|
+
<div class="navbar-header">
|
|
46
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
|
47
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
|
48
|
+
<span class="icon-bar"></span>
|
|
49
|
+
<span class="icon-bar"></span>
|
|
50
|
+
<span class="icon-bar"></span>
|
|
51
|
+
</button>
|
|
52
|
+
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
|
53
|
+
</a>
|
|
54
|
+
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
|
+
</div>
|
|
56
|
+
|
|
57
|
+
<div class="collapse navbar-collapse nav-collapse">
|
|
58
|
+
<ul class="nav navbar-nav">
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
<li class="dropdown globaltoc-container">
|
|
62
|
+
<a role="button"
|
|
63
|
+
id="dLabelGlobalToc"
|
|
64
|
+
data-toggle="dropdown"
|
|
65
|
+
data-target="#"
|
|
66
|
+
href="../index.html">Section <b class="caret"></b></a>
|
|
67
|
+
<ul class="dropdown-menu globaltoc"
|
|
68
|
+
role="menu"
|
|
69
|
+
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
|
70
|
+
<li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
|
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="../install/install_bake.html">Install bake</a></li>
|
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="../quickstart/quickstart.html">Quickstart</a></li>
|
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
|
|
74
|
+
<li class="toctree-l1"><a class="reference internal" href="../syntax/syntax.html">Syntax</a></li>
|
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
|
|
76
|
+
<li class="toctree-l1 current"><a class="current reference internal" href="">IDE Support</a></li>
|
|
77
|
+
<li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="../performance/performance.html">Performance</a></li>
|
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
|
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
|
|
81
|
+
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
|
|
82
|
+
</ul>
|
|
83
|
+
<ul>
|
|
84
|
+
<li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
|
|
85
|
+
</ul>
|
|
86
|
+
</ul>
|
|
87
|
+
</li>
|
|
88
|
+
|
|
89
|
+
<li class="dropdown">
|
|
90
|
+
<a role="button"
|
|
91
|
+
id="dLabelLocalToc"
|
|
92
|
+
data-toggle="dropdown"
|
|
93
|
+
data-target="#"
|
|
94
|
+
href="#">SubSections <b class="caret"></b></a>
|
|
95
|
+
<ul class="dropdown-menu localtoc"
|
|
96
|
+
role="menu"
|
|
97
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
|
98
|
+
<li><a class="reference internal" href="#">IDE Support</a></li>
|
|
99
|
+
</ul>
|
|
100
|
+
</ul>
|
|
101
|
+
</li>
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
<li>
|
|
108
|
+
<a href="../commandline/commandline.html" title="Previous Chapter: Commandline"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Commandline</span>
|
|
109
|
+
</a>
|
|
110
|
+
</li>
|
|
111
|
+
<li>
|
|
112
|
+
<a href="eclipse/eclipse.html" title="Next Chapter: Eclipse"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Eclipse »</span>
|
|
113
|
+
</a>
|
|
114
|
+
</li>
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
</ul>
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
<form class="navbar-form navbar-right" action="../search.html" method="get">
|
|
125
|
+
<div class="form-group">
|
|
126
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
|
127
|
+
</div>
|
|
128
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
|
129
|
+
<input type="hidden" name="area" value="default" />
|
|
130
|
+
</form>
|
|
131
|
+
|
|
132
|
+
</div>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
|
|
136
|
+
<div class="container">
|
|
137
|
+
<div class="row">
|
|
138
|
+
<div class="col-md-12">
|
|
139
|
+
|
|
140
|
+
<div class="section" id="ide-support">
|
|
141
|
+
<h1>IDE Support<a class="headerlink" href="#ide-support" title="Permalink to this headline">¶</a></h1>
|
|
142
|
+
<div class="toctree-wrapper compound">
|
|
143
|
+
<ul>
|
|
144
|
+
<li class="toctree-l1"><a class="reference internal" href="eclipse/eclipse.html">Eclipse</a><ul>
|
|
145
|
+
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_install_eclipse_plugin.html">How to install bake Eclipse integration</a></li>
|
|
146
|
+
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_use_bake_in_eclipse.html">How to use bake in Eclipse</a></li>
|
|
147
|
+
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_convert_existing_cdt_workspace.html">How to convert existing CDT workspaces</a></li>
|
|
148
|
+
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_create_a_workspace_in_eclipse.html">How to create a workspace in Eclipse</a></li>
|
|
149
|
+
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_create_a_new_project_in_eclipse.html">How to create a new project in Eclipse</a></li>
|
|
150
|
+
<li class="toctree-l2"><a class="reference internal" href="eclipse/how_to_debug_in_eclipse.html">How to debug in Eclipse</a></li>
|
|
151
|
+
<li class="toctree-l2"><a class="reference internal" href="eclipse/eclipse.html#syntax-highlighting">Syntax highlighting</a></li>
|
|
152
|
+
<li class="toctree-l2"><a class="reference internal" href="eclipse/eclipse.html#key-bindings">Key bindings</a></li>
|
|
153
|
+
</ul>
|
|
154
|
+
</li>
|
|
155
|
+
<li class="toctree-l1"><a class="reference internal" href="vs/vs.html">Visual Studio</a><ul>
|
|
156
|
+
<li class="toctree-l2"><a class="reference internal" href="vs/vs_install.html">How to install bake Visual Studio integration</a></li>
|
|
157
|
+
<li class="toctree-l2"><a class="reference internal" href="vs/how_to_used_bake_in_vs.html">How to use bake in Visual Studio</a></li>
|
|
158
|
+
<li class="toctree-l2"><a class="reference internal" href="vs/how_to_create_vs_projects.html">How to create VS-Projects using bake</a></li>
|
|
159
|
+
<li class="toctree-l2"><a class="reference internal" href="vs/how_to_debug_in_vs.html">How to Debug in Visual Studio</a></li>
|
|
160
|
+
</ul>
|
|
161
|
+
</li>
|
|
162
|
+
</ul>
|
|
163
|
+
</div>
|
|
164
|
+
</div>
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
</div>
|
|
168
|
+
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
<footer class="footer">
|
|
172
|
+
<div class="container">
|
|
173
|
+
<p class="pull-right">
|
|
174
|
+
<a href="#">Back to top</a>
|
|
175
|
+
|
|
176
|
+
</p>
|
|
177
|
+
<p>
|
|
178
|
+
© Copyright 2016, E.S.R.Labs AG.<br/>
|
|
179
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
|
180
|
+
</p>
|
|
181
|
+
</div>
|
|
182
|
+
</footer>
|
|
183
|
+
</body>
|
|
184
184
|
</html>
|
|
@@ -1,172 +1,172 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
-
<head>
|
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7
|
-
|
|
8
|
-
<title>How to create VS-Projects using bake — bake 2.
|
|
9
|
-
|
|
10
|
-
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
|
|
11
|
-
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
|
12
|
-
<link rel="stylesheet" href="../../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
|
13
|
-
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
|
|
14
|
-
|
|
15
|
-
<script type="text/javascript">
|
|
16
|
-
var DOCUMENTATION_OPTIONS = {
|
|
17
|
-
URL_ROOT: '../../',
|
|
18
|
-
VERSION: '2.
|
|
19
|
-
COLLAPSE_INDEX: false,
|
|
20
|
-
FILE_SUFFIX: '.html',
|
|
21
|
-
HAS_SOURCE: true
|
|
22
|
-
};
|
|
23
|
-
</script>
|
|
24
|
-
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
|
25
|
-
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
|
26
|
-
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
|
27
|
-
<script type="text/javascript" src="../../_static/js/jquery-1.11.0.min.js"></script>
|
|
28
|
-
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
|
29
|
-
<script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
|
30
|
-
<script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
|
|
31
|
-
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
|
32
|
-
<link rel="top" title="bake 2.
|
|
33
|
-
<link rel="up" title="Visual Studio" href="vs.html" />
|
|
34
|
-
<link rel="next" title="How to Debug in Visual Studio" href="how_to_debug_in_vs.html" />
|
|
35
|
-
<link rel="prev" title="How to use bake in Visual Studio" href="how_to_used_bake_in_vs.html" />
|
|
36
|
-
<meta charset='utf-8'>
|
|
37
|
-
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
|
38
|
-
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
|
39
|
-
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
40
|
-
|
|
41
|
-
</head>
|
|
42
|
-
<body role="document">
|
|
43
|
-
|
|
44
|
-
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
|
45
|
-
<div class="container">
|
|
46
|
-
<div class="navbar-header">
|
|
47
|
-
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
|
48
|
-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
|
49
|
-
<span class="icon-bar"></span>
|
|
50
|
-
<span class="icon-bar"></span>
|
|
51
|
-
<span class="icon-bar"></span>
|
|
52
|
-
</button>
|
|
53
|
-
<a class="navbar-brand" href="../../index.html"><img src="../../_static/logo_conformant_48.png">
|
|
54
|
-
</a>
|
|
55
|
-
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
56
|
-
</div>
|
|
57
|
-
|
|
58
|
-
<div class="collapse navbar-collapse nav-collapse">
|
|
59
|
-
<ul class="nav navbar-nav">
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
<li class="dropdown globaltoc-container">
|
|
63
|
-
<a role="button"
|
|
64
|
-
id="dLabelGlobalToc"
|
|
65
|
-
data-toggle="dropdown"
|
|
66
|
-
data-target="#"
|
|
67
|
-
href="../../index.html">Section <b class="caret"></b></a>
|
|
68
|
-
<ul class="dropdown-menu globaltoc"
|
|
69
|
-
role="menu"
|
|
70
|
-
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
|
71
|
-
<li class="toctree-l1"><a class="reference internal" href="../../why_bake/why_bake.html">Why you should use bake</a></li>
|
|
72
|
-
<li class="toctree-l1"><a class="reference internal" href="../../install/install_bake.html">Install bake</a></li>
|
|
73
|
-
<li class="toctree-l1"><a class="reference internal" href="../../quickstart/quickstart.html">Quickstart</a></li>
|
|
74
|
-
<li class="toctree-l1"><a class="reference internal" href="../../concepts/concepts.html">Concepts</a></li>
|
|
75
|
-
<li class="toctree-l1"><a class="reference internal" href="../../syntax/syntax.html">Syntax</a></li>
|
|
76
|
-
<li class="toctree-l1"><a class="reference internal" href="../../commandline/commandline.html">Commandline</a></li>
|
|
77
|
-
<li class="toctree-l1 current"><a class="reference internal" href="../ide_integrations.html">IDE Support</a></li>
|
|
78
|
-
<li class="toctree-l1"><a class="reference internal" href="../../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
|
79
|
-
<li class="toctree-l1"><a class="reference internal" href="../../performance/performance.html">Performance</a></li>
|
|
80
|
-
<li class="toctree-l1"><a class="reference internal" href="../../known_issues.html">Known Issues</a></li>
|
|
81
|
-
<li class="toctree-l1"><a class="reference internal" href="../../changelog.html">Changelog</a></li>
|
|
82
|
-
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
|
|
83
|
-
</ul>
|
|
84
|
-
<ul>
|
|
85
|
-
<li class="toctree-l1"><a class="reference internal" href="../../internal.html">Internal developing notes</a></li>
|
|
86
|
-
</ul>
|
|
87
|
-
</ul>
|
|
88
|
-
</li>
|
|
89
|
-
|
|
90
|
-
<li class="dropdown">
|
|
91
|
-
<a role="button"
|
|
92
|
-
id="dLabelLocalToc"
|
|
93
|
-
data-toggle="dropdown"
|
|
94
|
-
data-target="#"
|
|
95
|
-
href="#">SubSections <b class="caret"></b></a>
|
|
96
|
-
<ul class="dropdown-menu localtoc"
|
|
97
|
-
role="menu"
|
|
98
|
-
aria-labelledby="dLabelLocalToc"><ul>
|
|
99
|
-
<li><a class="reference internal" href="#">How to create VS-Projects using bake</a></li>
|
|
100
|
-
</ul>
|
|
101
|
-
</ul>
|
|
102
|
-
</li>
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
<li>
|
|
109
|
-
<a href="how_to_used_bake_in_vs.html" title="Previous Chapter: How to use bake in Visual Studio"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« How to use ba...</span>
|
|
110
|
-
</a>
|
|
111
|
-
</li>
|
|
112
|
-
<li>
|
|
113
|
-
<a href="how_to_debug_in_vs.html" title="Next Chapter: How to Debug in Visual Studio"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">How to Debug ... »</span>
|
|
114
|
-
</a>
|
|
115
|
-
</li>
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
</ul>
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
<form class="navbar-form navbar-right" action="../../search.html" method="get">
|
|
126
|
-
<div class="form-group">
|
|
127
|
-
<input type="text" name="q" class="form-control" placeholder="Search" />
|
|
128
|
-
</div>
|
|
129
|
-
<input type="hidden" name="check_keywords" value="yes" />
|
|
130
|
-
<input type="hidden" name="area" value="default" />
|
|
131
|
-
</form>
|
|
132
|
-
|
|
133
|
-
</div>
|
|
134
|
-
</div>
|
|
135
|
-
</div>
|
|
136
|
-
|
|
137
|
-
<div class="container">
|
|
138
|
-
<div class="row">
|
|
139
|
-
<div class="col-md-12">
|
|
140
|
-
|
|
141
|
-
<div class="section" id="how-to-create-vs-projects-using-bake">
|
|
142
|
-
<h1>How to create VS-Projects using bake<a class="headerlink" href="#how-to-create-vs-projects-using-bake" title="Permalink to this headline">¶</a></h1>
|
|
143
|
-
<p>bake projects are Makefile projects (NMake). When creating a new project, you can just create a new Makefile project and add a Project.meta.
|
|
144
|
-
The recommended way is to use a script which comes with bake-toolkit:</p>
|
|
145
|
-
<blockquote>
|
|
146
|
-
<div><a class="reference internal image-reference" href="../../_images/cvsp.png"><img alt="../../_images/cvsp.png" src="../../_images/cvsp.png" style="width: 50.0%;" /></a>
|
|
147
|
-
</div></blockquote>
|
|
148
|
-
<p>Example:</p>
|
|
149
|
-
<div class="highlight-console"><div class="highlight"><pre><span class="go">C:\MyProj> createVSProjects --version 2012 --rewrite</span>
|
|
150
|
-
</pre></div>
|
|
151
|
-
</div>
|
|
152
|
-
</div>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
</div>
|
|
156
|
-
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
<footer class="footer">
|
|
160
|
-
<div class="container">
|
|
161
|
-
<p class="pull-right">
|
|
162
|
-
<a href="#">Back to top</a>
|
|
163
|
-
|
|
164
|
-
</p>
|
|
165
|
-
<p>
|
|
166
|
-
© Copyright 2016, E.S.R.Labs AG.<br/>
|
|
167
|
-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
|
168
|
-
</p>
|
|
169
|
-
</div>
|
|
170
|
-
</footer>
|
|
171
|
-
</body>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
+
<head>
|
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7
|
+
|
|
8
|
+
<title>How to create VS-Projects using bake — bake 2.19.0 documentation</title>
|
|
9
|
+
|
|
10
|
+
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
|
|
11
|
+
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
|
12
|
+
<link rel="stylesheet" href="../../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
|
13
|
+
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript">
|
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
|
17
|
+
URL_ROOT: '../../',
|
|
18
|
+
VERSION: '2.19.0',
|
|
19
|
+
COLLAPSE_INDEX: false,
|
|
20
|
+
FILE_SUFFIX: '.html',
|
|
21
|
+
HAS_SOURCE: true
|
|
22
|
+
};
|
|
23
|
+
</script>
|
|
24
|
+
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
|
25
|
+
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
|
26
|
+
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
|
27
|
+
<script type="text/javascript" src="../../_static/js/jquery-1.11.0.min.js"></script>
|
|
28
|
+
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
|
29
|
+
<script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
|
30
|
+
<script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
|
|
31
|
+
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.19.0 documentation" href="../../index.html" />
|
|
33
|
+
<link rel="up" title="Visual Studio" href="vs.html" />
|
|
34
|
+
<link rel="next" title="How to Debug in Visual Studio" href="how_to_debug_in_vs.html" />
|
|
35
|
+
<link rel="prev" title="How to use bake in Visual Studio" href="how_to_used_bake_in_vs.html" />
|
|
36
|
+
<meta charset='utf-8'>
|
|
37
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
|
38
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
|
39
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
40
|
+
|
|
41
|
+
</head>
|
|
42
|
+
<body role="document">
|
|
43
|
+
|
|
44
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
|
45
|
+
<div class="container">
|
|
46
|
+
<div class="navbar-header">
|
|
47
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
|
48
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
|
49
|
+
<span class="icon-bar"></span>
|
|
50
|
+
<span class="icon-bar"></span>
|
|
51
|
+
<span class="icon-bar"></span>
|
|
52
|
+
</button>
|
|
53
|
+
<a class="navbar-brand" href="../../index.html"><img src="../../_static/logo_conformant_48.png">
|
|
54
|
+
</a>
|
|
55
|
+
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
56
|
+
</div>
|
|
57
|
+
|
|
58
|
+
<div class="collapse navbar-collapse nav-collapse">
|
|
59
|
+
<ul class="nav navbar-nav">
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
<li class="dropdown globaltoc-container">
|
|
63
|
+
<a role="button"
|
|
64
|
+
id="dLabelGlobalToc"
|
|
65
|
+
data-toggle="dropdown"
|
|
66
|
+
data-target="#"
|
|
67
|
+
href="../../index.html">Section <b class="caret"></b></a>
|
|
68
|
+
<ul class="dropdown-menu globaltoc"
|
|
69
|
+
role="menu"
|
|
70
|
+
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="../../why_bake/why_bake.html">Why you should use bake</a></li>
|
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="../../install/install_bake.html">Install bake</a></li>
|
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="../../quickstart/quickstart.html">Quickstart</a></li>
|
|
74
|
+
<li class="toctree-l1"><a class="reference internal" href="../../concepts/concepts.html">Concepts</a></li>
|
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="../../syntax/syntax.html">Syntax</a></li>
|
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="../../commandline/commandline.html">Commandline</a></li>
|
|
77
|
+
<li class="toctree-l1 current"><a class="reference internal" href="../ide_integrations.html">IDE Support</a></li>
|
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="../../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="../../performance/performance.html">Performance</a></li>
|
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="../../known_issues.html">Known Issues</a></li>
|
|
81
|
+
<li class="toctree-l1"><a class="reference internal" href="../../changelog.html">Changelog</a></li>
|
|
82
|
+
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
|
|
83
|
+
</ul>
|
|
84
|
+
<ul>
|
|
85
|
+
<li class="toctree-l1"><a class="reference internal" href="../../internal.html">Internal developing notes</a></li>
|
|
86
|
+
</ul>
|
|
87
|
+
</ul>
|
|
88
|
+
</li>
|
|
89
|
+
|
|
90
|
+
<li class="dropdown">
|
|
91
|
+
<a role="button"
|
|
92
|
+
id="dLabelLocalToc"
|
|
93
|
+
data-toggle="dropdown"
|
|
94
|
+
data-target="#"
|
|
95
|
+
href="#">SubSections <b class="caret"></b></a>
|
|
96
|
+
<ul class="dropdown-menu localtoc"
|
|
97
|
+
role="menu"
|
|
98
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
|
99
|
+
<li><a class="reference internal" href="#">How to create VS-Projects using bake</a></li>
|
|
100
|
+
</ul>
|
|
101
|
+
</ul>
|
|
102
|
+
</li>
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
<li>
|
|
109
|
+
<a href="how_to_used_bake_in_vs.html" title="Previous Chapter: How to use bake in Visual Studio"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« How to use ba...</span>
|
|
110
|
+
</a>
|
|
111
|
+
</li>
|
|
112
|
+
<li>
|
|
113
|
+
<a href="how_to_debug_in_vs.html" title="Next Chapter: How to Debug in Visual Studio"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">How to Debug ... »</span>
|
|
114
|
+
</a>
|
|
115
|
+
</li>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
</ul>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
<form class="navbar-form navbar-right" action="../../search.html" method="get">
|
|
126
|
+
<div class="form-group">
|
|
127
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
|
128
|
+
</div>
|
|
129
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
|
130
|
+
<input type="hidden" name="area" value="default" />
|
|
131
|
+
</form>
|
|
132
|
+
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
|
|
137
|
+
<div class="container">
|
|
138
|
+
<div class="row">
|
|
139
|
+
<div class="col-md-12">
|
|
140
|
+
|
|
141
|
+
<div class="section" id="how-to-create-vs-projects-using-bake">
|
|
142
|
+
<h1>How to create VS-Projects using bake<a class="headerlink" href="#how-to-create-vs-projects-using-bake" title="Permalink to this headline">¶</a></h1>
|
|
143
|
+
<p>bake projects are Makefile projects (NMake). When creating a new project, you can just create a new Makefile project and add a Project.meta.
|
|
144
|
+
The recommended way is to use a script which comes with bake-toolkit:</p>
|
|
145
|
+
<blockquote>
|
|
146
|
+
<div><a class="reference internal image-reference" href="../../_images/cvsp.png"><img alt="../../_images/cvsp.png" src="../../_images/cvsp.png" style="width: 50.0%;" /></a>
|
|
147
|
+
</div></blockquote>
|
|
148
|
+
<p>Example:</p>
|
|
149
|
+
<div class="highlight-console"><div class="highlight"><pre><span class="go">C:\MyProj> createVSProjects --version 2012 --rewrite</span>
|
|
150
|
+
</pre></div>
|
|
151
|
+
</div>
|
|
152
|
+
</div>
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
</div>
|
|
156
|
+
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
<footer class="footer">
|
|
160
|
+
<div class="container">
|
|
161
|
+
<p class="pull-right">
|
|
162
|
+
<a href="#">Back to top</a>
|
|
163
|
+
|
|
164
|
+
</p>
|
|
165
|
+
<p>
|
|
166
|
+
© Copyright 2016, E.S.R.Labs AG.<br/>
|
|
167
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
|
168
|
+
</p>
|
|
169
|
+
</div>
|
|
170
|
+
</footer>
|
|
171
|
+
</body>
|
|
172
172
|
</html>
|