You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
Also obsolete attribute was removed from IDE package Change-Id: I432e142960d5f2398db9e88e305473afebcaeea3
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
with "../../shared";
|
|
|
|
with "../core/codefix_core.gpr";
|
|
|
|
project Codefix_UI is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Languages use ("Ada");
|
|
for Object_Dir use Shared'Object_Dir;
|
|
|
|
package Compiler renames Shared.Compiler;
|
|
|
|
end Codefix_UI;
|