-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add project file for testing GNAT Studio integration
Ref. #243
- Loading branch information
Alexander Senier
committed
Jun 26, 2020
1 parent
119c25e
commit 2634fab
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ dist | |
htmlcov | ||
*.pyc | ||
\.*.swp | ||
*-loc.xml | ||
gnatinspect.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
project RecordFlux is | ||
|
||
for Create_Missing_Dirs use "True"; | ||
for Source_Dirs use (".", "../../specs"); | ||
for Languages use ("Ada", "RecordFlux"); | ||
|
||
end RecordFlux; |