Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenGEODE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
OpenGEODE
Commits
0d111a8e
Commit
0d111a8e
authored
Oct 04, 2020
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused file
parent
d0fe4b85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
tests/testsuite/TrafficLight_Basic/dataview_ada.gpr
tests/testsuite/TrafficLight_Basic/dataview_ada.gpr
+0
-16
No files found.
tests/testsuite/TrafficLight_Basic/dataview_ada.gpr
deleted
100644 → 0
View file @
d0fe4b85
project
DataView_Ada
is
for
Languages
use
(
"ASN1"
);
for
Source_Dirs
use
(
"."
);
for
Source_Files
use
(
"dataview-uniq.asn"
);
for
Object_Dir
use
"code"
;
package
Naming
is
for
Body_Suffix
(
"ASN1"
)
use
".asn"
;
end
Naming
;
package
Compiler
is
for
Driver
(
"ASN1"
)
use
"asn1.exe"
;
for
Leading_Required_Switches
(
"ASN1"
)
use
(
"-Ada"
,
"-typePrefix"
,
"Asn1Scc"
);
end
Compiler
;
end
DataView_Ada
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment