Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ad56c9c57 | |||
| de24c33688 | |||
| eaa16ed84c |
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
makefile/
|
||||||
|
.vscode/
|
||||||
|
*.exe
|
||||||
5
.kdev4/info2Praktikum-Wortsalat.kdev4
Normal file
5
.kdev4/info2Praktikum-Wortsalat.kdev4
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[Buildset]
|
||||||
|
BuildItems=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x01\x00\x00\x00\x0b\x00\x00\x00\x00\x01\x00\x00\x000\x00i\x00n\x00f\x00o\x002\x00P\x00r\x00a\x00k\x00t\x00i\x00k\x00u\x00m\x00-\x00W\x00o\x00r\x00t\x00s\x00a\x00l\x00a\x00t)
|
||||||
|
|
||||||
|
[Project]
|
||||||
|
VersionControlSupport=kdevgit
|
||||||
Binary file not shown.
Binary file not shown.
@ -10,7 +10,7 @@ unityfolder = ./unity
|
|||||||
# initiales Spiel bauen
|
# initiales Spiel bauen
|
||||||
# --------------------------
|
# --------------------------
|
||||||
wordsalad_initial:
|
wordsalad_initial:
|
||||||
$(CC) -o wordsalad_initial -L. $(BINARIES)/libwordsalad_complete.a $(BINARIES)/libraylib.a $(LDFLAGS)
|
$(CC) -o wordsalad_initial -L. $(BINARIES)/libwordsalad_complete.a $(BINARIES)/libraylib.a $(LDFLAGS)
|
||||||
|
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# Normales Spiel bauen
|
# Normales Spiel bauen
|
||||||
|
|||||||
BIN
Start_Linux/unity/libunity.a
Normal file
BIN
Start_Linux/unity/libunity.a
Normal file
Binary file not shown.
BIN
Start_Linux/unity/unity.o
Normal file
BIN
Start_Linux/unity/unity.o
Normal file
Binary file not shown.
BIN
Start_Linux/wordsalad_initial
Executable file
BIN
Start_Linux/wordsalad_initial
Executable file
Binary file not shown.
4
info2Praktikum-Wortsalat.kdev4
Normal file
4
info2Praktikum-Wortsalat.kdev4
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Project]
|
||||||
|
CreatedFrom=
|
||||||
|
Manager=KDevGenericManager
|
||||||
|
Name=info2Praktikum-Wortsalat
|
||||||
Loading…
x
Reference in New Issue
Block a user