<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.visual-prolog.com/index.php?action=history&amp;feed=atom&amp;title=Ide%2FMake_Facility</id>
	<title>Ide/Make Facility - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.visual-prolog.com/index.php?action=history&amp;feed=atom&amp;title=Ide%2FMake_Facility"/>
	<link rel="alternate" type="text/html" href="https://wiki.visual-prolog.com/index.php?title=Ide/Make_Facility&amp;action=history"/>
	<updated>2026-05-03T10:53:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.visual-prolog.com/index.php?title=Ide/Make_Facility&amp;diff=3693&amp;oldid=prev</id>
		<title>Thomas Linder Puls: links</title>
		<link rel="alternate" type="text/html" href="https://wiki.visual-prolog.com/index.php?title=Ide/Make_Facility&amp;diff=3693&amp;oldid=prev"/>
		<updated>2013-06-13T14:47:19Z</updated>

		<summary type="html">&lt;p&gt;links&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:47, 13 June 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{ideNavbar|Make Facility}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{ideNavbar|Make Facility}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;=== Introduction ===&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The Make facility builds the project by generating the resources, constant files, updating the source code sections for the code experts, compiling and linking all the modules. The Make facility checks the file time stamps to see which files need to be compiled or recompiled. A file needs to be recompiled if the .OBJ file is older than either the source file or any of its include files or does not exist.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The Make facility builds the project by generating the resources, constant files, updating the source code sections for the code experts, compiling and linking all the modules. The Make facility checks the file time stamps to see which files need to be compiled or recompiled. A file needs to be recompiled if the .OBJ file is older than either the source file or any of its include files or does not exist.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l96&quot;&gt;Line 96:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 95:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;vipbnf&amp;gt;&amp;quot;$(ProDir)Bin\VipCompiler.exe&amp;quot; /L:R /L:I $(IncDir) &amp;quot;$**.pro&amp;quot; /OBJECTFILE:&amp;quot;$(ObjDir)$*.obj&amp;quot;&amp;lt;/vipbnf&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;vipbnf&amp;gt;&amp;quot;$(ProDir)Bin\VipCompiler.exe&amp;quot; /L:R /L:I $(IncDir) &amp;quot;$**.pro&amp;quot; /OBJECTFILE:&amp;quot;$(ObjDir)$*.obj&amp;quot;&amp;lt;/vipbnf&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Where &amp;lt;vp&amp;gt;$*&amp;lt;/vp&amp;gt; will be replaced by the name of the actual file and &amp;lt;vp&amp;gt;$**&amp;lt;/vp&amp;gt; by the name of the actual file qualified with the path relative to the project root directory. See also the {{ide|&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;IDE &lt;/del&gt;Tools#Command Line Compiler|command line compiler options}}.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Where &amp;lt;vp&amp;gt;$*&amp;lt;/vp&amp;gt; will be replaced by the name of the actual file and &amp;lt;vp&amp;gt;$**&amp;lt;/vp&amp;gt; by the name of the actual file qualified with the path relative to the project root directory. See also the {{ide|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Command Line &lt;/ins&gt;Tools#Command Line Compiler|command line compiler options}}.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;A special note to those familiar with other make utilities: The rules specified here are roughly equivalent to what is known as implicit rules. In difference to the IDE in Visual Prolog v. 5, it is not possible to specify explicit rules (local rules) in the current version of the IDE.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;A special note to those familiar with other make utilities: The rules specified here are roughly equivalent to what is known as implicit rules. In difference to the IDE in Visual Prolog v. 5, it is not possible to specify explicit rules (local rules) in the current version of the IDE.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l114&quot;&gt;Line 114:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 113:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;You can view/edit the defined in the project Build Script in the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Build Options&amp;#039;&amp;#039;&amp;#039; tab.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;You can view/edit the defined in the project Build Script in the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Build Options&amp;#039;&amp;#039;&amp;#039; tab.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;See also the {{ide|&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;IDE &lt;/del&gt;Tools#Command Line Linker|command line linker options}}.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;See also the {{ide|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Command Line &lt;/ins&gt;Tools#Command Line Linker|command line linker options}}.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=== Build Commands ===&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=== Build Commands ===&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Thomas Linder Puls</name></author>
	</entry>
	<entry>
		<id>https://wiki.visual-prolog.com/index.php?title=Ide/Make_Facility&amp;diff=3518&amp;oldid=prev</id>
		<title>GalinaTchekmareva: New page: {{ideNavbar|Make Facility}} === Introduction ===  The Make facility builds the project by generating the resources, constant files, updating the source code sections for the code experts, ...</title>
		<link rel="alternate" type="text/html" href="https://wiki.visual-prolog.com/index.php?title=Ide/Make_Facility&amp;diff=3518&amp;oldid=prev"/>
		<updated>2013-04-02T12:46:46Z</updated>

		<summary type="html">&lt;p&gt;New page: {{ideNavbar|Make Facility}} === Introduction ===  The Make facility builds the project by generating the resources, constant files, updating the source code sections for the code experts, ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ideNavbar|Make Facility}}&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
