nt153133
Community Developer
- Joined
- Nov 11, 2017
- Messages
- 70
With regards to the !CompilerOption:AddRef flag that can be used on source files. Would it be possible to add some kind of keyword or symbol that would be replaced with the file's current directory? For example like "
//!CompilerOption:AddRef:Quest Behaviors\CompiledLibrary\LlamaCompiledLibrary.dll" is in a source file within that folder. Something like "//!CompilerOption:AddRef:{CurrentDirectory}\LlamaCompiledLibrary.dll" would be much more resilient in case people grab a github repo and leave `-master` on the folder name. A quest behaviors file has less issues but it happens more with botbase/plugin folders.
//!CompilerOption:AddRef:Quest Behaviors\CompiledLibrary\LlamaCompiledLibrary.dll" is in a source file within that folder. Something like "//!CompilerOption:AddRef:{CurrentDirectory}\LlamaCompiledLibrary.dll" would be much more resilient in case people grab a github repo and leave `-master` on the folder name. A quest behaviors file has less issues but it happens more with botbase/plugin folders.