Skip to content

Commit f7bedc9

Browse files
committed
GPS refs
1 parent 8dc5611 commit f7bedc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

courses/fundamentals_of_ada/labs/solar_system/00_getting_started/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Question 2
3434
During the training, we will use GNAT Studio, AdaCore’s integrated development
3535
environment. You can run it to open the simple project via:
3636

37-
:code:`gps –Psimple`
37+
:code:`gnatstudio –Psimple`
3838

3939
After that, you can use the “Build and Run” action, that is accessible via the play
4040
icon in the main toolbar, to automate what we did in part 1. It will rebuild

courses/fundamentals_of_ada/labs/solar_system/start_windows_x86-64.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set PATH=%INSTALL%\gnat-community-2019-x86_64-windows\bin;%PATH%
44
set PATH=%LOCAL%\libs64;%PATH%
55
set ADA_PROJECT_PATH=%LOCAL%\game_support;%LOCAL%\gnat_sdl;
66
set LIBRARY_PATH=%LOCAL%\libs64;%LIBRARY_PATH%
7-
set GPS_HOME=%LOCAL%
7+
set GNAT_STUDIO_HOME=%LOCAL%
88
set HOST=Windows
99
@echo off
1010
echo -
@@ -15,7 +15,7 @@ echo ** 64 bits environment ready **
1515
echo ** **
1616
echo ********************************
1717
echo -
18-
echo - run gps from this console
18+
echo - run GNAT Studio from this console
1919
echo -
2020
echo -
2121
start "" "gnatstudio"

0 commit comments

Comments
 (0)