Skip to content

Commit

Permalink
GPS refs
Browse files Browse the repository at this point in the history
  • Loading branch information
leogermond committed Dec 1, 2020
1 parent 8dc5611 commit f7bedc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Question 2
During the training, we will use GNAT Studio, AdaCore’s integrated development
environment. You can run it to open the simple project via:

:code:`gps –Psimple`
:code:`gnatstudio –Psimple`

After that, you can use the “Build and Run” action, that is accessible via the play
icon in the main toolbar, to automate what we did in part 1. It will rebuild
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set PATH=%INSTALL%\gnat-community-2019-x86_64-windows\bin;%PATH%
set PATH=%LOCAL%\libs64;%PATH%
set ADA_PROJECT_PATH=%LOCAL%\game_support;%LOCAL%\gnat_sdl;
set LIBRARY_PATH=%LOCAL%\libs64;%LIBRARY_PATH%
set GPS_HOME=%LOCAL%
set GNAT_STUDIO_HOME=%LOCAL%
set HOST=Windows
@echo off
echo -
Expand All @@ -15,7 +15,7 @@ echo ** 64 bits environment ready **
echo ** **
echo ********************************
echo -
echo - run gps from this console
echo - run GNAT Studio from this console
echo -
echo -
start "" "gnatstudio"
Expand Down

0 comments on commit f7bedc9

Please sign in to comment.