-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix paths in JAM-VT packages #27
base: master
Are you sure you want to change the base?
Conversation
I do not understand. What do you want to fix? |
Try to compile the JAM-VT packages as they are now. The paths are wrong. Presumably the .dpk files were moved to a different folder and now all the relative paths are missing a ".." |
But why should I fix the JAM-VT packages here in VirtualShellTools? And BTW, I do not have access to JAM-VT. |
You leave me puzzled. |
Now I got it. This guy has added new packages. I had no idea. Now I'm considering what to do. Maintaining two packages is normally nonsense. I'm thinking... |
If it should still be possible to build VirtualshellTools either with TP-VT or JAM-VT, you need to support either two packages or have two configurations in one package and IFDEF the bits in the .dpk file. Assuming that the package may be moved around, and that all other parameters will probably stay the same in the future, option b is probably less work in the long term. |
I tried to used {$IFDEF JAM_VT} in the required clause in the Alexandria package, but couldn't get it to work. I have the impression that only RELEASE and DEBUG configurations are supported in .dpk files. |
Have you tried a .inc file? |
as mentioned in #26, the paths in the JAM-VT packages are wrong