/pbc, /c, and related parameters

To compile projects using the PBC approach, you can execute the PBAutoBuild250.exe file with the /pbc, /c and related parameters. (Note that you can compile the PowerBuilder C/S Application projects only.)

PBAutoBuild250 /pbc /c filename [/compilemode]

/pbc and /c parameters are required and must be used together; the other parameters are optional.

For example,

PBAutoBuild250 /pbc /c test11.pbw

Parameters Required Description

/pbc

Yes

Compiles the project with the PBC approach.

The /pbc parameter (PBC approach) must be used together with the /c and related parameters.

/c

Yes

Name of the workspace, solution, target, or project file to be compiled. It supports the following file types: .pbw, .pbsln, .pbt, and .pbproj (.pbl is not supported currently). For example,

PBAutoBuild250 /pbc /c test11.pbw

PowerBuilder IDE -> Project Painter: Executable file name option

/f

No

Full compilation mode.

When not specified, full compilation mode is used by default.

/i

No

Incremental compilation mode.

PBAutoBuild250 /pbc /c test11.pbw /i