Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOSS doesn't update "search path" in delphi project when there is more than one path in variable #143

Open
marcosnielsen opened this issue Jun 28, 2023 · 2 comments

Comments

@marcosnielsen
Copy link

marcosnielsen commented Jun 28, 2023

Hello
many delphi projects need more than one search path for compiling executables.

I need to set up a lot of search paths in my boss.json file, but I can't get it to work.

If I configure the boss.json file this way it works:

{..
    "": "./sources",
}

after running boss install http://githubproject
Boss.exe correctly configures with the serchpath inside delphi's .dprj,

But if you configure boss.json this way

{..
     "mainsrc": "./sources;./lib/dmustache;./lib/loggerpro;./lib/swagdoc/Source",
}

Boss.exe does not add any of the paths to the serchpath of the .dprj file

in case this is not an error, I ask that you just advise how to make this work.

@marcosnielsen
Copy link
Author

serchpath

@andriwsluna
Copy link
Contributor

The mainSrc parameter is to inform only the root folder. Then it scans all the folders within this main one and places them one by one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants