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:
parent
6f2ad90696
commit
1f6124b374
2
Makefile
2
Makefile
@ -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)
|
||||
|
||||
|
BIN
bin/metamod.dll
BIN
bin/metamod.dll
Binary file not shown.
BIN
bin/metamod.so
BIN
bin/metamod.so
Binary file not shown.
@ -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" />
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user