Difference between revisions of "Template:PolylineBuildCMD"

From wiki.visual-prolog.com

m (New page: To build projects the IDE variable SpbSolutions must be set to the VipSpbSDK directory. To simplify the settings and initial buiding of applicaions the Build.cmd command file included (Bui...)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
To build projects the IDE variable SpbSolutions must be set to the VipSpbSDK directory.
To build projects the IDE variable SpbSolutions must be set to the VipSpbSDK directory.
To simplify the settings and initial buiding of applicaions the Build.cmd command file included (BuildPersonal.cmd - please see details in in [[Polyline Version Reference]] or in '''Examples\Polyline\VersionReference.html''').


Build.cmd file:
===The complex building===
To simplify the settings and initial building of applicaions the Build.cmd command file included (BuildPersonal.cmd - please see details in '''[[Polyline Version Reference]]''' or in '''Examples\Polyline\VersionReference.html''').
 
'''The use of Build.cmd file:'''
*sets the SpbSolutions IDE variable, which refers to the VipSpb SDK directory;
*sets the SpbSolutions IDE variable, which refers to the VipSpb SDK directory;
*"knows" where Visual Prolog is installed and uses VipBuilder.exe;  
*"knows" where Visual Prolog is installed and uses VipBuilder.exe;  
Line 9: Line 11:
*registers all pzl-Components (if needed);
*registers all pzl-Components (if needed);
*informs regarding the result of each building operation;  
*informs regarding the result of each building operation;  
*Build.cmd file may be used together with the Visual Prolog CE only (please see details in [[Polyline Version Reference]] or in '''Examples\Polyline\VersionReference.html''').
*Build.cmd file may be used together with the Visual Prolog CE only (please see details in '''[[Polyline Version Reference]]''' or in '''Examples\Polyline\VersionReference.html''').

Latest revision as of 12:59, 13 April 2011

To build projects the IDE variable SpbSolutions must be set to the VipSpbSDK directory.

The complex building

To simplify the settings and initial building of applicaions the Build.cmd command file included (BuildPersonal.cmd - please see details in Polyline Version Reference or in Examples\Polyline\VersionReference.html).

The use of Build.cmd file:

  • sets the SpbSolutions IDE variable, which refers to the VipSpb SDK directory;
  • "knows" where Visual Prolog is installed and uses VipBuilder.exe;
  • builds all projects containing in the subfolders;
  • builds all needed libraries;
  • registers all pzl-Components (if needed);
  • informs regarding the result of each building operation;
  • Build.cmd file may be used together with the Visual Prolog CE only (please see details in Polyline Version Reference or in Examples\Polyline\VersionReference.html).