version 1.6 | | version 1.7 |
---|
| | |
!MESSAGE
| | !MESSAGE
|
!MESSAGE Für die Konfiguration stehen zur Auswahl:
| | !MESSAGE Für die Konfiguration stehen zur Auswahl:
|
!MESSAGE
| | !MESSAGE
|
!MESSAGE "crossfire32 - Win32 Release" (basierend auf "Win32 (x86) Console Application")
| | |
!MESSAGE "crossfire32 - Win32 FullDebug" (basierend auf "Win32 (x86) Console Application")
| | !MESSAGE "crossfire32 - Win32 FullDebug" (basierend auf "Win32 (x86) Console Application")
|
!MESSAGE "crossfire32 - Win32 ReleaseNormal" (basierend auf "Win32 (x86) Console Application")
| | !MESSAGE "crossfire32 - Win32 ReleaseQuit" (basierend auf "Win32 (x86) Console Application")
|
| | !MESSAGE "crossfire32 - Win32 ReleaseLog" (basierend auf "Win32 (x86) Console Application")
|
!MESSAGE
| | !MESSAGE
|
| |
|
# Begin Project
| | # Begin Project
|
| | |
CPP=cl.exe
| | CPP=cl.exe
|
RSC=rc.exe
| | RSC=rc.exe
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
# PROP BASE Use_MFC 0
| | # PROP BASE Use_MFC 0
|
# PROP BASE Use_Debug_Libraries 0
| | # PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Output_Dir "Release"
| | # PROP BASE Output_Dir "crossfire32___Win32_FullDebug"
|
# PROP BASE Intermediate_Dir "Release"
| | # PROP BASE Intermediate_Dir "crossfire32___Win32_FullDebug"
|
| | # PROP BASE Ignore_Export_Lib 0
|
# PROP BASE Target_Dir ""
| | # PROP BASE Target_Dir ""
|
# PROP Use_MFC 0
| | # PROP Use_MFC 0
|
# PROP Use_Debug_Libraries 0
| | # PROP Use_Debug_Libraries 1
|
# PROP Output_Dir "Win32_Release"
| | # PROP Output_Dir "FullDebug"
|
# PROP Intermediate_Dir "Win32_Release"
| | # PROP Intermediate_Dir "FullDebug"
|
# PROP Ignore_Export_Lib 0
| | # PROP Ignore_Export_Lib 0
|
# PROP Target_Dir ""
| | # PROP Target_Dir ""
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
| | # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /D "TIME_ARCH_LOAD" /D "CS_LOGSTATS" /D "ESRV_DEBUG" /FD /GZ /I./include /I./random_maps /c
|
# ADD CPP /nologo /MT /W3 /Gi /GX /O2 /I ".\include" /I ".\random_maps" /I ".\\" /I ".\plugin\include" /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
| | # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".\include" /I ".\random_maps" /I ".\\" /I ".\plugin\include" /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /D "ESRV_DEBUG" /FD /GZ /I./include /I./random_maps /c
|
# SUBTRACT CPP /YX /Yc /Yu
| | # ADD BASE RSC /l 0x407 /i "../include" /d "_DEBUG"
|
# ADD BASE RSC /l 0x407 /d "NDEBUG"
| | # ADD RSC /l 0x407 /i "../include" /d "_DEBUG"
|
# ADD RSC /l 0x407 /d "NDEBUG"
| | |
BSC32=bscmake.exe
| | BSC32=bscmake.exe
|
# ADD BASE BSC32 /nologo
| | # ADD BASE BSC32 /nologo
|
# ADD BSC32 /nologo
| | # ADD BSC32 /nologo
|
LINK32=link.exe
| | 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 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:console /machine:I386
| | # 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 wsock32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# ADD 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 wsock32.lib winmm.lib /nologo /subsystem:console /machine:I386 /libpath:"d:\python21\libs"
| | # ADD 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 wsock32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"d:\python21\libs"
|
# Begin Special Build Tool
| | # Begin Special Build Tool
|
SOURCE="$(InputPath)"
| | SOURCE="$(InputPath)"
|
PostBuild_Cmds=copy Win32_Release\crossfire32.exe crossfire32.exe
| | PostBuild_Cmds=copy FullDebug\crossfire32.exe ..\crossfire32.exe
|
# End Special Build Tool
| | # End Special Build Tool
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP BASE Use_MFC 0
| | # PROP BASE Use_MFC 0
|
# PROP BASE Use_Debug_Libraries 1
| | # PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Output_Dir "crossfire32___Win32_FullDebug"
| | # PROP BASE Output_Dir "crossfire32___Win32_ReleaseQuit"
|
# PROP BASE Intermediate_Dir "crossfire32___Win32_FullDebug"
| | # PROP BASE Intermediate_Dir "crossfire32___Win32_ReleaseQuit"
|
# PROP BASE Ignore_Export_Lib 0
| | # PROP BASE Ignore_Export_Lib 0
|
# PROP BASE Target_Dir ""
| | # PROP BASE Target_Dir ""
|
# PROP Use_MFC 0
| | # PROP Use_MFC 0
|
# PROP Use_Debug_Libraries 1
| | # PROP Use_Debug_Libraries 0
|
# PROP Output_Dir "Win32_FullDebug"
| | # PROP Output_Dir "ReleaseQuit"
|
# PROP Intermediate_Dir "Win32_FullDebug"
| | # PROP Intermediate_Dir "ReleaseQuit"
|
# PROP Ignore_Export_Lib 0
| | # PROP Ignore_Export_Lib 0
|
# PROP Target_Dir ""
| | # PROP Target_Dir ""
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /D "TIME_ARCH_LOAD" /D "CS_LOGSTATS" /D "ESRV_DEBUG" /FD /GZ /I./include /I./random_maps /c
| | # ADD BASE CPP /nologo /MT /W3 /Gi /GX /O2 /I ".\include" /I ".\random_maps" /I ".\\" /I ".\plugin\include" /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
|
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".\include" /I ".\random_maps" /I ".\\" /I ".\plugin\include" /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /D "TIME_ARCH_LOAD" /D "ESRV_DEBUG" /FD /GZ /I./include /I./random_maps /c
| | # SUBTRACT BASE CPP /YX /Yc /Yu
|
# ADD BASE RSC /l 0x407 /i "../include" /d "_DEBUG"
| | # ADD CPP /nologo /MT /W3 /Gi /GX /O2 /I ".\include" /I ".\random_maps" /I ".\\" /I ".\plugin\include" /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
|
# ADD RSC /l 0x407 /i "../include" /d "_DEBUG"
| | # SUBTRACT CPP /YX /Yc /Yu
|
| | # ADD BASE RSC /l 0x407 /d "NDEBUG"
|
| | # ADD RSC /l 0x407 /d "NDEBUG"
|
BSC32=bscmake.exe
| | BSC32=bscmake.exe
|
# ADD BASE BSC32 /nologo
| | # ADD BASE BSC32 /nologo
|
# ADD BSC32 /nologo
| | # ADD BSC32 /nologo
|
LINK32=link.exe
| | 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 wsock32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
| | # 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 wsock32.lib winmm.lib /nologo /subsystem:console /machine:I386 /libpath:"d:\python21\libs"
|
# ADD 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 wsock32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"d:\python21\libs"
| | # ADD 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 wsock32.lib winmm.lib /nologo /subsystem:console /machine:I386 /libpath:"d:\python21\libs"
|
# Begin Special Build Tool
| | # Begin Special Build Tool
|
SOURCE="$(InputPath)"
| | SOURCE="$(InputPath)"
|
PostBuild_Cmds=copy Win32_FullDebug\crossfire32.exe crossfire32.exe
| | PostBuild_Cmds=copy ReleaseQuit\crossfire32.exe ..\crossfire32.exe
|
# End Special Build Tool
| | # End Special Build Tool
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP BASE Use_MFC 0
| | # PROP BASE Use_MFC 0
|
# PROP BASE Use_Debug_Libraries 0
| | # PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Output_Dir "crossfire32___Win32_ReleaseNormal"
| | # PROP BASE Output_Dir "crossfire32___Win32_ReleaseLog"
|
# PROP BASE Intermediate_Dir "crossfire32___Win32_ReleaseNormal"
| | # PROP BASE Intermediate_Dir "crossfire32___Win32_ReleaseLog"
|
# PROP BASE Ignore_Export_Lib 0
| | # PROP BASE Ignore_Export_Lib 0
|
# PROP BASE Target_Dir ""
| | # PROP BASE Target_Dir ""
|
# PROP Use_MFC 0
| | # PROP Use_MFC 0
|
# PROP Use_Debug_Libraries 0
| | # PROP Use_Debug_Libraries 0
|
# PROP Output_Dir "Win32_ReleaseNormal"
| | # PROP Output_Dir "ReleaseLog"
|
# PROP Intermediate_Dir "Win32_ReleaseNormal"
| | # PROP Intermediate_Dir "ReleaseLog"
|
# PROP Ignore_Export_Lib 0
| | # PROP Ignore_Export_Lib 0
|
# PROP Target_Dir ""
| | # PROP Target_Dir ""
|
# ADD BASE CPP /nologo /MT /W3 /Gi /GX /O2 /I ".\include" /I ".\random_maps" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
| | # ADD BASE CPP /nologo /MT /W3 /Gi /GX /O2 /Ob2 /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /YX"preheader.pch" /FD /c
|
# SUBTRACT BASE CPP /YX /Yc /Yu
| | |
# ADD CPP /nologo /MT /W3 /Gi /GX /O2 /Ob2 /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /YX"preheader.pch" /FD /c
| | # ADD CPP /nologo /MT /W3 /Gi /GX /O2 /Ob2 /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /YX"preheader.pch" /FD /c
|
# ADD BASE RSC /l 0x407 /d "NDEBUG"
| | # ADD BASE RSC /l 0x407 /d "NDEBUG"
|
# ADD RSC /l 0x407 /d "NDEBUG"
| | # ADD RSC /l 0x407 /d "NDEBUG"
|
| | |
# ADD BASE BSC32 /nologo
| | # ADD BASE BSC32 /nologo
|
# ADD BSC32 /nologo
| | # ADD BSC32 /nologo
|
LINK32=link.exe
| | 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 wsock32.lib winmm.lib /nologo /subsystem:console /machine:I386
| | # 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 wsock32.lib winmm.lib /nologo /subsystem:console /pdb:none /machine:I386 /libpath:"d:\python21\libs"
|
# ADD 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 wsock32.lib winmm.lib /nologo /subsystem:console /pdb:none /machine:I386 /libpath:"d:\python21\libs"
| | # ADD 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 wsock32.lib winmm.lib /nologo /subsystem:console /pdb:none /machine:I386 /libpath:"d:\python21\libs"
|
# Begin Special Build Tool
| | # Begin Special Build Tool
|
SOURCE="$(InputPath)"
| | SOURCE="$(InputPath)"
|
PostBuild_Cmds=copy Win32_ReleaseNormal\crossfire32.exe ..\crossfire32.exe
| | PostBuild_Cmds=copy ReleaseLog\crossfire32.exe ..\crossfire32.exe
|
# End Special Build Tool
| | # End Special Build Tool
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
# Begin Target
| | # Begin Target
|
| |
|
# Name "crossfire32 - Win32 Release"
| | |
# Name "crossfire32 - Win32 FullDebug"
| | # Name "crossfire32 - Win32 FullDebug"
|
# Name "crossfire32 - Win32 ReleaseNormal"
| | # Name "crossfire32 - Win32 ReleaseQuit"
|
| | # Name "crossfire32 - Win32 ReleaseLog"
|
# Begin Group "Quellcodedateien"
| | # Begin Group "Quellcodedateien"
|
| |
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
| | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
| | |
| |
|
SOURCE=..\socket\info.c
| | SOURCE=..\socket\info.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\socket"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\socket"
|
| | # PROP Intermediate_Dir "ReleaseQuit\socket"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\socket"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
|
| | # PROP Intermediate_Dir "ReleaseLog\socket"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\socket\init.c
| | SOURCE=..\socket\init.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\socket"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\socket"
|
| | # PROP Intermediate_Dir "ReleaseQuit\socket"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\socket"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
|
| | # PROP Intermediate_Dir "ReleaseLog\socket"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\socket\item.c
| | SOURCE=..\socket\item.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\socket"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\socket"
|
| | # PROP Intermediate_Dir "ReleaseQuit\socket"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\socket"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
|
| | # PROP Intermediate_Dir "ReleaseLog\socket"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\socket\loop.c
| | SOURCE=..\socket\loop.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\socket"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\socket"
|
| | # PROP Intermediate_Dir "ReleaseQuit\socket"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\socket"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
|
| | # PROP Intermediate_Dir "ReleaseLog\socket"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\socket\lowlevel.c
| | SOURCE=..\socket\lowlevel.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\socket"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\socket"
|
| | # PROP Intermediate_Dir "ReleaseQuit\socket"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\socket"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
|
| | # PROP Intermediate_Dir "ReleaseLog\socket"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\socket\metaserver.c
| | SOURCE=..\socket\metaserver.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\socket"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\socket"
|
| | # PROP Intermediate_Dir "ReleaseQuit\socket"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\socket"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
|
| | # PROP Intermediate_Dir "ReleaseLog\socket"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\socket\request.c
| | SOURCE=..\socket\request.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\socket"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\socket"
|
| | # PROP Intermediate_Dir "ReleaseQuit\socket"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\socket"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
|
| | # PROP Intermediate_Dir "ReleaseLog\socket"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\socket\sounds.c
| | SOURCE=..\socket\sounds.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\socket"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\socket"
|
| | # PROP Intermediate_Dir "ReleaseQuit\socket"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\socket"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
|
| | # PROP Intermediate_Dir "ReleaseLog\socket"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\alchemy.c
| | SOURCE=..\server\alchemy.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\apply.c
| | SOURCE=..\server\apply.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\attack.c
| | SOURCE=..\server\attack.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\ban.c
| | SOURCE=..\server\ban.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\c_chat.c
| | SOURCE=..\server\c_chat.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\c_misc.c
| | SOURCE=..\server\c_misc.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\c_move.c
| | SOURCE=..\server\c_move.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\c_new.c
| | SOURCE=..\server\c_new.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\c_object.c
| | SOURCE=..\server\c_object.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\c_party.c
| | SOURCE=..\server\c_party.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\c_range.c
| | SOURCE=..\server\c_range.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\c_wiz.c
| | SOURCE=..\server\c_wiz.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\commands.c
| | SOURCE=..\server\commands.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\disease.c
| | SOURCE=..\server\disease.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\egoitem.c
| | SOURCE=..\server\egoitem.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\gods.c
| | SOURCE=..\server\gods.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\hiscore.c
| | SOURCE=..\server\hiscore.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\init.c
| | SOURCE=..\server\init.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\login.c
| | SOURCE=..\server\login.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\main.c
| | SOURCE=..\server\main.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\monster.c
| | SOURCE=..\server\monster.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\move.c
| | SOURCE=..\server\move.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\pets.c
| | SOURCE=..\server\pets.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\player.c
| | SOURCE=..\server\player.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\plugins.c
| | SOURCE=..\server\plugins.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\resurrection.c
| | SOURCE=..\server\resurrection.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\rune.c
| | SOURCE=..\server\rune.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\shop.c
| | SOURCE=..\server\shop.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\skill_util.c
| | SOURCE=..\server\skill_util.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\skills.c
| | SOURCE=..\server\skills.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\spell_effect.c
| | SOURCE=..\server\spell_effect.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\spell_util.c
| | SOURCE=..\server\spell_util.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\swamp.c
| | SOURCE=..\server\swamp.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\swap.c
| | SOURCE=..\server\swap.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\server\time.c
| | SOURCE=..\server\time.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
| | SOURCE=..\server\timers.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| |
|
| | !ENDIF
|
| |
|
| | # End Source File
|
| | # Begin Source File
|
| |
|
SOURCE=..\server\win32.c
| | SOURCE=..\server\win32.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\server"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\server"
|
| | # PROP Intermediate_Dir "ReleaseQuit\server"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\server"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
|
| | # PROP Intermediate_Dir "ReleaseLog\server"
|
| | # ADD BASE CPP /YX"crossfire32.pch"
|
# ADD CPP /YX"crossfire32.pch"
| | # ADD CPP /YX"crossfire32.pch"
|
| |
|
!ENDIF
| | !ENDIF
|
| | |
| |
|
SOURCE=..\random_maps\decor.c
| | SOURCE=..\random_maps\decor.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\door.c
| | SOURCE=..\random_maps\door.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\exit.c
| | SOURCE=..\random_maps\exit.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\expand2x.c
| | SOURCE=..\random_maps\expand2x.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\floor.c
| | SOURCE=..\random_maps\floor.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\maze_gen.c
| | SOURCE=..\random_maps\maze_gen.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\monster.c
| | SOURCE=..\random_maps\monster.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\random_map.c
| | SOURCE=..\random_maps\random_map.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\reader.c
| | SOURCE=..\random_maps\reader.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\rogue_layout.c
| | SOURCE=..\random_maps\rogue_layout.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\room_gen_onion.c
| | SOURCE=..\random_maps\room_gen_onion.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\room_gen_spiral.c
| | SOURCE=..\random_maps\room_gen_spiral.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\snake.c
| | SOURCE=..\random_maps\snake.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\special.c
| | SOURCE=..\random_maps\special.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\square_spiral.c
| | SOURCE=..\random_maps\square_spiral.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\style.c
| | SOURCE=..\random_maps\style.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\treasure.c
| | SOURCE=..\random_maps\treasure.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
| |
|
SOURCE=..\random_maps\wall.c
| | SOURCE=..\random_maps\wall.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\random_maps"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseQuit\random_maps"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
# PROP Intermediate_Dir "Win32_ReleaseNormal\random_maps"
| | # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
|
| | # PROP Intermediate_Dir "ReleaseLog\random_maps"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
| | |
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\anim.c
| | SOURCE=..\common\anim.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\arch.c
| | SOURCE=..\common\arch.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\button.c
| | SOURCE=..\common\button.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\exp.c
| | SOURCE=..\common\exp.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\friend.c
| | SOURCE=..\common\friend.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\glue.c
| | SOURCE=..\common\glue.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\holy.c
| | SOURCE=..\common\holy.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\image.c
| | SOURCE=..\common\image.c
|
# End Source File
| | |
# Begin Source File
| | |
| |
|
SOURCE=..\common\info.c
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
# End Source File
| | |
# Begin Source File
| | |
| |
|
SOURCE=..\common\init.c
| | # PROP Intermediate_Dir "FullDebug\common"
|
# End Source File
| | |
# Begin Source File
| | |
| |
|
SOURCE=..\common\item.c
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
# End Source File
| | |
# Begin Source File
| | |
| |
|
SOURCE=..\common\links.c
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
# End Source File
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
# Begin Source File
| | |
| |
|
SOURCE=..\common\living.c
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
# End Source File
| |
|
# Begin Source File
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
| | # End Source File
|
| | # Begin Source File
|
| |
|
| | SOURCE=..\common\info.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
| | # End Source File
|
| | # Begin Source File
|
| |
|
| | SOURCE=..\common\init.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
| | # End Source File
|
| | # Begin Source File
|
| |
|
| | SOURCE=..\common\item.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
| | # End Source File
|
| | # Begin Source File
|
| |
|
| | SOURCE=..\common\links.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
| | # End Source File
|
| | # Begin Source File
|
| |
|
| | SOURCE=..\common\living.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
| | # End Source File
|
| | # Begin Source File
|
| |
|
| | SOURCE=..\common\loader.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
SOURCE=..\common\loader.c
| | |
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\logger.c
| | SOURCE=..\common\logger.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\los.c
| | SOURCE=..\common\los.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\map.c
| | SOURCE=..\common\map.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\object.c
| | SOURCE=..\common\object.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\player.c
| | SOURCE=..\common\player.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\porting.c
| | SOURCE=..\common\porting.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE="..\common\re-cmp.c"
| | SOURCE="..\common\re-cmp.c"
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\readable.c
| | SOURCE=..\common\readable.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\recipe.c
| | SOURCE=..\common\recipe.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\shstr.c
| | SOURCE=..\common\shstr.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\time.c
| | SOURCE=..\common\time.c
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\common\treasure.c
| | SOURCE=..\common\treasure.c
|
# End Source File
| | |
# Begin Source File
| | |
| |
|
SOURCE=..\common\utils.c
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
# End Source File
| | |
# End Group
| | |
# Begin Group "plugin"
| | |
| |
|
# PROP Default_Filter ""
| | # PROP Intermediate_Dir "FullDebug\common"
|
# Begin Group "include"
| | |
| |
|
# PROP Default_Filter ""
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
# Begin Source File
| |
|
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
| | !ENDIF
|
| |
|
SOURCE=..\plugin\include\plugin_python.h
| | |
# End Source File
| | # End Source File
|
# End Group
| | |
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\plugin\plugin_python.c
| | SOURCE=..\common\utils.c
|
| |
|
!IF "$(CFG)" == "crossfire32 - Win32 Release"
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 FullDebug"
| | # PROP Intermediate_Dir "FullDebug\common"
|
| |
|
!ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseNormal"
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
# ADD CPP /YX"crossfire32.pch"
| | # PROP BASE Intermediate_Dir "Win32_Release\common"
|
| | # PROP Intermediate_Dir "ReleaseQuit\common"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseLog\common"
|
| |
|
!ENDIF
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# End Group
| | # End Group
|
# Begin Source File
| | |
| | |
SOURCE=..\server\timers.c
| | |
# End Source File
| | |
# End Group
| | # End Group
|
# Begin Group "Header-Dateien"
| | # Begin Group "Header-Dateien"
|
| |
|
| | |
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\arch.h
| | SOURCE=..\include\arch.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\artifact.h
| | SOURCE=..\include\artifact.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\attack.h
| | SOURCE=..\include\attack.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\book.h
| | SOURCE=..\include\book.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\commands.h
| | SOURCE=..\include\commands.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\config.h
| | SOURCE=..\include\config.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\define.h
| | SOURCE=..\include\define.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\random_maps\expand2x.h
| | SOURCE=..\random_maps\expand2x.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\face.h
| | SOURCE=..\include\face.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\funcpoint.h
| | SOURCE=..\include\funcpoint.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\global.h
| | SOURCE=..\include\global.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\god.h
| | SOURCE=..\include\god.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\includes.h
| | SOURCE=..\include\includes.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\libproto.h
| | SOURCE=..\include\libproto.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\living.h
| | SOURCE=..\include\living.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\loader.h
| | SOURCE=..\include\loader.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\logger.h
| | SOURCE=..\include\logger.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\map.h
| | SOURCE=..\include\map.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\material.h
| | SOURCE=..\include\material.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\random_maps\maze_gen.h
| | SOURCE=..\random_maps\maze_gen.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\newclient.h
| | SOURCE=..\include\newclient.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\newserver.h
| | SOURCE=..\include\newserver.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\object.h
| | SOURCE=..\include\object.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\player.h
| | SOURCE=..\include\player.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\plugin.h
| | SOURCE=..\include\plugin.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\plugproto.h
| | SOURCE=..\include\plugproto.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\race.h
| | SOURCE=..\include\race.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\random_maps\random_map.h
| | SOURCE=..\random_maps\random_map.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE="..\include\re-cmp.h"
| | SOURCE="..\include\re-cmp.h"
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\recipe.h
| | SOURCE=..\include\recipe.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\random_maps\room_gen.h
| | SOURCE=..\random_maps\room_gen.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\random_maps\rproto.h
| | SOURCE=..\random_maps\rproto.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\shstr.h
| | SOURCE=..\include\shstr.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\skillist.h
| | SOURCE=..\include\skillist.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\skills.h
| | SOURCE=..\include\skills.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\sockproto.h
| | SOURCE=..\include\sockproto.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\sounds.h
| | SOURCE=..\include\sounds.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\spellist.h
| | SOURCE=..\include\spellist.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\spells.h
| | SOURCE=..\include\spells.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\sproto.h
| | SOURCE=..\include\sproto.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\treasure.h
| | SOURCE=..\include\treasure.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\version.h
| | SOURCE=..\include\version.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\win32.h
| | SOURCE=..\include\win32.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# Begin Source File
| | # Begin Source File
|
| |
|
SOURCE=..\include\xdir.h
| | SOURCE=..\include\xdir.h
|
| |
|
| | !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
|
| |
|
| | # PROP Intermediate_Dir "ReleaseQuit"
|
| |
|
| | !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
|
| |
|
| | !ENDIF
|
| |
|
# End Source File
| | # End Source File
|
# End Group
| | # End Group
|
# End Target
| | # End Target
|