Logo
Explore Help
Sign In
ada/gnatstudio
0
0
Fork 0
You've already forked gnatstudio
mirror of https://github.com/AdaCore/gnatstudio.git synced 2026-02-12 12:42:33 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
gnatstudio/shell/shell.gpr

12 lines
193 B
Plaintext
Raw Permalink Normal View History

Initial revision git-svn-id: svn+ssh://svn.eu/Dev/importfromcvs/trunk@81604 936e1b1b-40f2-da11-902a-00137254ae57
2003-03-12 13:47:23 +00:00
with "../kernel/kernel";
with "../shared";
project Shell is
for Source_Dirs use ("src");
Set all Object_Dir and Library_Dir attributes in projects from the value in gnatcoll_shared.gpr This is for convenience when working with multiple branches in git: by changing the value (in a single place) on each branch, we can keep the build tree for each branch, and avoid extra recompilation when changing branches. For instance, one can set Object_Dir and Library_Dir to the following value in gnatcoll_shared.gpr (not checked in): for Object_Dir use "obj/" & External ("GIT_BRANCH", ""); for Library_Dir use "lib/" & External ("GIT_BRANCH", ""); provided the environment variable GIT_BRANCH is set automatically every time you change the branch (that's under control of the shell) git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gps@160904 936e1b1b-40f2-da11-902a-00137254ae57
2010-06-08 10:45:36 +00:00
for Object_Dir use Shared'Object_Dir;
Initial revision git-svn-id: svn+ssh://svn.eu/Dev/importfromcvs/trunk@81604 936e1b1b-40f2-da11-902a-00137254ae57
2003-03-12 13:47:23 +00:00
package Compiler renames Shared.Compiler;
end Shell;
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2330ms Template: 11ms
English
English
Licenses API