Remove dependency on the editor directory being in the build's include path.
- Add or remove the necessary subdirectorires to the includes to remove dependency on the editor directory being in the build's include path. - Ensure includes in modified files conform to style guideline. - Remove editor from the build include path.
This commit is contained in:
@ -189,7 +189,7 @@ Help(opts.GenerateHelpText(env_base)) # generate help
|
||||
|
||||
# add default include paths
|
||||
|
||||
env_base.Prepend(CPPPATH=['#', '#editor'])
|
||||
env_base.Prepend(CPPPATH=['#'])
|
||||
|
||||
# configure ENV for platform
|
||||
env_base.platform_exporters = platform_exporters
|
||||
|
||||
Reference in New Issue
Block a user