[iortcw] 14/497: All: Update the win64 SDL libs to use the new dll name (SDL264.dll)
Simon McVittie
smcv at debian.org
Wed Sep 21 19:46:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to annotated tag 1.42d
in repository iortcw.
commit 2f46cb4d9ce3553351d063feb39236127de9473c
Author: M4N4T4RMS at gmail.com <M4N4T4RMS at gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date: Sun Jan 19 19:13:56 2014 +0000
All: Update the win64 SDL libs to use the new dll name (SDL264.dll)
---
MP/Makefile | 4 ++--
MP/code/libs/win64/SDL264.dll | Bin 4899709 -> 4899709 bytes
MP/code/libs/win64/{libSDL2.a => libSDL264.a} | Bin 5526812 -> 5526812 bytes
MP/code/libs/win64/libSDL264.dll.a | Bin 325694 -> 326740 bytes
.../libs/win64/{libSDL2main.a => libSDL264main.a} | Bin 8190 -> 8190 bytes
SP/Makefile | 4 ++--
SP/code/libs/win64/SDL264.dll | Bin 4899709 -> 4899709 bytes
SP/code/libs/win64/{libSDL2.a => libSDL264.a} | Bin 5526812 -> 5526812 bytes
SP/code/libs/win64/libSDL264.dll.a | Bin 325694 -> 326740 bytes
.../libs/win64/{libSDL2main.a => libSDL264main.a} | Bin 8190 -> 8190 bytes
10 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/MP/Makefile b/MP/Makefile
index eae22a4..7d78265 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -656,9 +656,9 @@ ifeq ($(PLATFORM),mingw32)
$(LIBSDIR)/win32/libSDL2.dll.a
SDLDLL=SDL2.dll
else
- CLIENT_LIBS += $(LIBSDIR)/win64/libSDL2main.a \
+ CLIENT_LIBS += $(LIBSDIR)/win64/libSDL264main.a \
$(LIBSDIR)/win64/libSDL264.dll.a
- RENDERER_LIBS += $(LIBSDIR)/win64/libSDL2main.a \
+ RENDERER_LIBS += $(LIBSDIR)/win64/libSDL264main.a \
$(LIBSDIR)/win64/libSDL264.dll.a
SDLDLL=SDL264.dll
endif
diff --git a/MP/code/libs/win64/SDL264.dll b/MP/code/libs/win64/SDL264.dll
index 47bff8b..30d7f9b 100755
Binary files a/MP/code/libs/win64/SDL264.dll and b/MP/code/libs/win64/SDL264.dll differ
diff --git a/MP/code/libs/win64/libSDL2.a b/MP/code/libs/win64/libSDL264.a
similarity index 99%
rename from MP/code/libs/win64/libSDL2.a
rename to MP/code/libs/win64/libSDL264.a
index a1db77c..0bfc7c3 100644
Binary files a/MP/code/libs/win64/libSDL2.a and b/MP/code/libs/win64/libSDL264.a differ
diff --git a/MP/code/libs/win64/libSDL264.dll.a b/MP/code/libs/win64/libSDL264.dll.a
index 3aaa307..641b1bc 100644
Binary files a/MP/code/libs/win64/libSDL264.dll.a and b/MP/code/libs/win64/libSDL264.dll.a differ
diff --git a/MP/code/libs/win64/libSDL2main.a b/MP/code/libs/win64/libSDL264main.a
similarity index 98%
rename from MP/code/libs/win64/libSDL2main.a
rename to MP/code/libs/win64/libSDL264main.a
index dc7c373..f9a7613 100644
Binary files a/MP/code/libs/win64/libSDL2main.a and b/MP/code/libs/win64/libSDL264main.a differ
diff --git a/SP/Makefile b/SP/Makefile
index a61fa92..20d2bad 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -669,9 +669,9 @@ ifeq ($(PLATFORM),mingw32)
$(LIBSDIR)/win32/libSDL2.dll.a
SDLDLL=SDL2.dll
else
- CLIENT_LIBS += $(LIBSDIR)/win64/libSDL2main.a \
+ CLIENT_LIBS += $(LIBSDIR)/win64/libSDL264main.a \
$(LIBSDIR)/win64/libSDL264.dll.a
- RENDERER_LIBS += $(LIBSDIR)/win64/libSDL2main.a \
+ RENDERER_LIBS += $(LIBSDIR)/win64/libSDL264main.a \
$(LIBSDIR)/win64/libSDL264.dll.a
SDLDLL=SDL264.dll
endif
diff --git a/SP/code/libs/win64/SDL264.dll b/SP/code/libs/win64/SDL264.dll
index 47bff8b..30d7f9b 100755
Binary files a/SP/code/libs/win64/SDL264.dll and b/SP/code/libs/win64/SDL264.dll differ
diff --git a/SP/code/libs/win64/libSDL2.a b/SP/code/libs/win64/libSDL264.a
similarity index 99%
rename from SP/code/libs/win64/libSDL2.a
rename to SP/code/libs/win64/libSDL264.a
index a1db77c..0bfc7c3 100644
Binary files a/SP/code/libs/win64/libSDL2.a and b/SP/code/libs/win64/libSDL264.a differ
diff --git a/SP/code/libs/win64/libSDL264.dll.a b/SP/code/libs/win64/libSDL264.dll.a
index 3aaa307..641b1bc 100644
Binary files a/SP/code/libs/win64/libSDL264.dll.a and b/SP/code/libs/win64/libSDL264.dll.a differ
diff --git a/SP/code/libs/win64/libSDL2main.a b/SP/code/libs/win64/libSDL264main.a
similarity index 98%
rename from SP/code/libs/win64/libSDL2main.a
rename to SP/code/libs/win64/libSDL264main.a
index dc7c373..f9a7613 100644
Binary files a/SP/code/libs/win64/libSDL2main.a and b/SP/code/libs/win64/libSDL264main.a differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list