Skip to content

Commit 5285caa

Browse files
committed
Add windows 32bit, fix CE 2020
1 parent f7bedc9 commit 5285caa

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set LOCAL=%~dp0
22
set 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%
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%
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)