Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWENG480-179 #16

Merged
merged 4 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions eRINA_Linux/erina_linux.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ project eRINA_Linux is
-- Specify we want to compile some C code as well
for Languages use ("ada", "c");

for Source_Dirs use ("src/ada_src/", "src/ada_src/messages/", "config/", "src/c_src/");
for Source_Dirs use ("src/", "src/messages/", "config/");
for Object_Dir use "obj/" & eRINA_Linux_Config.Build_Profile;
for Create_Missing_Dirs use "True";
for Exec_Dir use "bin";
for Main use ("test_server.adb", "test_client.adb");

package Linker is
for Default_Switches ("Ada") use ("-lrina-api");
end Linker;

package Compiler is
for Default_Switches ("Ada") use eRINA_Linux_Config.Ada_Compiler_Switches;
end Compiler;
Expand All @@ -28,7 +24,7 @@ project eRINA_Linux is
end Install;

package Erina is
for Source_Dirs use ("src/ada_src");
for Source_Dirs use ("src/");
for Object_Dir use "obj";
end Erina;

Expand Down
144 changes: 0 additions & 144 deletions eRINA_Linux/src/ada_src/bindings-rlite-api.adb

This file was deleted.

Loading
Loading