66
77-- Configuration project for all subprojects of the VSS.
88
9- with "../config/vss_config .gpr";
9+ with "../config/vss_text_config .gpr";
1010
1111abstract project VSS_Common is
1212
@@ -29,18 +29,18 @@ abstract project VSS_Common is
2929 Ada_Coverage_Switches := ();
3030 Linker_Options := ();
3131
32- Library_Dir := "../.libs/" & VSS_Config .Build_Profile & "/" & Library_Kind;
33- Object_Dir := "../.objs/" & VSS_Config .Build_Profile & "/" & Library_Kind;
34- Tests_Object_Dir := "../../.objs/" & VSS_Config .Build_Profile & "/tests";
35- Tools_Object_Dir := "../../.objs/" & VSS_Config .Build_Profile & "/tools";
32+ Library_Dir := "../.libs/" & VSS_Text_Config .Build_Profile & "/" & Library_Kind;
33+ Object_Dir := "../.objs/" & VSS_Text_Config .Build_Profile & "/" & Library_Kind;
34+ Tests_Object_Dir := "../../.objs/" & VSS_Text_Config .Build_Profile & "/tests";
35+ Tools_Object_Dir := "../../.objs/" & VSS_Text_Config .Build_Profile & "/tools";
3636
3737 Common_Ada_Compiler_Switches :=
3838 ("-gnatW8"); -- Wide character encoding method UTF-8
3939
4040 -- Build Profile
4141
4242 VSS_Ada_Compiler_Switches := ();
43- case VSS_Config .Build_Profile is
43+ case VSS_Text_Config .Build_Profile is
4444 when "release" =>
4545 VSS_Ada_Compiler_Switches := ("-g");
4646
@@ -90,7 +90,7 @@ abstract project VSS_Common is
9090 -- Common set of switches
9191
9292 Ada_Compiler_Switches :=
93- VSS_Config .Ada_Compiler_Switches
93+ VSS_Text_Config .Ada_Compiler_Switches
9494 & Common_Ada_Compiler_Switches
9595 & VSS_Ada_Compiler_Switches
9696 & Coverage_Ada_Compiler_Switches
0 commit comments