mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-30 19:52:17 +01:00
Moved include order around
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4053
This commit is contained in:
parent
4891e2a1cd
commit
54a4d6d007
@ -30,7 +30,7 @@ else
|
||||
CFLAGS = $(OPT_FLAGS)
|
||||
endif
|
||||
|
||||
CFLAGS += -fpermissive -D_LINUX -DNDEBUG -Dstricmp=strcasecmp -D_stricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -D_vsnprintf=vsnprintf -D_alloca=alloca -Dstrcmpi=strcasecmp -fPIC
|
||||
CFLAGS += -fpermissive -D_LINUX -DNDEBUG -Dstricmp=strcasecmp -D_stricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -D_vsnprintf=vsnprintf -D_alloca=alloca -Dstrcmpi=strcasecmp -fPIC -Wno-deprecated
|
||||
|
||||
OBJ_LINUX := $(OBJECTS:%.cpp=$(BIN_DIR)/%.o)
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
* @file concommands.h
|
||||
*/
|
||||
|
||||
#include <interface.h>
|
||||
#include <eiface.h>
|
||||
#include "sourcemm.h"
|
||||
#include <convar.h>
|
||||
|
||||
|
@ -10,11 +10,13 @@
|
||||
* ============================
|
||||
*/
|
||||
|
||||
#include "sourcemm.h"
|
||||
#include <interface.h>
|
||||
#include <eiface.h>
|
||||
#include "CServerGameDLL.h"
|
||||
#include "CServerGameEnts.h"
|
||||
#include "CServerGameClients.h"
|
||||
#include "CHLTVDirector.h"
|
||||
#include "sourcemm.h"
|
||||
#include "concommands.h"
|
||||
#include "CSmmAPI.h"
|
||||
#include "util.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user