mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-21 17:36:18 +01:00
Fix compile.bat scripts to build with MSVC6
This commit is contained in:
parent
7a75ec54a9
commit
3229067f78
@ -70,7 +70,8 @@ set SOURCES=../dlls/crossbow.cpp ^
|
||||
util.cpp ^
|
||||
view.cpp ^
|
||||
scoreboard.cpp ^
|
||||
MOTD.cpp
|
||||
MOTD.cpp ^
|
||||
../game_shared/vcs_info.cpp
|
||||
set DEFINES=/DCLIENT_DLL /DCLIENT_WEAPONS /Dsnprintf=_snprintf /DNO_VOICEGAMEMGR /DGOLDSOURCE_SUPPORT /DNDEBUG
|
||||
set LIBS=user32.lib Winmm.lib
|
||||
set OUTNAME=client.dll
|
||||
|
@ -108,6 +108,7 @@ set SOURCES=agrunt.cpp ^
|
||||
world.cpp ^
|
||||
xen.cpp ^
|
||||
zombie.cpp ^
|
||||
../game_shared/vcs_info.cpp ^
|
||||
../pm_shared/pm_debug.c ../pm_shared/pm_math.c ../pm_shared/pm_shared.c
|
||||
set DEFINES=/DCLIENT_WEAPONS /Dsnprintf=_snprintf /DNO_VOICEGAMEMGR /DNDEBUG
|
||||
set LIBS=user32.lib
|
||||
|
Loading…
Reference in New Issue
Block a user