Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/Project Management/Project Source    [ Add a report in this area ]  
Report #:  50815   Status: Open
Separation of Unit/Object/Resource /Include folders
Project:  Delphi Build #:  7128
Version:    11.0 Submitted By:   Søren Bech Christensen
Report Type:  Suggestion / Enhancement Request Date Reported:  8/20/2007 10:42:37 PM
Severity:    Infrequently encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   255886
Resolution: None (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
The list of folders entered in the IDE Project | Options | Directories/Conditionals | Search Path  are used alike in   <DCC_UnitSearchPath>, <DCC_ResourcePath>, <DCC_ObjPath> and <DCC_IncludePath> in the .dproj file.
At compile-time each of these ar merged with the content of Tools | Options | Library Win32 | Library Path giving a humongous compile-command.
At least there could be an "advanced" option to specify each of the four seperatly.

I would also like an option to not merge the content of Tools | Options | Library Win32 | Library Path when using msbuild to compile from the command line.
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Francois Piette (OverByte) at 10/17/2007 12:17:18 PM -
Why do you need such an option ? Please explain.

Server Response from: ETNACODE01