The Make facility builds the project by generating the resources, constant files, updating the source code sections for the code experts, compiling and linking all the modules. The Make facility checks the file time stamps to see which files need to be compiled or recompiled. A file needs to be recompiled if the .OBJ file is older than either the source file or any of its include files or does not exist.&lt;br /&gt;
&lt;br /&gt;
The Make facility gets the required information, from the project file (&amp;lt;vpbnf&amp;gt;&amp;lt;ProjectName&amp;gt;&amp;lt;/vpbnf&amp;gt;.prj6 ). This includes the set of source files and the Build scripts. Build scripts consist from the following parts:&lt;br /&gt;
#The &amp;#039;&amp;#039;&amp;#039;main Build script&amp;#039;&amp;#039;&amp;#039; - describes how to build the final target.&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;Rules&amp;#039;&amp;#039;&amp;#039; - determine how to compile files with given extensions.&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;Symbols&amp;#039;&amp;#039;&amp;#039; – symbolic names that can be used in the build script and in built rules. &lt;br /&gt;
&lt;br /&gt;
The {{ide|Project Settings|Project Settings}} generates the default Build scripts that can be modified and extended by the programmer.&lt;br /&gt;
&lt;br /&gt;
The settings for the Make facility should be specified in the {{ide|Project Settings|Project Settings}} (&amp;#039;&amp;#039;&amp;#039;Project | Settings&amp;#039;&amp;#039;&amp;#039;), the finally generated Build scripts can be viewed in the &amp;#039;&amp;#039;&amp;#039;Script Preview&amp;#039;&amp;#039;&amp;#039; dialog (&amp;#039;&amp;#039;&amp;#039;Build | Script Preview&amp;#039;&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
=== Build Symbols ===&lt;br /&gt;
&lt;br /&gt;
The Build scripts can refer to &amp;#039;&amp;#039;Symbols&amp;#039;&amp;#039;. The syntax used in the scripts to refer to a defined symbol is: &amp;lt;vpbnf&amp;gt;$(&amp;lt;Symbol&amp;gt;)&amp;lt;/vpbnf&amp;gt;. These symbols can be either:&lt;br /&gt;
&lt;br /&gt;
* Symbols defined and &amp;#039;&amp;#039;automatically&amp;#039;&amp;#039; handled by the IDE, for example, &amp;#039;&amp;#039;&amp;#039;PROJECT_OBJ&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;PROJECT_LIB&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;*&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;**&amp;#039;&amp;#039;&amp;#039;, etc. (which are handled automatically and cannot be directly modified by the programmer).&lt;br /&gt;
* Symbols initially defined by the IDE (generated by the{{ide|Project Settings|Project Settings}}, but which then can be modified by the programmer, for example, &amp;#039;&amp;#039;&amp;#039;IncDir&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;ExeDir&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;ObjDir&amp;#039;&amp;#039;&amp;#039;. The programmer can activate the {{ide|Project Settings|Project Settings}} and then edit/set these symbols from the &amp;#039;&amp;#039;&amp;#039;Directories&amp;#039;&amp;#039;&amp;#039; tab (use command &amp;#039;&amp;#039;&amp;#039;Project | Settings&amp;#039;&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
The search for the value of a given symbol will be in the reverse of the above order in such a way that if the user specifies a symbol directly (symbols displayed in the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Directories&amp;#039;&amp;#039;&amp;#039; tab dialog), the system will just use that. Otherwise, the Make facility checks whether the IDE has such a pre-defined symbol. If this also fails, a warning will be given.&lt;br /&gt;
&lt;br /&gt;
Remark: A symbol identifies as a macro, and is - with respect to syntax and semantics - roughly equivalent to that found in a standard make utility, such as Microsoft’s &amp;#039;&amp;#039;&amp;#039;nmake&amp;#039;&amp;#039;&amp;#039; and Borland&amp;#039;s &amp;#039;&amp;#039;&amp;#039;make&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The make script symbols defined by the IDE are:&lt;br /&gt;
{|{{prettytable}}&lt;br /&gt;
|-&lt;br /&gt;
! Symbol Name&lt;br /&gt;
! Handled&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| PROJECT_OBJ&lt;br /&gt;
| Automatically&lt;br /&gt;
| The list of object files (with .OBJ extension) both generated from the source files of the project modules and explicitly registered as project modules&lt;br /&gt;
|-&lt;br /&gt;
| PROJECT_LIB&lt;br /&gt;
| Automatically&lt;br /&gt;
| The list of .LIB files explicitly registered as project modules&lt;br /&gt;
|-&lt;br /&gt;
| PROJECT_RES&lt;br /&gt;
| Automatically&lt;br /&gt;
| The .RES files, which are explicitly registered in the project window. (You can manually add this symbol to the Build script.)&lt;br /&gt;
|-&lt;br /&gt;
| PROJECT_DEF&lt;br /&gt;
| Automatically&lt;br /&gt;
| The .DEF files, which are explicitly registered in the project window. (You can manually add this symbol to the Build script.)&lt;br /&gt;
|-&lt;br /&gt;
| ObjDir&lt;br /&gt;
| Can be edit by the user&lt;br /&gt;
| Location of the &amp;#039;&amp;#039;&amp;#039;Intermediate&amp;#039;&amp;#039;&amp;#039; directory (as it is set from the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Directories&amp;#039;&amp;#039;&amp;#039; dialog tab)&lt;br /&gt;
|-&lt;br /&gt;
| ExeDir&lt;br /&gt;
|Can be set by the user&lt;br /&gt;
| Location of the &amp;#039;&amp;#039;&amp;#039;Final&amp;#039;&amp;#039;&amp;#039; directory (as it is set from the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Directories&amp;#039;&amp;#039;&amp;#039; dialog tab)&lt;br /&gt;
|-&lt;br /&gt;
| ProDir&lt;br /&gt;
|Automatically&lt;br /&gt;
| Location of Visual Prolog&amp;#039;s root directory &amp;#039;&amp;#039;&amp;#039;Prolog Root&amp;#039;&amp;#039;&amp;#039; (as it is set from the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Directories&amp;#039;&amp;#039;&amp;#039; dialog tab)&lt;br /&gt;
|-&lt;br /&gt;
|LibDir&lt;br /&gt;
| Can be set by the user&lt;br /&gt;
| Location of the Import Library directory where should be generated import library (as it is set from the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Directories&amp;#039;&amp;#039;&amp;#039; dialog tab). This script symbol is enabled only when the &amp;#039;&amp;#039;&amp;#039;Target Type&amp;#039;&amp;#039;&amp;#039; (in the Project Settings &amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039; tab) of the project is set to &amp;#039;&amp;#039;&amp;#039;DLL&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| IncDir&lt;br /&gt;
| Can be set by the user&lt;br /&gt;
| The project &amp;#039;&amp;#039;&amp;#039;Include Directories&amp;#039;&amp;#039;&amp;#039; list (as it is set from the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Directories&amp;#039;&amp;#039;&amp;#039; dialog tab). Only in these directories the compiler will search for files specified in &amp;lt;vp&amp;gt;include&amp;lt;/vp&amp;gt; directives&lt;br /&gt;
|-&lt;br /&gt;
| MSLinker&lt;br /&gt;
| Can be set by the user&lt;br /&gt;
| The optional Microsoft C Linker (as it is set for the &amp;#039;&amp;#039;&amp;#039;MS Linker&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Miscellaneous&amp;#039;&amp;#039;&amp;#039; tab of the &amp;#039;&amp;#039;&amp;#039;Environment Options&amp;#039;&amp;#039;&amp;#039; dialog). This symbol is pre-defined by the IDE if &amp;#039;&amp;#039;&amp;#039;MS Linker&amp;#039;&amp;#039;&amp;#039; is selected as the &amp;#039;&amp;#039;&amp;#039;Linker Name&amp;#039;&amp;#039;&amp;#039; in the {{ide|Project Settings|Project Settings}}.&lt;br /&gt;
|-&lt;br /&gt;
| *&lt;br /&gt;
| Automatically&lt;br /&gt;
| The name of the current target file for the executed command (extension removed). For example, this can be the name of the project target file in the linker command or names of OBJ files that should be generated by the compiler&lt;br /&gt;
|-&lt;br /&gt;
| **&lt;br /&gt;
| Automatically&lt;br /&gt;
| The same as &amp;#039;&amp;lt;vp&amp;gt;*&amp;lt;/vp&amp;gt;&amp;#039;, but with the path relative to the root directory of the loaded project. Since the path to the file is obtained by the standard PFC predicate &amp;lt;vp&amp;gt;fileName::reduce/2&amp;lt;/vp&amp;gt;; therefore, in some cases this can be an absolute path&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;+&amp;#039;&lt;br /&gt;
| Automatically&lt;br /&gt;
| Instead of every &amp;#039;&amp;lt;vp&amp;gt;+&amp;lt;/vp&amp;gt;&amp;#039; sign (plus surrounded by single quotation marks) the IDE substitutes &amp;#039;&amp;#039;&amp;#039;+&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&amp;#039;&amp;#039;&amp;#039; combination (plus followed by Carriage Return and Linefeed characters) into the final build script (command line). If &amp;#039;&amp;lt;vp&amp;gt;+&amp;lt;/vp&amp;gt;&amp;#039; is used together with a reference to a symbol &amp;lt;vp&amp;gt;$&amp;#039;+&amp;#039;(Symbol)&amp;lt;/vp&amp;gt; then the IDE will add &amp;#039;&amp;#039;&amp;#039;+&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&amp;#039;&amp;#039;&amp;#039; combination after every name substituted from the &amp;lt;vp&amp;gt;Symbol&amp;lt;/vp&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Make Rules ===&lt;br /&gt;
&lt;br /&gt;
The Make &amp;#039;&amp;#039;&amp;#039;Rules&amp;#039;&amp;#039;&amp;#039; provide some default rules for how to compile files. The syntax for Make Rules is:&lt;br /&gt;
&amp;lt;vipbnf&amp;gt;&amp;lt;InputExtension&amp;gt; -&amp;gt; &amp;lt;OutputExtension&amp;gt; : &amp;lt;CommandLine&amp;gt;&amp;lt;/vipbnf&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Each line is the command &amp;lt;vpbnf&amp;gt;&amp;lt;CommandLine&amp;gt;&amp;lt;/vpbnf&amp;gt; needed to convert a file with one extension &amp;lt;vpbnf&amp;gt;&amp;lt;InputExtension&amp;gt;&amp;lt;/vpbnf&amp;gt; to a file with the other extension &amp;lt;vpbnf&amp;gt;&amp;lt;OutputExtension&amp;gt;&amp;lt;/vpbnf&amp;gt;.&lt;br /&gt;
&amp;lt;vipbnf&amp;gt;pro-&amp;gt;obj:&amp;quot;$(ProDir)Bin\VipCompiler.exe&amp;quot; /L:R /L:I $(IncDir) &amp;quot;$**.pro&amp;quot; /OBJECTFILE:&amp;quot;$(ObjDir)$*.obj&amp;quot;&lt;br /&gt;
pack-&amp;gt;obj:&amp;quot;$(ProDir)Bin\VipCompiler.exe&amp;quot; /L:R /L:I $(IncDir) &amp;quot;$**.pack&amp;quot; /OBJECTFILE:&amp;quot;$(ObjDir)$*.obj&amp;quot;&amp;lt;/vipbnf&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, you can see that to compile of a .PRO file to an .OBJ file, the following command must be executed:&lt;br /&gt;
&amp;lt;vipbnf&amp;gt;&amp;quot;$(ProDir)Bin\VipCompiler.exe&amp;quot; /L:R /L:I $(IncDir) &amp;quot;$**.pro&amp;quot; /OBJECTFILE:&amp;quot;$(ObjDir)$*.obj&amp;quot;&amp;lt;/vipbnf&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;vp&amp;gt;$*&amp;lt;/vp&amp;gt; will be replaced by the name of the actual file and &amp;lt;vp&amp;gt;$**&amp;lt;/vp&amp;gt; by the name of the actual file qualified with the path relative to the project root directory. See also the {{ide|IDE Tools#Command Line Compiler|command line compiler options}}.&lt;br /&gt;
&lt;br /&gt;
A special note to those familiar with other make utilities: The rules specified here are roughly equivalent to what is known as implicit rules. In difference to the IDE in Visual Prolog v. 5, it is not possible to specify explicit rules (local rules) in the current version of the IDE.&lt;br /&gt;
&lt;br /&gt;
It is possible to specify rules that execute batch files.&lt;br /&gt;
&lt;br /&gt;
You can view/edit defined in the project Make Rules in the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Build Options&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Build Script ===&lt;br /&gt;
&lt;br /&gt;
The Build Script is the main command describing how to build the project target file.&lt;br /&gt;
&amp;lt;vip&amp;gt;&amp;quot;$(ProDir)Bin\VIP6Link.exe&amp;quot; -F&amp;lt;&amp;lt; -E_VIPStartUp@0 -d -TPE -SGUI -o&amp;quot;$(ExeDir)$*.exe&amp;quot;&lt;br /&gt;
  -M&amp;quot;$(ObjDir)$*.map&amp;quot; $(PROJECT_OBJ) &amp;quot;$(ObjDir)$*.res&amp;quot; $(PROJECT_LIB)&amp;lt;&amp;lt;&amp;lt;/vip&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;&amp;lt;&amp;lt;vpbnf&amp;gt;&amp;lt;TEXT&amp;gt;&amp;lt;/vpbnf&amp;gt;&amp;lt;&amp;lt; syntax means: put the &amp;lt;vpbnf&amp;gt;&amp;lt;TEXT&amp;gt;&amp;lt;/vpbnf&amp;gt; into a temporary file, and substitute the text with the name of the temporary file.&lt;br /&gt;
&lt;br /&gt;
You can view/edit the defined in the project Build Script in the {{ide|Project Settings|Project Settings}} &amp;#039;&amp;#039;&amp;#039;Build Options&amp;#039;&amp;#039;&amp;#039; tab.&lt;br /&gt;
&lt;br /&gt;
See also the {{ide|IDE Tools#Command Line Linker|command line linker options}}.&lt;br /&gt;
&lt;br /&gt;
=== Build Commands ===&lt;br /&gt;
&lt;br /&gt;
==== Compile ====&lt;br /&gt;
This command attempts to compile the module (compilation unit) containing the selected file. Notice that IDE cannot compile a file that is not a part of the opened project; instead of this file IDE will compile the module selected in the project window.&lt;br /&gt;
&lt;br /&gt;
==== Build ====&lt;br /&gt;
This command builds a currently chosen platform of a project.&lt;br /&gt;
&lt;br /&gt;
If any resources have been modified since last build, the code experts might update some sections in the source files before the build.&lt;br /&gt;
&lt;br /&gt;
This command will build the project by checking the time stamps of all the source files in the project, so if any source files (or files they include) are more new than the dependent .OBJ files, then the corresponding project modules will be recompiled.&lt;br /&gt;
&lt;br /&gt;
The Build will also build resource files.&lt;br /&gt;
&lt;br /&gt;
The project is then linked to produce the target module (executable program or DLL).&lt;br /&gt;
&lt;br /&gt;
==== Build All Platforms ====&lt;br /&gt;
This command applies &amp;#039;&amp;#039;&amp;#039;Build&amp;#039;&amp;#039;&amp;#039; command for all platforms which are defined for a project.&lt;br /&gt;
&lt;br /&gt;
==== Rebuild All ====&lt;br /&gt;
This command operates the same as the &amp;#039;&amp;#039;&amp;#039;Build | Build&amp;#039;&amp;#039;&amp;#039;, except that all files will be regenerated or recompiled and linked irrespectively of file time stamps.&lt;br /&gt;
&lt;br /&gt;
==== Rebuild All Platforms ====&lt;br /&gt;
This command applies &amp;#039;&amp;#039;&amp;#039;Rebuild All&amp;#039;&amp;#039;&amp;#039; command for all platforms which are defined for a project.&lt;br /&gt;
&lt;br /&gt;
==== Stop Building ====&lt;br /&gt;
This command is used to stop the compilation/linking.&lt;br /&gt;
&lt;br /&gt;
==== Execute ====&lt;br /&gt;
If necessary, this command will first do the &amp;#039;&amp;#039;&amp;#039;Build | Build&amp;#039;&amp;#039;&amp;#039;, and then the generated executable will be started.&lt;br /&gt;
&lt;br /&gt;
==== Run in Window ====&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Run in Window&amp;#039;&amp;#039;&amp;#039; command is enabled for console applications only. It attempts to execute the target module of the current project in the specially created text mode window. If necessary, this command will first do the &amp;#039;&amp;#039;&amp;#039;Build | Build&amp;#039;&amp;#039;&amp;#039; (to generate an executable), then creates and displays the text mode window. In this window the &amp;#039;&amp;#039;&amp;#039;pause&amp;#039;&amp;#039;&amp;#039; DOS command is executed and the programmer is asked &amp;quot;Press any key to continue ...&amp;quot;. After the programmer press any key, the generated executable will be started.&lt;br /&gt;
&lt;br /&gt;
==== 32bit Platform ====&lt;br /&gt;
Sets 32bit platform (if any) of a project as current for building, executing, etc.&lt;br /&gt;
&lt;br /&gt;
==== 64bit Platform ====&lt;br /&gt;
Sets 64bit platform (if any) of a project as current for building, executing, etc.&lt;/div&gt;</summary>
		<author><name>GalinaTchekmareva</name></author>
	</entry>
</feed>