diff --git a/Start_Windows/makefile b/Start_Windows/makefile index 88dc4a4..4cfefa4 100644 --- a/Start_Windows/makefile +++ b/Start_Windows/makefile @@ -6,6 +6,12 @@ BINARIES = ./windows raylibfolder = ./raylib unityfolder = ./unity +# -------------------------- +# my version +# -------------------------- +wordsalad_myversion: main.o graphicalGame.o + $(CC) main.o graphicalGame.o -o wordsalad_myversion $(BINARIES)/libwordsalad.a $(BINARIES)/libraylib.a $(LDFLAGS) + # -------------------------- # initiales Spiel bauen # -------------------------- diff --git a/Start_Windows/runTests.exe b/Start_Windows/runTests.exe index b04796d..2c04eff 100644 Binary files a/Start_Windows/runTests.exe and b/Start_Windows/runTests.exe differ diff --git a/Start_Windows/wordsalad.exe b/Start_Windows/wordsalad.exe index 492f029..a0e1c56 100644 Binary files a/Start_Windows/wordsalad.exe and b/Start_Windows/wordsalad.exe differ diff --git a/Start_Windows/wordsalad_myversion.exe b/Start_Windows/wordsalad_myversion.exe new file mode 100644 index 0000000..1c3dcd6 Binary files /dev/null and b/Start_Windows/wordsalad_myversion.exe differ