Difference between revisions of "Template:PolylineBuildCMD"

From wiki.visual-prolog.com

m
m
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 '''[[Polyline Version Reference]]''' or in '''Examples\Polyline\VersionReference.html''').
To simplify the settings and initial buiding of applicaions the Build.cmd command file included (BuildPersonal.cmd - please see details in '''[[Polyline Version Reference]]''' or in '''Examples\Polyline\VersionReference.html''').



Revision as of 18:22, 10 April 2011

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 Polyline Version Reference or in Examples\Polyline\VersionReference.html).

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).