* Changes in build scripts due to SDLAda removal

This commit is contained in:
Vovanium 2023-08-03 18:56:29 +03:00
parent b0b1ec003d
commit eaaa62732b
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
#!/usr/bin/make -f
.PHONY : examples
.PHONY : all examples
all :
gprbuild -P gpr/default.gpr
examples : build/share/video/visi.bmp
gprbuild -P gpr/example_sdl_minimal.gpr

View File

@ -1,4 +1,4 @@
-- Native build
aggregate project Default is
for Project_Files use ("video_base.gpr", "video_io.gpr", "video_sdl.gpr", "example_io.gpr", "example_sdl.gpr", "video_sdl_minimal.gpr");
for Project_Files use ("video_base.gpr", "video_io.gpr", "video_sdl_minimal.gpr", "example_io.gpr");
end Default;