• R/O
  • SSH

AdaMagic_Experiments: Commit

Experiments aiming to become more familiar with AdaMagic. Porting System.Atomic_Counters to AdaMagic.


Commit MetaInfo

Revisionbe997d63f0bf7bf296dd73d4716ae04c623f66dc (tree)
Time2019-07-16 04:42:18
AuthorIvan Levashev 卜根 <bu_ <gen@octa...>
CommiterIvan Levashev 卜根 <bu_

Log Message

Tweaking build scripts

Change Summary

Incremental Difference

diff -r 9f50794d0109 -r be997d63f0bf ADA.LIB
--- a/ADA.LIB Sun Jan 13 01:02:52 2019 +0300
+++ b/ADA.LIB Mon Jul 15 22:42:18 2019 +0300
@@ -1,24 +1,21 @@
1-MSGSUB: ------------------------------------------------------------------------------
2-MSGSUB: -- Copyright 2019 Levashev Ivan Aleksandrovich --
3-MSGSUB: -- --
4-MSGSUB: -- Licensed under the Apache License, Version 2.0 (the "License"); --
5-MSGSUB: -- you may not use this file except in compliance with the License. --
6-MSGSUB: -- You may obtain a copy of the License at --
7-MSGSUB: -- --
8-MSGSUB: -- http://www.apache.org/licenses/LICENSE-2.0 --
9-MSGSUB: -- --
10-MSGSUB: -- Unless required by applicable law or agreed to in writing, software --
11-MSGSUB: -- distributed under the License is distributed on an "AS IS" BASIS, --
12-MSGSUB: -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --
13-MSGSUB: -- See the License for the specific language governing permissions and --
14-MSGSUB: -- limitations under the License. --
15-MSGSUB: ------------------------------------------------------------------------------
1+XILSUB: Intermediate/Include
2+INFSUB: Intermediate/Information
3+LINKSUB: Intermediate/Link
4+LSTSUB: Intermediate/Listing
5+XLSTSUB: Intermediate/Listing
6+MSGSUB: Intermediate/Messages
7+OBJSUB: Intermediate/Objects
8+PRLSUB: Intermediate/Record
9+RLSUB: Intermediate/Record
10+XREFSUB: Intermediate/Reference
11+ILSUB: Intermediate/Source
1612
17-ILSUB: Intermediate/Source
18-XILSUB: Intermediate/Include
19-OBJSUB: Intermediate/Objects
20-INFSUB: Intermediate/Information
21-XREFSUB: Intermediate/Reference
13+ELTABSUB: Intermediate/Other
14+TXTSUB: Intermediate/Other
15+
16+HTMLSUB: Intermediate/Other
17+
18+
2219 PATH
23- PATHNAME: D:\MapuSoft\AppCOE_x32\Tools\Ada\windows\rtl.windows
20+ PATHNAME: C:\MapuSoft\AppCOE_x32\Tools\Ada\windows\rtl.windows
2421 ENDPATH
diff -r 9f50794d0109 -r be997d63f0bf Clean.cmd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Clean.cmd Mon Jul 15 22:42:18 2019 +0300
@@ -0,0 +1,29 @@
1+@echo off
2+rem ------------------------------------------------------------------------------
3+rem -- Copyright 2019 Levashev Ivan Aleksandrovich --
4+rem -- --
5+rem -- Licensed under the Apache License, Version 2.0 (the "License"); --
6+rem -- you may not use this file except in compliance with the License. --
7+rem -- You may obtain a copy of the License at --
8+rem -- --
9+rem -- http://www.apache.org/licenses/LICENSE-2.0 --
10+rem -- --
11+rem -- Unless required by applicable law or agreed to in writing, software --
12+rem -- distributed under the License is distributed on an "AS IS" BASIS, --
13+rem -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --
14+rem -- See the License for the specific language governing permissions and --
15+rem -- limitations under the License. --
16+rem ------------------------------------------------------------------------------
17+
18+del Intermediate\Include\*.h
19+del Intermediate\Information\*.info
20+del Intermediate\Link\*.link_o
21+del Intermediate\Listing\*.lst
22+del Intermediate\Listing\*.xlst
23+del Intermediate\Objects\*.o
24+del Intermediate\Objects\*.s
25+del Intermediate\Record\*.prl
26+del Intermediate\Record\*.rl
27+del Intermediate\Reference\*.xref
28+del Intermediate\Source\*.c
29+del Intermediate\Source\*.i
diff -r 9f50794d0109 -r be997d63f0bf Compile.cmd
--- a/Compile.cmd Sun Jan 13 01:02:52 2019 +0300
+++ b/Compile.cmd Mon Jul 15 22:42:18 2019 +0300
@@ -15,4 +15,4 @@
1515 rem -- limitations under the License. --
1616 rem ------------------------------------------------------------------------------
1717
18-adabgen -ke -kt -kc -kh -xr -g -ga -gc -trace Experiments.Hello
18+adabgen -ke -kt -kc -kh -ks -kil -rl -lx -g -ga -gc Experiments.Hello
diff -r 9f50794d0109 -r be997d63f0bf Source/Ada_Magic_Forward.ads
--- a/Source/Ada_Magic_Forward.ads Sun Jan 13 01:02:52 2019 +0300
+++ b/Source/Ada_Magic_Forward.ads Mon Jul 15 22:42:18 2019 +0300
@@ -14,7 +14,7 @@
1414 -- limitations under the License. --
1515 ------------------------------------------------------------------------------
1616
17--- Ada 2005+ and GNAT features backported to AdaMagic
17+-- Ada 2005+ and GNAT features backported to AdaMagic
1818
1919 package Ada_Magic_Forward is
2020
Show on old repository browser