File tree Expand file tree Collapse file tree
courses/fundamentals_of_ada/labs/solar_system Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11set LOCAL = %~dp0
22set INSTALL = E:\install\GNAT
3- set PATH = %INSTALL% \gnat-community-2019 -x86_64-windows\bin;%PATH%
3+ set PATH = %INSTALL% \gnat-community-2020 -x86_64-windows\bin;%PATH%
44set PATH = %LOCAL% \libs64;%PATH%
55set ADA_PROJECT_PATH = %LOCAL% \game_support;%LOCAL% \gnat_sdl;
66set LIBRARY_PATH = %LOCAL% \libs64;%LIBRARY_PATH%
Original file line number Diff line number Diff line change 1+ set LOCAL = %~dp0
2+ set INSTALL = E:\install\GNAT
3+ set PATH = %INSTALL% \gnat-community-2020-x86-windows\bin;%PATH%
4+ set PATH = %LOCAL% \libs;%PATH%
5+ set ADA_PROJECT_PATH = %LOCAL% \game_support;%LOCAL% \gnat_sdl;
6+ set LIBRARY_PATH = %LOCAL% \libs;%LIBRARY_PATH%
7+ set GNAT_STUDIO_HOME = %LOCAL%
8+ set HOST = Windows
9+ @ echo off
10+ echo -
11+ echo -
12+ echo ********************************
13+ echo ** **
14+ echo ** 32 bits environment ready **
15+ echo ** **
16+ echo ********************************
17+ echo -
18+ echo - run GNAT Studio from this console
19+ echo -
20+ echo -
21+ start " " " gnatstudio"
22+ cmd
You can’t perform that action at this time.
0 commit comments