Hi,
I'm currently running PB2019 R3 and trying to deploy my application.
In my project file I indicate that the output exe file should be generated in r:
The syntax to be used in the command lines reads the following:
/o "r:\core_src.exe"
And the documentations states that:
/o |
Name of the application executable file to be created. All the other related files will be deployed to the same folder as the exe file. For example: /o d:\fo\test11.exe. If not specified, the same name as the PBT file will be used. PowerBuilder IDE -> Project Painter: Executable file name option |
In my case all PDB files are deployed to its PBL location. Any idea why it's not working?
What do I have to do?
Thank you!
I think this is not correct because the build does not depends on PBDs but only on PBLs.
You are right. It will not work as a full build, but it will take a little more time because missing pbd's will be created again. But if they exist and don't need any modification, built will finish faster.
Andreas.