Skip to content

Commit 31ee1d9

Browse files
committed
Move LSP 3.17 code.
1 parent 8ec7be9 commit 31ee1d9

File tree

542 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

542 files changed

+2
-2
lines changed

gnat/lsp_3_17.gpr

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ with "lsp_common";
1010
project LSP_3_17 is
1111

1212
for Source_Dirs use
13-
("../source/lsp_3.17",
14-
"../source/lsp_3.17/generated");
13+
("../liblsp_3_17/source/",
14+
"../liblsp_3_17/source/generated/");
1515
for Object_Dir use "../.obj/" & LSP_Common.Superproject & "/lsp_317";
1616

1717
package Compiler extends LSP_Common.Compiler is

0 commit comments

Comments
 (0)