/d (and other deployment parameters)
/d is used to deploy the PowerBuilder projects to EXE and
DLL/PBD files. It supports two file types: .pbw or .pbt (.pbl is not
supported currently). For example, pbc210 /d test11.pbw.
It also supports the compilation modes (/f for full
compilation and /i for incremental compilation) and the following
optional parameters for deployments. For example, pbc210 /d
“test11.pbt” /o “test11.exe” /r “test11.pbr” /w n /f /m y /tr n /in
n /op 0 /x 32 /bg y /p “PowerBuilder Enterprise Series” /cp “Appeon”
/de “Appeon Product File” /cr “Contains licensed copyright material
by Appeon” /v “1.0.0.1” /fv “1.0.0.1” /ge 1 /le 0 /ps n
Please see the following table for details about these
parameters.
|
Parameters |
Description |
|
/o |
Name of the application executable file to be All the other related files will be deployed to the PowerBuilder IDE -> Project Painter: Executable |
|
/r |
Name of a PBR (PowerBuilder resource file) that will PowerBuilder IDE -> Project Painter: Resource |
|
/x |
Whether the platform to run the exe file is 32-bit 32-bit exe file can only run with the 32-bit runtime PowerBuilder IDE -> Project Painter: Platform |
|
/cp |
Name of the company. Default value is If there’s space in the company name, the name PowerBuilder IDE -> Project Painter: Company name |
|
/p |
Name of the product. Default value is “PowerBuilder If there’s space in the product name, the name PowerBuilder IDE -> Project Painter: Product name |
|
/de |
Description of the product. Default value is “Appeon If there’s space in the description, the description PowerBuilder IDE -> Project Painter: Description |
|
/cr |
Copyright statement of the product. Default value is If there is space in the copyright description, the PowerBuilder IDE -> Project Painter: Copyright |
|
/v |
Version of the software. Default value is PowerBuilder IDE -> Project Painter: Product |
|
/fv |
Version of the file. Default value is PowerBuilder IDE -> Project Painter: File version |
|
/vn |
Version of the software which consist of four PowerBuilder IDE -> Project Painter: Product |
|
/fvn |
Version of the file which consists of four integer PowerBuilder IDE -> Project Painter: File version |
|
/w |
Whether to use the Windows classic style. Values
PowerBuilder IDE -> Project Painter: Windows |
|
/m |
Whether to generate machine code executables and
PowerBuilder IDE -> Project Painter: Pcode option |
|
/tr |
Whether to generate a trace file for troubleshooting This parameter takes effect only when machine code PowerBuilder IDE -> Project Painter: Trace |
|
/in |
Whether to display context information (such as This parameter takes effect only when machine code PowerBuilder IDE -> Project Painter: Error |
|
/op |
Optimization level. Values are:
This parameter takes effect only when machine code PowerBuilder IDE -> Project Painter: Optimization |
|
/bg |
Whether to enable any code that you placed in DEBUG PowerBuilder IDE -> Project Painter: Enable DEBUG |
|
/ge |
Whether to generate manifest. Values are:
PowerBuilder IDE -> Project Painter: Generation |
|
/le |
Execution level of manifest. This parameter takes
PowerBuilder IDE -> Project Painter: Execution |
|
/ps |
Whether to allow access to the protected system UI. PowerBuilder IDE -> Project Painter: Allow access |
|
/pd |
Whether to generate the PBD/DLL file for a PBL.
PowerBuilder IDE -> Project Painter: PBD When there are more than one PBLs in an application, If you specify to generate the EXE file only without |
|
/rt |
The version of PowerBuilder Runtime that will be If this parameter is not set, then the runtime |