From 1ff74136314d336b0ef2b570fc323f53542e4fbc Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 27 Dec 2011 11:11:24 +0000 Subject: [PATCH] added strlcat.c and strlcpy.c to build. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@559 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Linux/CodeBlocks/QuakeSpasm.cbp | 7 +++++++ Quake/Makefile | 3 ++- Quake/Makefile.darwin | 3 ++- Quake/Makefile.w32 | 3 ++- Quake/Makefile.w64 | 3 ++- Windows/CodeBlocks/QuakeSpasm.cbp | 7 +++++++ Windows/VisualStudio/quakespasm.vcproj | 12 ++++++++++++ 7 files changed, 34 insertions(+), 4 deletions(-) diff --git a/Linux/CodeBlocks/QuakeSpasm.cbp b/Linux/CodeBlocks/QuakeSpasm.cbp index 951cedc4..511468db 100644 --- a/Linux/CodeBlocks/QuakeSpasm.cbp +++ b/Linux/CodeBlocks/QuakeSpasm.cbp @@ -275,6 +275,13 @@ + + + + + diff --git a/Quake/Makefile b/Quake/Makefile index 8ba682d4..1b9b994b 100644 --- a/Quake/Makefile +++ b/Quake/Makefile @@ -224,7 +224,8 @@ GLOBJS = \ r_brush.o \ gl_model.o -OBJS := \ +OBJS := strlcat.o \ + strlcpy.o \ $(GLOBJS) \ $(SYSOBJ_INPUT) \ $(COMOBJ_SND) \ diff --git a/Quake/Makefile.darwin b/Quake/Makefile.darwin index 276b3af5..809de71b 100644 --- a/Quake/Makefile.darwin +++ b/Quake/Makefile.darwin @@ -250,7 +250,8 @@ GLOBJS = \ r_brush.o \ gl_model.o -OBJS := \ +OBJS := strlcat.o \ + strlcpy.o \ $(GLOBJS) \ $(SYSOBJ_INPUT) \ $(COMOBJ_SND) \ diff --git a/Quake/Makefile.w32 b/Quake/Makefile.w32 index df3172d2..0a4e2a62 100644 --- a/Quake/Makefile.w32 +++ b/Quake/Makefile.w32 @@ -210,7 +210,8 @@ GLOBJS = \ r_brush.o \ gl_model.o -OBJS := \ +OBJS := strlcat.o \ + strlcpy.o \ $(GLOBJS) \ $(SYSOBJ_INPUT) \ $(COMOBJ_SND) \ diff --git a/Quake/Makefile.w64 b/Quake/Makefile.w64 index 1be966b8..5c8bac81 100644 --- a/Quake/Makefile.w64 +++ b/Quake/Makefile.w64 @@ -210,7 +210,8 @@ GLOBJS = \ r_brush.o \ gl_model.o -OBJS := \ +OBJS := strlcat.o \ + strlcpy.o \ $(GLOBJS) \ $(SYSOBJ_INPUT) \ $(COMOBJ_SND) \ diff --git a/Windows/CodeBlocks/QuakeSpasm.cbp b/Windows/CodeBlocks/QuakeSpasm.cbp index 4f88c558..42fb7b49 100644 --- a/Windows/CodeBlocks/QuakeSpasm.cbp +++ b/Windows/CodeBlocks/QuakeSpasm.cbp @@ -284,6 +284,13 @@ + + + + + diff --git a/Windows/VisualStudio/quakespasm.vcproj b/Windows/VisualStudio/quakespasm.vcproj index 1a4ffb4b..41056047 100644 --- a/Windows/VisualStudio/quakespasm.vcproj +++ b/Windows/VisualStudio/quakespasm.vcproj @@ -569,6 +569,14 @@ RelativePath="..\..\Quake\snd_wave.c" > + + + + @@ -823,6 +831,10 @@ RelativePath="..\..\Quake\spritegn.h" > + +