/c (and other compiling parameters)
/c is used to compile the PowerBuilder projects and then saves
the changes into the related PBLs.
/c supports:
-
two file types: .pbw or .pbt (.pbl is not supported
currently). -
two compilation modes: /f for full compilation; and /i for
incremental compilation. If not specified, full compilation will
be used by default.
Examples:
This example compiles test11.pbw in full compilation
mode:
pbc210 /c test11.pbw
This example compiles test11.pbw in incremental compilation
mode:
pbc210 /c test11.pbw /i
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest