We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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.
No branches or pull requests
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:
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
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.
The text was updated successfully, but these errors were encountered: