From cfbe2104c22982d068d6fa63643b96750747d9a1 Mon Sep 17 00:00:00 2001 From: HonkiTonk Date: Sat, 23 Dec 2023 03:53:52 +0100 Subject: [PATCH] =?UTF-8?q?Neue=20Version=20ver=C3=B6ffentlicht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HonkiTonksZivilisationen.gpr | 84 --------------- HonkiTonksZivilisationen_Dynamic.gpr | 84 --------------- HonkiTonksZivilisationen_Laptop.gpr | 84 --------------- HonkiTonksZivilisationen_Static.gpr | 85 --------------- HonkiTonksZivilisationen_Static_Dynamic.gpr | 85 --------------- HonkiTonksZivilisationen_Windows.gpr | 83 --------------- HonkiTonksZivilisationen_Windows_Test.gpr | 83 --------------- asfml.gpr | 112 -------------------- asfml_Dynamic.gpr | 112 -------------------- asfml_Laptop.gpr | 112 -------------------- asfml_Windows.gpr | 106 ------------------ 11 files changed, 1030 deletions(-) delete mode 100644 HonkiTonksZivilisationen.gpr delete mode 100644 HonkiTonksZivilisationen_Dynamic.gpr delete mode 100644 HonkiTonksZivilisationen_Laptop.gpr delete mode 100644 HonkiTonksZivilisationen_Static.gpr delete mode 100644 HonkiTonksZivilisationen_Static_Dynamic.gpr delete mode 100644 HonkiTonksZivilisationen_Windows.gpr delete mode 100644 HonkiTonksZivilisationen_Windows_Test.gpr delete mode 100644 asfml.gpr delete mode 100644 asfml_Dynamic.gpr delete mode 100644 asfml_Laptop.gpr delete mode 100644 asfml_Windows.gpr diff --git a/HonkiTonksZivilisationen.gpr b/HonkiTonksZivilisationen.gpr deleted file mode 100644 index b6e280331..000000000 --- a/HonkiTonksZivilisationen.gpr +++ /dev/null @@ -1,84 +0,0 @@ -with "asfml.gpr"; - -project HonkiTonksZivilisationen is - - type Betriebssystem_Type is - ("Linux", "Windows"); - Betriebssystem : Betriebssystem_Type := external ("Betriebssystem", "Linux"); - type Status_Type is - ("Entwicklung", "Veroeffentlichung"); - Status : Status_Type := external ("Status", "Entwicklung"); - - case Betriebssystem is - - when "Linux" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - - when "Windows" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - end case; - - package Naming is - for Casing use "MixedCase"; - end Naming; - - package Compiler is - for Switches ("ada") use ("-gnatW8", "-gnatf", "-gnat2020", "-gnato", "-fstack-check", "-g", "-gnata", "-gnatVacdefimoprst", - "-gnatw.a.b.c.d.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.v.w.x.zcghiklopqrtuvwxyz_c_re.u_pajfmd_q", "-gnatyACOSadefhiklnprsxM222L7"); - for Local_Configuration_Pragmas use "Lokale Pragmas"; - end Compiler; - - package Builder is - for Switches ("ada") use ("-k", "-s", "-C", "-gnatW8", "-j4"); - end Builder; - - package Binder is - for Default_Switches ("ada") use ("-static", "-d_C", "-W8"); - end Binder; - - package Pretty_Printer is - for Default_Switches ("ada") use ("-W8"); - end Pretty_Printer; - - package Prove is - end Prove; - - package Linker is - for Switches ("ada") use ("-s", "-Wl,--gc-sections"); - for Linker_Options use ("-static"); - end Linker; - -end HonkiTonksZivilisationen; - diff --git a/HonkiTonksZivilisationen_Dynamic.gpr b/HonkiTonksZivilisationen_Dynamic.gpr deleted file mode 100644 index 045d9eb50..000000000 --- a/HonkiTonksZivilisationen_Dynamic.gpr +++ /dev/null @@ -1,84 +0,0 @@ -with "asfml_Dynamic.gpr"; - -project HonkiTonksZivilisationen_Dynamic is - - type Betriebssystem_Type is - ("Linux", "Windows"); - Betriebssystem : Betriebssystem_Type := external ("Betriebssystem", "Linux"); - type Status_Type is - ("Entwicklung", "Veroeffentlichung"); - Status : Status_Type := external ("Status", "Veroeffentlichung"); - - case Betriebssystem is - - when "Linux" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - - when "Windows" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - end case; - - package Naming is - for Casing use "MixedCase"; - end Naming; - - package Compiler is - for Switches ("ada") use ("-gnatW8", "-gnatf", "-gnat2020", "-O3", "-gnatn", "-funroll-loops", "-fPIC", "-fstack-check", "-flto", "-gnatVacdefimoprst", - "-gnatw.a.b.c.d.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.v.w.x.zcdghiklmopqrtuvwxyz_c_re.u_pajf", "-gnatyACOSadefhiklnprsxM222L8"); - for Local_Configuration_Pragmas use "Lokale Pragmas"; - end Compiler; - - package Builder is - for Switches ("ada") use ("-k", "-s", "-C", "-gnatW8", "-j4"); - end Builder; - - package Binder is - for Default_Switches ("ada") use ("-d_C", "-W8"); - end Binder; - - package Pretty_Printer is - for Default_Switches ("ada") use ("-W8"); - end Pretty_Printer; - - package Prove is - for Proof_Switches ("ada") use ("-j4", "--proof-warnings", "--codepeer=on"); - end Prove; - - package Linker is - for Switches ("ada") use ("-s", "-Wl,--gc-sections", "-flto"); - end Linker; - -end HonkiTonksZivilisationen_Dynamic; - diff --git a/HonkiTonksZivilisationen_Laptop.gpr b/HonkiTonksZivilisationen_Laptop.gpr deleted file mode 100644 index 6a5358e8f..000000000 --- a/HonkiTonksZivilisationen_Laptop.gpr +++ /dev/null @@ -1,84 +0,0 @@ -with "asfml_Laptop.gpr"; - -project HonkiTonksZivilisationen_Laptop is - - type Betriebssystem_Type is - ("Linux", "Windows"); - Betriebssystem : Betriebssystem_Type := external ("Betriebssystem", "Linux"); - type Status_Type is - ("Entwicklung", "Veroeffentlichung"); - Status : Status_Type := external ("Status", "Entwicklung"); - - case Betriebssystem is - - when "Linux" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - - when "Windows" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - end case; - - package Naming is - for Casing use "MixedCase"; - end Naming; - - package Compiler is - for Switches ("ada") use ("-gnatW8", "-gnatf", "-gnat2020", "-gnato", "-fstack-check", "-g", "-gnata", "-gnatVacdefimoprst", - "-gnatw.a.b.c.d.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.v.w.x.zcghiklopqrtuvwxyz_c_re.u_pajfmd", "-gnatyACOSadefhiklnprsxM222L7"); - for Local_Configuration_Pragmas use "Lokale Pragmas"; - end Compiler; - - package Builder is - for Switches ("ada") use ("-k", "-s", "-C", "-gnatW8"); - end Builder; - - package Binder is - for Default_Switches ("ada") use ("-static", "-d_C", "-W8"); - end Binder; - - package Pretty_Printer is - for Default_Switches ("ada") use ("-W8"); - end Pretty_Printer; - - package Prove is - end Prove; - - package Linker is - for Switches ("ada") use ("-s", "-Wl,--gc-sections"); - for Linker_Options use ("-static"); - end Linker; - -end HonkiTonksZivilisationen_Laptop; - diff --git a/HonkiTonksZivilisationen_Static.gpr b/HonkiTonksZivilisationen_Static.gpr deleted file mode 100644 index 18d006775..000000000 --- a/HonkiTonksZivilisationen_Static.gpr +++ /dev/null @@ -1,85 +0,0 @@ -with "asfml.gpr"; - -project HonkiTonksZivilisationen_Static is - - type Betriebssystem_Type is - ("Linux", "Windows"); - Betriebssystem : Betriebssystem_Type := external ("Betriebssystem", "Linux"); - type Status_Type is - ("Entwicklung", "Veroeffentlichung"); - Status : Status_Type := external ("Status", "Veroeffentlichung"); - - case Betriebssystem is - - when "Linux" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - - when "Windows" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - end case; - - package Naming is - for Casing use "MixedCase"; - end Naming; - - package Compiler is - for Switches ("ada") use ("-gnatW8", "-gnatf", "-gnat2020", "-fstack-check", "-O3", "-gnatn", "-funroll-loops", "-flto", "-gnatVacdefimoprst", - "-gnatw.a.b.c.d.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.v.w.x.zcdghiklmopqrtuvwxyz_c_re.u_pajf", "-gnatyACOSadefhiklnprsxM222L8"); - for Local_Configuration_Pragmas use "Lokale Pragmas"; - end Compiler; - - package Builder is - for Switches ("ada") use ("-k", "-s", "-C", "-gnatW8", "-j4"); - end Builder; - - package Binder is - for Default_Switches ("ada") use ("-static", "-d_C", "-W8"); - end Binder; - - package Pretty_Printer is - for Default_Switches ("ada") use ("-W8"); - end Pretty_Printer; - - package Prove is - for Proof_Switches ("ada") use ("-j4", "--proof-warnings", "--codepeer=on"); - end Prove; - - package Linker is - for Switches ("ada") use ("-s", "-Wl,--gc-sections", "-flto"); - for Linker_Options use ("-static"); - end Linker; - -end HonkiTonksZivilisationen_Static; - diff --git a/HonkiTonksZivilisationen_Static_Dynamic.gpr b/HonkiTonksZivilisationen_Static_Dynamic.gpr deleted file mode 100644 index d429dcacd..000000000 --- a/HonkiTonksZivilisationen_Static_Dynamic.gpr +++ /dev/null @@ -1,85 +0,0 @@ -with "asfml_Dynamic.gpr"; - -project HonkiTonksZivilisationen_Static_Dynamic is - - type Betriebssystem_Type is - ("Linux", "Windows"); - Betriebssystem : Betriebssystem_Type := external ("Betriebssystem", "Linux"); - type Status_Type is - ("Entwicklung", "Veroeffentlichung"); - Status : Status_Type := external ("Status", "Veroeffentlichung"); - - case Betriebssystem is - - when "Linux" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - - when "Windows" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - end case; - - package Naming is - for Casing use "MixedCase"; - end Naming; - - package Compiler is - for Switches ("ada") use ("-gnatW8", "-gnatf", "-gnat2020", "-O3", "-gnatn", "-funroll-loops", "-fPIC", "-fstack-check", "-flto", "-gnatVacdefimoprst", - "-gnatw.a.b.c.d.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.v.w.x.zcdghiklmopqrtuvwxyz_c_re.u_pajf", "-gnatyACOSadefhiklnprsxM222L8"); - for Local_Configuration_Pragmas use "Lokale Pragmas"; - end Compiler; - - package Builder is - for Switches ("ada") use ("-k", "-s", "-C", "-gnatW8", "-j4"); - end Builder; - - package Binder is - for Default_Switches ("ada") use ("-static", "-d_C", "-W8"); - end Binder; - - package Pretty_Printer is - for Default_Switches ("ada") use ("-W8"); - end Pretty_Printer; - - package Prove is - for Proof_Switches ("ada") use ("-j4", "--proof-warnings", "--codepeer=on"); - end Prove; - - package Linker is - for Switches ("ada") use ("-s", "-Wl,--gc-sections", "-flto"); - for Linker_Options use ("-static"); - end Linker; - -end HonkiTonksZivilisationen_Static_Dynamic; - diff --git a/HonkiTonksZivilisationen_Windows.gpr b/HonkiTonksZivilisationen_Windows.gpr deleted file mode 100644 index 48cbb1922..000000000 --- a/HonkiTonksZivilisationen_Windows.gpr +++ /dev/null @@ -1,83 +0,0 @@ -with "asfml_Windows.gpr"; - -project HonkiTonksZivilisationen_Windows is - - type Betriebssystem_Type is - ("Linux", "Windows"); - Betriebssystem : Betriebssystem_Type := external ("Betriebssystem", "Windows"); - type Status_Type is - ("Entwicklung", "Veroeffentlichung"); - Status : Status_Type := external ("Status", "Veroeffentlichung"); - - case Betriebssystem is - - when "Linux" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - - when "Windows" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - end case; - - package Naming is - for Casing use "MixedCase"; - end Naming; - - package Compiler is - for Switches ("ada") use ("-gnatW8", "-gnatf", "-gnat2020", "-O3", "-gnatn", "-funroll-loops", "-fPIC", "-fstack-check", "-gnatVacdefimoprst", - "-gnatw.a.b.c.d.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.v.w.x.zcdghiklmopqrtuvwxyz_c_re.u_pajf", "-gnatyACOSadefhiklnprsxM222L8"); - for Local_Configuration_Pragmas use "Lokale Pragmas"; - end Compiler; - - package Builder is - for Switches ("ada") use ("-k", "-s", "-C", "-gnatW8", "-j4"); - end Builder; - - package Binder is - for Default_Switches ("ada") use ("-static", "-W8"); - end Binder; - - package Pretty_Printer is - for Default_Switches ("ada") use ("-W8"); - end Pretty_Printer; - - package Prove is - end Prove; - - package Linker is - for Switches ("ada") use ("-s", "-Wl,--gc-sections"); - end Linker; - -end HonkiTonksZivilisationen_Windows; - diff --git a/HonkiTonksZivilisationen_Windows_Test.gpr b/HonkiTonksZivilisationen_Windows_Test.gpr deleted file mode 100644 index 33d0730d6..000000000 --- a/HonkiTonksZivilisationen_Windows_Test.gpr +++ /dev/null @@ -1,83 +0,0 @@ -with "asfml_Windows.gpr"; - -project HonkiTonksZivilisationen_Windows_Test is - - type Betriebssystem_Type is - ("Linux", "Windows"); - Betriebssystem : Betriebssystem_Type := external ("Betriebssystem", "Windows"); - type Status_Type is - ("Entwicklung", "Veroeffentlichung"); - Status : Status_Type := external ("Status", "Entwicklung"); - - case Betriebssystem is - - when "Linux" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "Honki Tonks Zivilisationen"; - for Object_Dir use "obj"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungLinux"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - - when "Windows" => - - case Status is - - when "Entwicklung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/EntwicklungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - - when "Veroeffentlichung" => - for Exec_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/Zivilisationen Win/Honki Tonks Zivilisationen"; - for Object_Dir use "obj_windows"; - for Source_Dirs use ("src/**", "srcBS/VereoffentlichungWindows"); - for Create_Missing_Dirs use "True"; - for Main use ("HonkiTonksZivilisationen.adb"); - end case; - end case; - - package Naming is - for Casing use "MixedCase"; - end Naming; - - package Compiler is - for Switches ("ada") use ("-gnatW8", "-gnatf", "-gnat2020", "-fstack-check", "-gnato", "-g", "-gnata", "-gnatVacdefimoprst", - "-gnatw.a.b.c.d.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.v.w.x.zcdghiklmopqrtuvwxyz_c_re.u_pajf", "-gnatyACOSadefhiklnprsxM222L8"); - for Local_Configuration_Pragmas use "Lokale Pragmas"; - end Compiler; - - package Builder is - for Switches ("ada") use ("-k", "-s", "-C", "-gnatW8", "-j4"); - end Builder; - - package Binder is - for Default_Switches ("ada") use ("-static", "-W8"); - end Binder; - - package Pretty_Printer is - for Default_Switches ("ada") use ("-W8"); - end Pretty_Printer; - - package Prove is - end Prove; - - package Linker is - for Switches ("ada") use ("-s", "-Wl,--gc-sections"); - end Linker; - -end HonkiTonksZivilisationen_Windows_Test; - diff --git a/asfml.gpr b/asfml.gpr deleted file mode 100644 index c3085eeb5..000000000 --- a/asfml.gpr +++ /dev/null @@ -1,112 +0,0 @@ -library project ASFML is - - type T_OS is ("Windows_NT", "Linux"); - V_OS : T_OS := external ("OS", "Linux"); - - for Languages use ("Ada"); - - for Create_Missing_Dirs use "True"; - - for Source_Dirs use ("/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/ASFML/include"); - for Object_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/ASFML/obj"; - - for Library_Name use "asfml"; - - for Library_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/ASFML/lib"; - for Library_ALI_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/ASFML/lib"; - for Library_Kind use "static"; - - - type Enabled_Kind is ("enabled", "disabled"); - Compile_Checks : Enabled_Kind := External ("ASFML_COMPILE_CHECKS", "enabled"); - Runtime_Checks : Enabled_Kind := External ("ASFML_RUNTIME_CHECKS", "enabled"); - Style_Checks : Enabled_Kind := External ("ASFML_STYLE_CHECKS", "enabled"); - Contracts_Checks : Enabled_Kind := External ("ASFML_CONTRACTS", "enabled"); - - type Build_Kind is ("debug", "optimize"); - Build_Mode : Build_Kind := External ("ASFML_BUILD_MODE", "optimize"); - - Compile_Checks_Switches := (); - case Compile_Checks is - when "enabled" => - Compile_Checks_Switches := - ("-gnatwa"); -- All warnings - when others => null; - end case; - - Runtime_Checks_Switches := (); - case Runtime_Checks is - when "enabled" => null; - when others => - Runtime_Checks_Switches := - ("-gnatp"); -- Supress checks - end case; - - Style_Checks_Switches := (); - case Style_Checks is - when "enabled" => - Style_Checks_Switches := - ("-gnatyg", -- GNAT Style checks - "-gnatyd", -- No DOS line terminators - "-gnatyM80", -- Maximum line length - "-gnatyO"); -- Overriding subprograms explicitly marked as such - when others => null; - end case; - - Contracts_Switches := (); - case Contracts_Checks is - when "enabled" => - Contracts_Switches := - ("-gnata"); -- Enable assertions and contracts - when others => null; - end case; - - Build_Switches := (); - case Build_Mode is - when "optimize" => - Build_Switches := ("-O3", -- Optimization - "-gnatn"); -- Enable inlining - when "debug" => - Build_Switches := ("-g", -- Debug info - "-Og", -- No optimization - "-gnatVa"); -- All validity checks - end case; - - package Compiler is - for Default_Switches ("Ada") use - Compile_Checks_Switches & - Build_Switches & - Runtime_Checks_Switches & - Contracts_Switches & - ("-gnatQ"); -- Don't quit. Generate ALI and tree files even if illegalities - end Compiler; - - package Binder is - for Switches ("Ada") use ("-Es"); -- Symbolic traceback - for Default_Switches ("ada") use ("-static"); - end Binder; - - package Linker is - for Linker_Options use - ( - "-lcsfml-audio", "-lcsfml-graphics", "-lcsfml-window", "-lcsfml-system", "-lcsfml-network", - "-lsfml-audio", "-lsfml-graphics", "-lsfml-window", "-lsfml-system", "-lsfml-network", - "-lopenal", "-logg", "-lvorbis", "-lvorbisenc", "-lvorbisfile", "-lFLAC", "-lfreetype", - "-lOpenGL", "-lGLX", "-ludev", "-lXrandr", "-lX11", "-lstdc++", "-lm", - -- Wird aktuell nicht benötigt, aber vielleicht in der Zukunft? Mal ausgeklammert drin lassen. - -- "-lGLU", "-lpthread", - "-lasfml"); - end Linker; - - - package Documentation is - for Documentation_Dir use "doc"; - for Doc_Pattern use "^/ |^/< "; - -- This considers comments beginning with "--/ " to be documentation - for Custom_Tags_Definition use "tools/sfml-doc-tags.py"; - -- GNATdoc loads provided file on startup to process custom tags - for Image_Dir use "images"; - for HTML_Custom_Dir use "tools/gnatdoc_html"; - end Documentation; - -end ASFML; \ No newline at end of file diff --git a/asfml_Dynamic.gpr b/asfml_Dynamic.gpr deleted file mode 100644 index 93d8cb85f..000000000 --- a/asfml_Dynamic.gpr +++ /dev/null @@ -1,112 +0,0 @@ -library project ASFML_Dynamic is - - type T_OS is ("Windows_NT", "Linux"); - V_OS : T_OS := external ("OS", "Linux"); - - for Languages use ("Ada"); - - for Create_Missing_Dirs use "True"; - - for Source_Dirs use ("/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/ASFMLDynamic/include"); - for Object_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/ASFMLDynamic/obj"; - - for Library_Name use "asfml"; - - for Library_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/ASFMLDynamic/lib"; - for Library_ALI_Dir use "/mnt/7db030dd-f557-47fa-b854-251d5b7172b9/Ada/ASFMLDynamic/lib"; - for Library_Kind use "static"; - - - type Enabled_Kind is ("enabled", "disabled"); - Compile_Checks : Enabled_Kind := External ("ASFML_COMPILE_CHECKS", "enabled"); - Runtime_Checks : Enabled_Kind := External ("ASFML_RUNTIME_CHECKS", "enabled"); - Style_Checks : Enabled_Kind := External ("ASFML_STYLE_CHECKS", "enabled"); - Contracts_Checks : Enabled_Kind := External ("ASFML_CONTRACTS", "enabled"); - - type Build_Kind is ("debug", "optimize"); - Build_Mode : Build_Kind := External ("ASFML_BUILD_MODE", "optimize"); - - Compile_Checks_Switches := (); - case Compile_Checks is - when "enabled" => - Compile_Checks_Switches := - ("-gnatwa"); -- All warnings - when others => null; - end case; - - Runtime_Checks_Switches := (); - case Runtime_Checks is - when "enabled" => null; - when others => - Runtime_Checks_Switches := - ("-gnatp"); -- Supress checks - end case; - - Style_Checks_Switches := (); - case Style_Checks is - when "enabled" => - Style_Checks_Switches := - ("-gnatyg", -- GNAT Style checks - "-gnatyd", -- No DOS line terminators - "-gnatyM80", -- Maximum line length - "-gnatyO"); -- Overriding subprograms explicitly marked as such - when others => null; - end case; - - Contracts_Switches := (); - case Contracts_Checks is - when "enabled" => - Contracts_Switches := - ("-gnata"); -- Enable assertions and contracts - when others => null; - end case; - - Build_Switches := (); - case Build_Mode is - when "optimize" => - Build_Switches := ("-O3", -- Optimization - "-gnatn"); -- Enable inlining - when "debug" => - Build_Switches := ("-g", -- Debug info - "-Og", -- No optimization - "-gnatVa"); -- All validity checks - end case; - - package Compiler is - for Default_Switches ("Ada") use - Compile_Checks_Switches & - Build_Switches & - Runtime_Checks_Switches & - Contracts_Switches & - ("-gnatQ"); -- Don't quit. Generate ALI and tree files even if illegalities - end Compiler; - - package Binder is - for Switches ("Ada") use ("-Es"); -- Symbolic traceback - for Default_Switches ("ada") use ("-static"); - end Binder; - - package Linker is - for Linker_Options use - ( - "-lcsfml-audio", "-lcsfml-graphics", "-lcsfml-window", "-lcsfml-system", "-lcsfml-network", - "-lsfml-audio", "-lsfml-graphics", "-lsfml-window", "-lsfml-system", "-lsfml-network", - "-lopenal", "-logg", "-lvorbis", "-lvorbisenc", "-lvorbisfile", "-lFLAC", "-lfreetype", - "-lOpenGL", "-lGLX", "-ludev", "-lXrandr", "-lX11", "-lstdc++", "-lm", - -- Wird aktuell nicht benötigt, aber vielleicht in der Zukunft? Mal ausgeklammert drin lassen. - -- "-lGLU", "-lpthread", - "-lasfml"); - end Linker; - - - package Documentation is - for Documentation_Dir use "doc"; - for Doc_Pattern use "^/ |^/< "; - -- This considers comments beginning with "--/ " to be documentation - for Custom_Tags_Definition use "tools/sfml-doc-tags.py"; - -- GNATdoc loads provided file on startup to process custom tags - for Image_Dir use "images"; - for HTML_Custom_Dir use "tools/gnatdoc_html"; - end Documentation; - -end ASFML_Dynamic; \ No newline at end of file diff --git a/asfml_Laptop.gpr b/asfml_Laptop.gpr deleted file mode 100644 index 0c670e404..000000000 --- a/asfml_Laptop.gpr +++ /dev/null @@ -1,112 +0,0 @@ -library project ASFML_Laptop is - - type T_OS is ("Windows_NT", "Linux"); - V_OS : T_OS := external ("OS", "Linux"); - - for Languages use ("Ada"); - - for Create_Missing_Dirs use "True"; - - for Source_Dirs use ("/home/honki/Ada/ASFML/include"); - for Object_Dir use "/home/honki/Ada/ASFML/obj"; - - for Library_Name use "asfml"; - - for Library_Dir use "/home/honki/Ada/ASFML/lib"; - for Library_ALI_Dir use "/home/honki/Ada/ASFML/lib"; - for Library_Kind use "static"; - - - type Enabled_Kind is ("enabled", "disabled"); - Compile_Checks : Enabled_Kind := External ("ASFML_COMPILE_CHECKS", "enabled"); - Runtime_Checks : Enabled_Kind := External ("ASFML_RUNTIME_CHECKS", "enabled"); - Style_Checks : Enabled_Kind := External ("ASFML_STYLE_CHECKS", "enabled"); - Contracts_Checks : Enabled_Kind := External ("ASFML_CONTRACTS", "enabled"); - - type Build_Kind is ("debug", "optimize"); - Build_Mode : Build_Kind := External ("ASFML_BUILD_MODE", "optimize"); - - Compile_Checks_Switches := (); - case Compile_Checks is - when "enabled" => - Compile_Checks_Switches := - ("-gnatwa"); -- All warnings - when others => null; - end case; - - Runtime_Checks_Switches := (); - case Runtime_Checks is - when "enabled" => null; - when others => - Runtime_Checks_Switches := - ("-gnatp"); -- Supress checks - end case; - - Style_Checks_Switches := (); - case Style_Checks is - when "enabled" => - Style_Checks_Switches := - ("-gnatyg", -- GNAT Style checks - "-gnatyd", -- No DOS line terminators - "-gnatyM80", -- Maximum line length - "-gnatyO"); -- Overriding subprograms explicitly marked as such - when others => null; - end case; - - Contracts_Switches := (); - case Contracts_Checks is - when "enabled" => - Contracts_Switches := - ("-gnata"); -- Enable assertions and contracts - when others => null; - end case; - - Build_Switches := (); - case Build_Mode is - when "optimize" => - Build_Switches := ("-O3", -- Optimization - "-gnatn"); -- Enable inlining - when "debug" => - Build_Switches := ("-g", -- Debug info - "-Og", -- No optimization - "-gnatVa"); -- All validity checks - end case; - - package Compiler is - for Default_Switches ("Ada") use - Compile_Checks_Switches & - Build_Switches & - Runtime_Checks_Switches & - Contracts_Switches & - ("-gnatQ"); -- Don't quit. Generate ALI and tree files even if illegalities - end Compiler; - - package Binder is - for Switches ("Ada") use ("-Es"); -- Symbolic traceback - for Default_Switches ("ada") use ("-static"); - end Binder; - - package Linker is - for Linker_Options use - ( - "-lcsfml-audio", "-lcsfml-graphics", "-lcsfml-window", "-lcsfml-system", "-lcsfml-network", - "-lsfml-audio", "-lsfml-graphics", "-lsfml-window", "-lsfml-system", "-lsfml-network", - "-lopenal", "-logg", "-lvorbis", "-lvorbisenc", "-lvorbisfile", "-lFLAC", "-lfreetype", - "-lOpenGL", "-lGLX", "-ludev", "-lXrandr", "-lX11", "-lstdc++", "-lm", - -- Wird aktuell nicht benötigt, aber vielleicht in der Zukunft? Mal ausgeklammert drin lassen. - -- "-lGLU", "-lpthread", - "-lasfml"); - end Linker; - - - package Documentation is - for Documentation_Dir use "doc"; - for Doc_Pattern use "^/ |^/< "; - -- This considers comments beginning with "--/ " to be documentation - for Custom_Tags_Definition use "tools/sfml-doc-tags.py"; - -- GNATdoc loads provided file on startup to process custom tags - for Image_Dir use "images"; - for HTML_Custom_Dir use "tools/gnatdoc_html"; - end Documentation; - -end ASFML_Laptop; \ No newline at end of file diff --git a/asfml_Windows.gpr b/asfml_Windows.gpr deleted file mode 100644 index 7a33305c4..000000000 --- a/asfml_Windows.gpr +++ /dev/null @@ -1,106 +0,0 @@ -library project asfml_Windows is - - type T_OS is ("Windows_NT", "Linux"); - V_OS : T_OS := external ("OS", "Linux"); - - for Languages use ("Ada"); - - for Create_Missing_Dirs use "True"; - - for Source_Dirs use ("Z:\mnt\7db030dd-f557-47fa-b854-251d5b7172b9\Ada\ASFMLWin\include"); - for Object_Dir use "Z:\mnt\7db030dd-f557-47fa-b854-251d5b7172b9\Ada\ASFMLWin\obj"; - - for Library_Name use "asfml"; - - for Library_Dir use "Z:\mnt\7db030dd-f557-47fa-b854-251d5b7172b9\Ada\ASFMLWin\lib"; - for Library_ALI_Dir use "Z:\mnt\7db030dd-f557-47fa-b854-251d5b7172b9\Ada\ASFMLWin\lib"; - for Library_Kind use "static"; - - - type Enabled_Kind is ("enabled", "disabled"); - Compile_Checks : Enabled_Kind := External ("ASFML_COMPILE_CHECKS", "enabled"); - Runtime_Checks : Enabled_Kind := External ("ASFML_RUNTIME_CHECKS", "enabled"); - Style_Checks : Enabled_Kind := External ("ASFML_STYLE_CHECKS", "enabled"); - Contracts_Checks : Enabled_Kind := External ("ASFML_CONTRACTS", "enabled"); - - type Build_Kind is ("debug", "optimize"); - Build_Mode : Build_Kind := External ("ASFML_BUILD_MODE", "optimize"); - - Compile_Checks_Switches := (); - case Compile_Checks is - when "enabled" => - Compile_Checks_Switches := - ("-gnatwa"); -- All warnings - when others => null; - end case; - - Runtime_Checks_Switches := (); - case Runtime_Checks is - when "enabled" => null; - when others => - Runtime_Checks_Switches := - ("-gnatp"); -- Supress checks - end case; - - Style_Checks_Switches := (); - case Style_Checks is - when "enabled" => - Style_Checks_Switches := - ("-gnatyg", -- GNAT Style checks - "-gnatyd", -- No DOS line terminators - "-gnatyM80", -- Maximum line length - "-gnatyO"); -- Overriding subprograms explicitly marked as such - when others => null; - end case; - - Contracts_Switches := (); - case Contracts_Checks is - when "enabled" => - Contracts_Switches := - ("-gnata"); -- Enable assertions and contracts - when others => null; - end case; - - Build_Switches := (); - case Build_Mode is - when "optimize" => - Build_Switches := ("-O3", -- Optimization - "-gnatn"); -- Enable inlining - when "debug" => - Build_Switches := ("-g", -- Debug info - "-Og", -- No optimization - "-gnatVa"); -- All validity checks - end case; - - package Compiler is - for Default_Switches ("Ada") use - Compile_Checks_Switches & - Build_Switches & - Runtime_Checks_Switches & - Contracts_Switches & - ("-gnatQ"); -- Don't quit. Generate ALI and tree files even if illegalities - end Compiler; - - package Binder is - for Switches ("Ada") use ("-Es"); -- Symbolic traceback - end Binder; - - package Linker is - for Linker_Options use - ( - "-lcsfml-audio", "-lcsfml-graphics", "-lcsfml-window", "-lcsfml-system", "-lcsfml-network", - "-lasfml"); - end Linker; - - - package Documentation is - for Documentation_Dir use "doc"; - for Doc_Pattern use "^/ |^/< "; - -- This considers comments beginning with "--/ " to be documentation - for Custom_Tags_Definition use "tools/sfml-doc-tags.py"; - -- GNATdoc loads provided file on startup to process custom tags - for Image_Dir use "images"; - for HTML_Custom_Dir use "tools/gnatdoc_html"; - end Documentation; - -end asfml_Windows; \ No newline at end of file