Files
gnatstudio/socket/socket.gpr

13 lines
196 B
Plaintext
Raw Permalink Normal View History

with "../kernel/kernel";
with "../shared";
project Socket is
for Source_Dirs use ("src");
for Object_Dir use Shared'Object_Dir;
package Compiler renames Shared.Compiler;
end Socket;