Skip to content

Fix the compiler search path of devtools (jpp, jppContainers and jppExceptionDialogs). - #71

Merged
ahausladen merged 1 commit into
project-jedi:masterfrom
gjdoornink:feature/fix-devtools-jpp-compiler-searchpath
Sep 21, 2019
Merged

Fix the compiler search path of devtools (jpp, jppContainers and jppExceptionDialogs).#71
ahausladen merged 1 commit into
project-jedi:masterfrom
gjdoornink:feature/fix-devtools-jpp-compiler-searchpath

Conversation

@gjdoornink

Copy link
Copy Markdown

Fix the compiler search path to ensure the compiler uses the source code from the current source tree.

Currently the compiler search path for jpp, jppContainers and jppExceptionDialogs only specifies the include directory from the same source tree as '....\source\include'. This means that the source code files the compiler needs to compile these projects that are not in that include directory will, if available, be fetched from somewhere else; typically another JCL installation as specified by the registry.

This pull request add the common and windows source directory of the same source tree (....\source\common;....\source\windows) to the compiler search path.

@ahausladen
ahausladen merged commit ca15423 into project-jedi:master Sep 21, 2019
@gjdoornink
gjdoornink deleted the feature/fix-devtools-jpp-compiler-searchpath branch September 21, 2019 12:54
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

Successfully merging this pull request may close these issues.

3 participants