Board index » cppbuilder » Unexpected intermediate files in final output directory.
Jason Cipriani
![]() CBuilder Developer |
Unexpected intermediate files in final output directory.2008-02-08 08:32:51 AM cppbuilder9 I have a BPL Package project. In the project build settings, "intermediate files" is the default ("project_root/debug or release"), and I have set "final output" and "bpi/lib output" to custom directories. After building the package, the "final output" directory contains the .bpl file, and also contains files with the following extensions: .ilc, .ild, .ilf, .ilf, .map, and .tds. I expected it to only contain the .bpl file. Is there some setting I can change to make this happen? Configuring a post-build step to move only the .bpl file to it's final resting place is not an option, as it breaks the "Install" command in the PM context menu. Configuring a post-build step to delete those extra files is kind of an option, except it's tedious and I don't want to break any partial builds. Thanks, Jason |