2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-02-04 17:50:52 +03:00

update Makefile

This commit is contained in:
Adidasman 2016-07-04 13:39:31 +06:00
parent 6f2ad90696
commit 1f6124b374
6 changed files with 3 additions and 7 deletions

View File

@ -22,7 +22,7 @@ INCLUDE = -I. -I$(DIRSRC) -I$(SDKSRC)/common -I$(SDKSRC)/engine -I$(SDKSRC)/dlls
BIN_DIR = Release
CFLAGS = $(OPT_FLAGS)
CFLAGS += -g -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -Dlinux -D__linux__ -std=c++0x -shared -wd147,274 -fasm-blocks
CFLAGS += -g -DNDEBUG -Dlinux -D__linux__ -std=c++0x -shared -wd147,274 -fasm-blocks
OBJ_LINUX := $(OBJECTS:%.c=$(BIN_DIR)/%.o)

Binary file not shown.

Binary file not shown.

View File

@ -105,7 +105,6 @@
<ClCompile Include="..\src\log_meta.cpp" />
<ClCompile Include="..\src\metamod.cpp" />
<ClCompile Include="..\src\meta_eiface.cpp" />
<ClCompile Include="..\src\mhook.cpp" />
<ClCompile Include="..\src\mlist.cpp" />
<ClCompile Include="..\src\mplayer.cpp" />
<ClCompile Include="..\src\mplugin.cpp" />

View File

@ -57,9 +57,6 @@
<ClCompile Include="..\src\metamod.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\mhook.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\mlist.cpp">
<Filter>Source Files</Filter>
</ClCompile>

View File

@ -8,7 +8,7 @@
#define VDATE "2013/05/30"
#define VPATCH_COPYRIGHT_YEAR "2013"
#define VMETA_VERSION "1.21"
#define VMETA_VERSION "2.0"
#define VPATCH_NAME "Metamod-P (mm-p)"
#define VPATCH_IVERSION 38
@ -17,7 +17,7 @@
#define VPATCH_WEBSITE "http://metamod-p.sourceforge.net/"
#define VVERSION VMETA_VERSION "p" VPATCH_VERSION
#define RC_VERS_DWORD 1,21,0,VPATCH_IVERSION // Version Windows DLL Resources in res_meta.rc
#define RC_VERS_DWORD 2,0,0,VPATCH_IVERSION // Version Windows DLL Resources in res_meta.rc
#define VPATCH_MODIFICATION "1"