[ Project option ] Include directory improve
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
Hi !
Dev-C++ is really cool, and works very well (4.9.8.0). But I have a request : can you make one change in the "include directory" (project option) ? I would like that when I add a new sub-directory of my project, DC++ just add the name of the sub-directory, and not the all path.
E.g. : my project is in "D:\HaypoCALC\hcalc\". I added "D:\HaypoCALC\hcalc\include", that's becomes "D:\HaypoCALC\hcalc\include" ... Ok, but when I move my project directory (when I use another computer), the directory doesn't exist. So DC++ must just add "include".
Another request : Can you add a "Dev-C++ directory" constant, like "$(DC++-DIR)" (= Dev-C++ directory) ?
@+ Haypo
Logged In: YES
user_id=591019
It works fine if you add the relative paths by hand. But you
are right, if you choose a directory from the tree it should
eventually use the relative path.
And the Dev-C++ directory is already relative as you can run
it from several places on your computer. You just need all
the necessary files in their places. And the config files
are stored in your profile on NT/2k/XP and in the
application dir on 98/Me. The main directory would rather
apply to the MinGW ones, because Dev-C++ relies on those.