mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
3.1 prerelease
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@343 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
cc65284d6a
commit
e0b15a99f1
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -31,7 +31,7 @@ TEXT_OBJDIR=$(TEXT_SRCDIR)/obj
|
|||
UTIL_OBJDIR=$(UTIL_SRCDIR)/obj
|
||||
OUTPUT_DIR=../../hlds_l/ns/dlls
|
||||
|
||||
BASE_CFLAGS=-Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -DAVH_SERVER -DLINUX -DVALVE_DLL -DQUIVER -DVOXEL -DQUAKE2 -DDEDICATED -DSWDS -D_STLP_USE_GLIBC -DUSE_OLDAUTH -DAVH_SECURE_PRERELEASE_BUILD
|
||||
BASE_CFLAGS=-Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -DAVH_SERVER -DLINUX -DVALVE_DLL -DQUIVER -DVOXEL -DQUAKE2 -DDEDICATED -DSWDS -D_STLP_USE_GLIBC -DUSE_OLDAUTH
|
||||
|
||||
#full optimization
|
||||
CFLAGS=$(BASE_CFLAGS) -w -Wall -nostdinc++ -ffor-scope -fPIC -mcpu=i486 -O3 -pipe -funroll-loops -fdelayed-branch -malign-loops=4 -malign-jumps=4 -malign-functions=4
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include <cstring>
|
||||
|
||||
const int slashchr = '\\';
|
||||
#define kAvHModDir ((const char*)("nsp"))
|
||||
#define kAvHModDir ((const char*)("ns"))
|
||||
|
||||
const char* getModDirectory(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue