2007-06-21 22:00:00 +02:00
|
|
|
# Microsoft Developer Studio Project File - Name="engine" - Package Owner=<4>
|
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
|
|
|
|
|
|
|
CFG=engine - Win32 Release
|
|
|
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
|
|
!MESSAGE use the Export Makefile command and run
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "engine.mak".
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "engine.mak" CFG="engine - Win32 Release"
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE "engine - Win32 Release" (based on "Win32 (x86) Application")
|
|
|
|
!MESSAGE "engine - Win32 Debug" (based on "Win32 (x86) Application")
|
|
|
|
!MESSAGE
|
|
|
|
|
|
|
|
# Begin Project
|
|
|
|
# PROP AllowPerConfigDependencies 0
|
|
|
|
# PROP Scc_ProjName ""
|
|
|
|
# PROP Scc_LocalPath ""
|
|
|
|
CPP=cl.exe
|
|
|
|
MTL=midl.exe
|
|
|
|
RSC=rc.exe
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "engine - Win32 Release"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
|
|
# PROP BASE Output_Dir ".\Release"
|
|
|
|
# PROP BASE Intermediate_Dir ".\Release"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 0
|
|
|
|
# PROP Output_Dir "..\temp\engine\!release"
|
|
|
|
# PROP Intermediate_Dir "..\temp\engine\!release"
|
|
|
|
# PROP Ignore_Export_Lib 1
|
|
|
|
# PROP Target_Dir ""
|
|
|
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
2011-07-22 22:00:00 +02:00
|
|
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "./" /I "common" /I "common/imagelib" /I "common/soundlib" /I "server" /I "client" /I "client/vgui" /I "../common" /I "../game_shared" /I "../pm_shared" /I "../utils/vgui/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
|
2011-04-18 22:00:00 +02:00
|
|
|
# SUBTRACT CPP /Fr /YX
|
2007-06-21 22:00:00 +02:00
|
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /win32
|
|
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
|
|
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
2011-04-17 22:00:00 +02:00
|
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /opt:nowin98
|
2012-05-10 22:00:00 +02:00
|
|
|
# ADD LINK32 msvcrt.lib user32.lib gdi32.lib shell32.lib advapi32.lib winmm.lib mpeg.lib ../utils/vgui/lib/win32_vc6/vgui.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /nodefaultlib:"libc" /out:"..\temp\engine\!release/xash.dll" /libpath:"./common/soundlib" /opt:nowin98
|
2007-06-21 22:00:00 +02:00
|
|
|
# SUBTRACT LINK32 /debug /nodefaultlib
|
|
|
|
# Begin Custom Build
|
2008-05-20 22:00:00 +02:00
|
|
|
TargetDir=\Xash3D\src_main\temp\engine\!release
|
2011-03-12 22:00:00 +01:00
|
|
|
InputPath=\Xash3D\src_main\temp\engine\!release\xash.dll
|
2007-06-21 22:00:00 +02:00
|
|
|
SOURCE="$(InputPath)"
|
|
|
|
|
2011-03-12 22:00:00 +01:00
|
|
|
"D:\Xash3D\xash.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2011-09-19 22:00:00 +02:00
|
|
|
copy $(TargetDir)\xash.dll "D:\Xash3D\xash.dll"
|
2007-06-21 22:00:00 +02:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "engine - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
|
|
# PROP BASE Output_Dir ".\Debug"
|
|
|
|
# PROP BASE Intermediate_Dir ".\Debug"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 1
|
|
|
|
# PROP Output_Dir "..\temp\engine\!debug"
|
|
|
|
# PROP Intermediate_Dir "..\temp\engine\!debug"
|
|
|
|
# PROP Ignore_Export_Lib 1
|
|
|
|
# PROP Target_Dir ""
|
|
|
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
|
2011-03-18 22:00:00 +01:00
|
|
|
# ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /ZI /Od /I "./" /I "common" /I "common/imagelib" /I "common/soundlib" /I "server" /I "client" /I "client/vgui" /I "../common" /I "../game_shared" /I "../pm_shared" /I "../utils/vgui/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /FD /c
|
2007-06-21 22:00:00 +02:00
|
|
|
# SUBTRACT CPP /YX
|
|
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /win32
|
|
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
|
|
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
|
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
|
2011-04-17 22:00:00 +02:00
|
|
|
# ADD LINK32 user32.lib gdi32.lib shell32.lib advapi32.lib winmm.lib mpeg.lib ../utils/vgui/lib/win32_vc6/vgui.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"..\temp\engine\!debug/xash.dll" /pdbtype:sept /libpath:"./common/soundlib"
|
2007-06-21 22:00:00 +02:00
|
|
|
# SUBTRACT LINK32 /incremental:no /map /nodefaultlib
|
|
|
|
# Begin Custom Build
|
2008-05-20 22:00:00 +02:00
|
|
|
TargetDir=\Xash3D\src_main\temp\engine\!debug
|
2011-03-12 22:00:00 +01:00
|
|
|
InputPath=\Xash3D\src_main\temp\engine\!debug\xash.dll
|
2007-06-21 22:00:00 +02:00
|
|
|
SOURCE="$(InputPath)"
|
|
|
|
|
2011-03-12 22:00:00 +01:00
|
|
|
"D:\Xash3D\xash.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
2011-09-19 22:00:00 +02:00
|
|
|
copy $(TargetDir)\xash.dll "D:\Xash3D\xash.dll"
|
2007-06-21 22:00:00 +02:00
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
# Name "engine - Win32 Release"
|
|
|
|
# Name "engine - Win32 Debug"
|
|
|
|
# Begin Group "Source Files"
|
|
|
|
|
|
|
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-10-01 22:00:00 +02:00
|
|
|
SOURCE=.\common\avikit.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-10-26 22:00:00 +02:00
|
|
|
SOURCE=.\common\build.c
|
2010-03-07 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2010-11-10 22:00:00 +01:00
|
|
|
|
2008-08-04 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_cmds.c
|
2007-11-04 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-05-20 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_demo.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-10-09 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_events.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-11-27 22:00:00 +01:00
|
|
|
SOURCE=.\client\cl_frame.c
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-12-25 22:00:00 +01:00
|
|
|
SOURCE=.\client\cl_game.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2007-06-21 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_main.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-07-18 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_menu.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-08-12 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_parse.c
|
2009-11-26 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-08-12 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_pmove.c
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-07-22 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_remap.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2007-06-21 22:00:00 +02:00
|
|
|
SOURCE=.\client\cl_scrn.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-15 22:00:00 +01:00
|
|
|
SOURCE=.\client\cl_tent.c
|
2009-11-23 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-15 22:00:00 +01:00
|
|
|
SOURCE=.\client\cl_video.c
|
2008-07-23 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2008-12-15 22:00:00 +01:00
|
|
|
|
2010-11-15 22:00:00 +01:00
|
|
|
SOURCE=.\client\cl_view.c
|
2010-08-18 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-09 22:00:00 +01:00
|
|
|
SOURCE=.\common\cmd.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-04-06 22:00:00 +02:00
|
|
|
SOURCE=.\common\common.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-07-19 22:00:00 +02:00
|
|
|
SOURCE=.\common\con_utils.c
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-07-19 22:00:00 +02:00
|
|
|
SOURCE=.\common\console.c
|
2008-08-03 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-02-28 22:00:00 +01:00
|
|
|
SOURCE=.\common\crclib.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-09 22:00:00 +01:00
|
|
|
SOURCE=.\common\crtlib.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\cvar.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-08 22:00:00 +01:00
|
|
|
SOURCE=.\common\filesystem.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-10-06 22:00:00 +02:00
|
|
|
SOURCE=.\common\gamma.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-28 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_backend.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-02 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_beams.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-13 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_cull.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-02 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_decals.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-28 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_draw.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\client\gl_image.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-10-06 22:00:00 +02:00
|
|
|
SOURCE=.\client\gl_mirror.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-06 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_refrag.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-02 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_rlight.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-28 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_rmain.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-06 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_rmath.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-03 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_rmisc.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-02 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_rpart.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-22 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_rsurf.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-02 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_sprite.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-06 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_studio.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-28 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_vidnt.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-02 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_warp.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-10-26 22:00:00 +02:00
|
|
|
SOURCE=.\common\host.c
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-02-28 22:00:00 +01:00
|
|
|
SOURCE=.\common\hpak.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\imagelib\img_bmp.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\imagelib\img_main.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-08-21 22:00:00 +02:00
|
|
|
SOURCE=.\common\imagelib\img_quant.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-02-28 22:00:00 +01:00
|
|
|
SOURCE=.\common\imagelib\img_tga.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\imagelib\img_utils.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\imagelib\img_wad.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-08-03 22:00:00 +02:00
|
|
|
SOURCE=.\common\infostring.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\input.c
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-07-19 22:00:00 +02:00
|
|
|
SOURCE=.\common\keys.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-08 22:00:00 +01:00
|
|
|
SOURCE=.\common\library.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-26 22:00:00 +01:00
|
|
|
SOURCE=.\common\mathlib.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-12-16 22:00:00 +01:00
|
|
|
SOURCE=.\common\matrixlib.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2012-02-11 21:00:00 +01:00
|
|
|
SOURCE=.\common\mod_studio.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-22 22:00:00 +01:00
|
|
|
SOURCE=.\common\model.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-07-26 22:00:00 +02:00
|
|
|
SOURCE=.\common\net_buffer.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-07-09 22:00:00 +02:00
|
|
|
SOURCE=.\common\net_chan.c
|
2007-08-01 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-06-23 22:00:00 +02:00
|
|
|
SOURCE=.\common\net_encode.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-07-16 22:00:00 +02:00
|
|
|
SOURCE=.\common\net_huff.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-01 22:00:00 +01:00
|
|
|
SOURCE=.\common\network.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-08-12 22:00:00 +02:00
|
|
|
SOURCE=.\common\pm_surface.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\pm_trace.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-02-28 22:00:00 +01:00
|
|
|
SOURCE=.\common\random.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_backend.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_dsp.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_load.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_main.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_mix.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_mouth.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_stream.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_utils.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\s_vox.c
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-02-28 22:00:00 +01:00
|
|
|
SOURCE=.\common\soundlib\snd_main.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\soundlib\snd_mp3.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\soundlib\snd_utils.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\soundlib\snd_wav.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-05-22 22:00:00 +02:00
|
|
|
SOURCE=.\server\sv_client.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2007-11-14 22:00:00 +01:00
|
|
|
SOURCE=.\server\sv_cmds.c
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-10-28 22:00:00 +02:00
|
|
|
SOURCE=.\server\sv_custom.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-07-16 22:00:00 +02:00
|
|
|
SOURCE=.\server\sv_frame.c
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2008-12-15 22:00:00 +01:00
|
|
|
|
|
|
|
SOURCE=.\server\sv_game.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2007-06-21 22:00:00 +02:00
|
|
|
|
|
|
|
SOURCE=.\server\sv_init.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\server\sv_main.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-07-30 22:00:00 +02:00
|
|
|
SOURCE=.\server\sv_move.c
|
2007-09-17 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-07-30 22:00:00 +02:00
|
|
|
SOURCE=.\server\sv_phys.c
|
2008-05-23 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-08-12 22:00:00 +02:00
|
|
|
SOURCE=.\server\sv_pmove.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2009-01-09 22:00:00 +01:00
|
|
|
SOURCE=.\server\sv_save.c
|
2007-09-06 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-03-28 22:00:00 +02:00
|
|
|
SOURCE=.\server\sv_world.c
|
2010-03-24 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-12 22:00:00 +01:00
|
|
|
SOURCE=.\common\sys_con.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-10 22:00:00 +01:00
|
|
|
SOURCE=.\common\sys_win.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-03-28 22:00:00 +02:00
|
|
|
SOURCE=.\common\titles.c
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
2010-07-19 22:00:00 +02:00
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\vgui\vgui_clip.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\client\vgui\vgui_draw.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\client\vgui\vgui_font.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-19 22:00:00 +01:00
|
|
|
SOURCE=.\client\vgui\vgui_input.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\vgui\vgui_int.cpp
|
2010-11-16 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-19 22:00:00 +01:00
|
|
|
SOURCE=.\client\vgui\vgui_surf.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-07-19 22:00:00 +02:00
|
|
|
SOURCE=.\common\world.c
|
|
|
|
# End Source File
|
2011-03-11 22:00:00 +01:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\common\zone.c
|
|
|
|
# End Source File
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Header Files"
|
|
|
|
|
|
|
|
# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-06 22:00:00 +01:00
|
|
|
SOURCE=.\client\cl_tent.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2007-06-21 22:00:00 +02:00
|
|
|
SOURCE=.\client\client.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-10-26 22:00:00 +02:00
|
|
|
SOURCE=.\common\common.h
|
2008-06-09 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2011-03-09 22:00:00 +01:00
|
|
|
|
|
|
|
SOURCE=.\common\crtlib.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
2008-06-09 22:00:00 +02:00
|
|
|
|
2011-03-08 22:00:00 +01:00
|
|
|
SOURCE=.\common\filesystem.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_export.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-22 22:00:00 +01:00
|
|
|
SOURCE=.\client\gl_local.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-02-28 22:00:00 +01:00
|
|
|
SOURCE=.\common\imagelib\imagelib.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-08 22:00:00 +01:00
|
|
|
SOURCE=.\common\library.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-11-26 22:00:00 +01:00
|
|
|
SOURCE=.\common\mathlib.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-04-06 22:00:00 +02:00
|
|
|
SOURCE=.\common\mod_local.h
|
2010-07-26 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-04-06 22:00:00 +02:00
|
|
|
SOURCE=.\common\net_buffer.h
|
2010-08-04 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-04-06 22:00:00 +02:00
|
|
|
SOURCE=.\common\net_encode.h
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-08-04 22:00:00 +02:00
|
|
|
SOURCE=.\common\protocol.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2008-07-04 22:00:00 +02:00
|
|
|
SOURCE=.\server\server.h
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Source File
|
2010-07-19 22:00:00 +02:00
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\sound.h
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-02-28 22:00:00 +01:00
|
|
|
SOURCE=.\common\soundlib\soundlib.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\vgui\vgui_draw.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-19 22:00:00 +01:00
|
|
|
SOURCE=.\client\vgui\vgui_main.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2011-03-18 22:00:00 +01:00
|
|
|
SOURCE=.\client\vox.h
|
2010-11-20 22:00:00 +01:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2010-07-19 22:00:00 +02:00
|
|
|
SOURCE=.\common\world.h
|
|
|
|
# End Source File
|
2007-06-21 22:00:00 +02:00
|
|
|
# End Group
|
|
|
|
# End Target
|
|
|
|
# End Project
|