Files
firestorm/Gameleap/code/mw4/Code/MW4/MW4.dsp
T
Cyd 2b8ca921cb Initial full mirror of c:\VWE (source + assets + toolchain + outputs) via Git LFS
Complete disaster-recovery snapshot: engine/game source, game data assets,
VC6 toolchain + DX SDKs, build outputs, deployed game, and _UNUSED archive.
Large binaries in Git LFS; text preserved byte-for-byte (core.autocrlf=false,
no eol attributes). See RECOVERY.md for the one-clone rebuild procedure.
2026-06-24 21:28:16 -05:00

3799 lines
75 KiB
Plaintext

# Microsoft Developer Studio Project File - Name="MW4" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=MW4 - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "MW4.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "MW4.mak" CFG="MW4 - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "MW4 - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "MW4 - Win32 Profile" (based on "Win32 (x86) Static Library")
!MESSAGE "MW4 - Win32 Armor" (based on "Win32 (x86) Static Library")
!MESSAGE "MW4 - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "MW4 - Win32 icecap" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""$/GameLeapCode/mw4/Code/MW4", MICAAAAA"
# PROP Scc_LocalPath "."
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../rel.bin"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /G6 /Zp4 /MD /W4 /GR /GX /Oa /Og /Oi /Oy /Gy /I "." /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "RELEASE" /D "USE_PROTOTYPES" /D "STRICT" /D "COMSERVER" /D "NO_LOG" /D "NO_MR" /D "_WINDOWS" /D "NDEBUG" /D "WIN32" /Yu"MW4Headers.hpp" /Zl /FD /GF /c
# SUBTRACT CPP /WX /Fr
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Coping Shell Script Files
PostBuild_Cmds=md ..\..\..\rel.bin\Content md ..\..\..\rel.bin\Content\ShellScripts copy MechLabHeaders.h ..\..\..\rel.bin\Content\ShellScripts\MechLabHeaders.h copy ShellFunctionHeaders.hpp ..\..\..\rel.bin\Content\ShellScripts\ShellFunctionHeaders.hpp copy NetParams.h ..\..\..\rel.bin\Content\ShellScripts\NetParams.h copy HUDScriptHeaders.hpp ..\..\..\rel.bin\Content\ShellScripts\HUDScriptHeaders.hpp copy GameTypes.h ..\..\..\rel.bin\Content\GameTypes.h copy ScriptErrorHeader.hpp ..\..\..\rel.bin\Content\ShellScripts\ScriptErrorHeader.hpp
# End Special Build Tool
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Profile"
# PROP BASE Intermediate_Dir "Profile"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../pro.bin"
# PROP Intermediate_Dir "Profile"
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /G6 /Zp4 /MD /W4 /GX /Zi /O2 /I "." /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "LAB_ONLY" /D "NDEBUG" /D "USE_PROTOTYPES" /D "STRICT" /D "COMSERVER" /D "WIN32" /D "NO_LOG" /D "NO_MR" /D "_WINDOWS" /Yu"MW4Headers.hpp" /Zl /FD /GF /c
# SUBTRACT CPP /WX /Fr
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Coping Shell Script Files
PostBuild_Cmds=md ..\..\..\pro.bin\Content md ..\..\..\pro.bin\Content\ShellScripts copy MechLabHeaders.h ..\..\..\pro.bin\Content\ShellScripts\MechLabHeaders.h copy ShellFunctionHeaders.hpp ..\..\..\pro.bin\Content\ShellScripts\ShellFunctionHeaders.hpp copy NetParams.h ..\..\..\pro.bin\Content\ShellScripts\NetParams.h copy HUDScriptHeaders.hpp ..\..\..\pro.bin\Content\ShellScripts\HUDScriptHeaders.hpp copy GameTypes.h ..\..\..\pro.bin\Content\GameTypes.h copy ScriptErrorHeader.hpp ..\..\..\pro.bin\Content\ShellScripts\ScriptErrorHeader.hpp
# End Special Build Tool
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Armor"
# PROP BASE Intermediate_Dir "Armor"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../arm.bin"
# PROP Intermediate_Dir "Armor"
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /G6 /Zp4 /MD /W4 /GR /GX /Zi /Ox /Ot /Oa /Og /Oi /Gy /I "." /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "LAB_ONLY" /D "NDEBUG" /D "_ARMOR" /D "USE_PROTOTYPES" /D "STRICT" /D "COMSERVER" /D "WIN32" /D "NO_LOG" /D "NO_MR" /D "_WINDOWS" /Yu"MW4Headers.hpp" /Zl /FD /GF /c
# SUBTRACT CPP /WX /Fr
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Coping Shell Script Files
PostBuild_Cmds=md ..\..\..\arm.bin\Content md ..\..\..\arm.bin\Content\ShellScripts copy MechLabHeaders.h ..\..\..\arm.bin\Content\ShellScripts\MechLabHeaders.h copy ShellFunctionHeaders.hpp ..\..\..\arm.bin\Content\ShellScripts\ShellFunctionHeaders.hpp copy NetParams.h ..\..\..\arm.bin\Content\ShellScripts\NetParams.h copy HUDScriptHeaders.hpp ..\..\..\arm.bin\Content\ShellScripts\HUDScriptHeaders.hpp copy GameTypes.h ..\..\..\arm.bin\Content\GameTypes.h copy ScriptErrorHeader.hpp ..\..\..\arm.bin\Content\ShellScripts\ScriptErrorHeader.hpp
# End Special Build Tool
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../dbg.bin"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /G6 /Zp4 /MDd /W4 /GR /GX /Zi /Od /I "." /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "LAB_ONLY" /D "_ARMOR" /D "_DEBUG" /D "USE_PROTOTYPES" /D "STRICT" /D "COMSERVER" /D "WIN32" /D "NO_LOG" /D "NO_MR" /D "_WINDOWS" /FR /Yu"MW4Headers.hpp" /Zl /FD /c
# SUBTRACT CPP /WX
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Coping Shell Script Files
PostBuild_Cmds=md ..\..\..\dbg.bin\Content md ..\..\..\dbg.bin\Content\ShellScripts copy MechLabHeaders.h ..\..\..\dbg.bin\Content\ShellScripts\MechLabHeaders.h copy ShellFunctionHeaders.hpp ..\..\..\dbg.bin\Content\ShellScripts\ShellFunctionHeaders.hpp copy NetParams.h ..\..\..\dbg.bin\Content\ShellScripts\NetParams.h copy HUDScriptHeaders.hpp ..\..\..\dbg.bin\Content\ShellScripts\HUDScriptHeaders.hpp copy GameTypes.h ..\..\..\dbg.bin\Content\GameTypes.h copy ScriptErrorHeader.hpp ..\..\..\dbg.bin\Content\ShellScripts\ScriptErrorHeader.hpp
# End Special Build Tool
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "icecap"
# PROP BASE Intermediate_Dir "icecap"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../ice.bin"
# PROP Intermediate_Dir "icecap"
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /G6 /Zp4 /MD /W4 /WX /GX /Zi /Ox /Ot /Oa /Og /Oi /Gy /I "." /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "LAB_ONLY" /D "NDEBUG" /D "USE_PROTOTYPES" /D "STRICT" /D "_WINDOWS" /D "WIN32" /D "COMSERVER" /Yu"MW4Headers.hpp" /Zl /FD /GF /c
# ADD CPP /nologo /G6 /Zp4 /MD /W4 /GX /Zi /Ot /Oa /Oi /Gy /I "." /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "LAB_ONLY" /D "NDEBUG" /D "_ICECAP" /D "USE_PROTOTYPES" /D "STRICT" /D "COMSERVER" /D "WIN32" /D "NO_LOG" /D "NO_MR" /D "_WINDOWS" /Yu"MW4Headers.hpp" /Zl /FD /GF /c
# SUBTRACT CPP /WX /Og /Fr
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Coping Shell Script Files
PostBuild_Cmds=md ..\..\..\ice.bin\Content md ..\..\..\ice.bin\Content\ShellScripts copy MechLabHeaders.h ..\..\..\ice.bin\Content\ShellScripts\MechLabHeaders.h copy ShellFunctionHeaders.hpp ..\..\..\ice.bin\Content\ShellScripts\ShellFunctionHeaders.hpp copy NetParams.h ..\..\..\ice.bin\Content\ShellScripts\NetParams.h copy HUDScriptHeaders.hpp ..\..\..\ice.bin\Content\ShellScripts\HUDScriptHeaders.hpp copy GameTypes.h ..\..\..\ice.bin\Content\GameTypes.h copy ScriptErrorHeader.hpp ..\..\..\ice.bin\Content\ShellScripts\ScriptErrorHeader.hpp
# End Special Build Tool
!ENDIF
# Begin Target
# Name "MW4 - Win32 Release"
# Name "MW4 - Win32 Profile"
# Name "MW4 - Win32 Armor"
# Name "MW4 - Win32 Debug"
# Name "MW4 - Win32 icecap"
# Begin Group "Subsystems"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AdvancedGyro.cpp
# End Source File
# Begin Source File
SOURCE=.\AdvancedGyro.hpp
# End Source File
# Begin Source File
SOURCE=.\AMS.cpp
# End Source File
# Begin Source File
SOURCE=.\AMS.hpp
# End Source File
# Begin Source File
SOURCE=.\AMS_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Armor.cpp
# End Source File
# Begin Source File
SOURCE=.\Armor.hpp
# End Source File
# Begin Source File
SOURCE=.\Armor_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\ArtilleryWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\ArtilleryWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\Beagle.cpp
# End Source File
# Begin Source File
SOURCE=.\Beagle.hpp
# End Source File
# Begin Source File
SOURCE=.\Beagle_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\BeamWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\BeamWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\BeanWeapon_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\BombastWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\BombastWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\BombastWeapon_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\BombWeaponSubsystem.cpp
# End Source File
# Begin Source File
SOURCE=.\BombWeaponSubsystem.hpp
# End Source File
# Begin Source File
SOURCE=.\ECM.cpp
# End Source File
# Begin Source File
SOURCE=.\ECM.hpp
# End Source File
# Begin Source File
SOURCE=.\ECM_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Engine.cpp
# End Source File
# Begin Source File
SOURCE=.\Engine.hpp
# End Source File
# Begin Source File
SOURCE=.\Engine_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\eyepointmanager.cpp
# End Source File
# Begin Source File
SOURCE=.\eyepointmanager.hpp
# End Source File
# Begin Source File
SOURCE=.\FlamerWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\FlamerWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\FlareWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\FlareWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\Gyro.cpp
# End Source File
# Begin Source File
SOURCE=.\Gyro.hpp
# End Source File
# Begin Source File
SOURCE=.\HeatManager.cpp
# End Source File
# Begin Source File
SOURCE=.\HeatManager.hpp
# End Source File
# Begin Source File
SOURCE=.\HeatSink.cpp
# End Source File
# Begin Source File
SOURCE=.\HeatSink.hpp
# End Source File
# Begin Source File
SOURCE=.\HeatSink_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\HighExplosiveWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\HighExplosiveWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\IFF_Jammer.cpp
# End Source File
# Begin Source File
SOURCE=.\IFF_Jammer.hpp
# End Source File
# Begin Source File
SOURCE=.\IFF_Jammer_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\JumpJet.cpp
# End Source File
# Begin Source File
SOURCE=.\JumpJet.hpp
# End Source File
# Begin Source File
SOURCE=.\JumpJet_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\LBXWeaponSub.cpp
# End Source File
# Begin Source File
SOURCE=.\LBXWeaponSub.hpp
# End Source File
# Begin Source File
SOURCE=.\LBXWeaponSub_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\LongTomWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\LongTomWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\LRMWeaponSubsystem.cpp
# End Source File
# Begin Source File
SOURCE=.\LRMWeaponSubsystem.hpp
# End Source File
# Begin Source File
SOURCE=.\MissileWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\MissileWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\MissileWeapon_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\MRMWeaponSubsystem.cpp
# End Source File
# Begin Source File
SOURCE=.\MRMWeaponSubsystem.hpp
# End Source File
# Begin Source File
SOURCE=.\NarcWeaponSubsystem.cpp
# End Source File
# Begin Source File
SOURCE=.\NarcWeaponSubsystem.hpp
# End Source File
# Begin Source File
SOURCE=.\ProjectileWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\ProjectileWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\ProjectileWeapon_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\SearchLight.cpp
# End Source File
# Begin Source File
SOURCE=.\SearchLight.hpp
# End Source File
# Begin Source File
SOURCE=.\SearchLight_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Sensor.cpp
# End Source File
# Begin Source File
SOURCE=.\Sensor.hpp
# End Source File
# Begin Source File
SOURCE=.\Sensor_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\SRMWeaponSubsystem.cpp
# End Source File
# Begin Source File
SOURCE=.\SRMWeaponSubsystem.hpp
# End Source File
# Begin Source File
SOURCE=.\SSRMWeaponSubsystem.cpp
# End Source File
# Begin Source File
SOURCE=.\SSRMWeaponSubsystem.hpp
# End Source File
# Begin Source File
SOURCE=.\Subsystem.cpp
# End Source File
# Begin Source File
SOURCE=.\Subsystem.hpp
# End Source File
# Begin Source File
SOURCE=.\Subsystem_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\SubsystemClassData.hpp
# End Source File
# Begin Source File
SOURCE=.\Torso.cpp
# End Source File
# Begin Source File
SOURCE=.\Torso.hpp
# End Source File
# Begin Source File
SOURCE=.\Torso_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Weapon.cpp
# End Source File
# Begin Source File
SOURCE=.\Weapon.hpp
# End Source File
# Begin Source File
SOURCE=.\Weapon_Tool.cpp
# End Source File
# End Group
# Begin Group "User Interface"
# PROP Default_Filter ""
# Begin Group "HUD"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\hudchat.cpp
# End Source File
# Begin Source File
SOURCE=.\hudchat.hpp
# End Source File
# Begin Source File
SOURCE=.\hudcomm.cpp
# End Source File
# Begin Source File
SOURCE=.\hudcomm.hpp
# End Source File
# Begin Source File
SOURCE=.\hudcomp.cpp
# End Source File
# Begin Source File
SOURCE=.\hudcomp.hpp
# End Source File
# Begin Source File
SOURCE=.\hudcomp2.cpp
# End Source File
# Begin Source File
SOURCE=.\hudcomp2.hpp
# End Source File
# Begin Source File
SOURCE=.\huddamage.cpp
# End Source File
# Begin Source File
SOURCE=.\huddamage.hpp
# End Source File
# Begin Source File
SOURCE=.\hudhelp.cpp
# End Source File
# Begin Source File
SOURCE=.\hudhelp.hpp
# End Source File
# Begin Source File
SOURCE=.\hudhelparrow.cpp
# End Source File
# Begin Source File
SOURCE=.\hudhelparrow.hpp
# End Source File
# Begin Source File
SOURCE=.\hudmap.cpp
# End Source File
# Begin Source File
SOURCE=.\hudmap.hpp
# End Source File
# Begin Source File
SOURCE=.\hudobj.cpp
# End Source File
# Begin Source File
SOURCE=.\hudobj.hpp
# End Source File
# Begin Source File
SOURCE=.\hudscore.cpp
# End Source File
# Begin Source File
SOURCE=.\hudscore.hpp
# End Source File
# Begin Source File
SOURCE=.\hudtarg.cpp
# End Source File
# Begin Source File
SOURCE=.\hudtarg.hpp
# End Source File
# Begin Source File
SOURCE=.\hudtimer.cpp
# End Source File
# Begin Source File
SOURCE=.\hudtimer.hpp
# End Source File
# Begin Source File
SOURCE=.\hudweapon.cpp
# End Source File
# Begin Source File
SOURCE=.\hudweapon.hpp
# End Source File
# End Group
# Begin Source File
SOURCE=.\GUILightAmp.cpp
# End Source File
# Begin Source File
SOURCE=.\GUILightAmp.hpp
# End Source File
# Begin Source File
SOURCE=.\GUIRadarManager.cpp
# End Source File
# Begin Source File
SOURCE=.\GUIRadarManager.hpp
# End Source File
# Begin Source File
SOURCE=.\GUIStaticView.cpp
# End Source File
# Begin Source File
SOURCE=.\GUIStaticView.hpp
# End Source File
# Begin Source File
SOURCE=.\GUIWeaponManager.cpp
# End Source File
# Begin Source File
SOURCE=.\GUIWeaponManager.hpp
# End Source File
# Begin Source File
SOURCE=.\HUDScriptHeaders.hpp
# End Source File
# Begin Source File
SOURCE=.\MWGUIManager.cpp
# End Source File
# Begin Source File
SOURCE=.\MWGUIManager.hpp
# End Source File
# End Group
# Begin Group "Buildings and Culturals"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\bridge.cpp
# End Source File
# Begin Source File
SOURCE=.\bridge.hpp
# End Source File
# Begin Source File
SOURCE=.\bridge_tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Building.cpp
# End Source File
# Begin Source File
SOURCE=.\Building.hpp
# End Source File
# Begin Source File
SOURCE=.\Building_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\cultural.cpp
# End Source File
# Begin Source File
SOURCE=.\cultural.hpp
# End Source File
# Begin Source File
SOURCE=.\cultural_tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Turret.cpp
# End Source File
# Begin Source File
SOURCE=.\Turret.hpp
# End Source File
# Begin Source File
SOURCE=.\Turret_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\WaterCultural.cpp
# End Source File
# Begin Source File
SOURCE=.\WaterCultural.hpp
# End Source File
# End Group
# Begin Group "AI"
# PROP Default_Filter ""
# Begin Group "Combat"
# PROP Default_Filter ""
# Begin Group "Target Picking"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_FindObject.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_FindObject.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_FindObjectCache.hpp
# End Source File
# End Group
# Begin Group "Tactics & Planning"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_Action.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Action.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Behavior.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Behavior.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_CombatTacticInterface.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_CombatTacticInterface.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Condition.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Condition.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Fuzzy.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_SituationalAnalysis.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_SituationalAnalysis.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_TacticInterface.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Tactics.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Tactics.hpp
# End Source File
# End Group
# Begin Group "Group/Squad AI"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_FocusFireSquad.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_FocusFireSquad.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Groups.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Groups.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Lancemate.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Lancemate.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_LancemateAudio.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_LancemateAudio.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_LancemateCommands.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_LancemateCommands.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_MoodSquad.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_MoodSquad.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_RadioSquad.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_RadioSquad.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Squad.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Squad.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_SquadOrders.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_SquadOrders.hpp
# End Source File
# End Group
# Begin Group "Weapons & Firing"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_Damage.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Damage.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_FireData.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_FireData.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_FireParamPackage.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_FireParamPackage.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_FireStyle.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_FireStyle.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_HitTesting.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_HitTesting.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Weapons.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Weapons.hpp
# End Source File
# End Group
# Begin Group "Moods"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_Moods.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Moods.hpp
# End Source File
# End Group
# Begin Group "Logging/Diagnostics"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_Log.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Log.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Statistics.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Statistics.hpp
# End Source File
# End Group
# Begin Group "Specials"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_SearchLight.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_SearchLight.hpp
# End Source File
# Begin Source File
SOURCE=.\AI_Specials.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Specials.hpp
# End Source File
# End Group
# Begin Source File
SOURCE=.\CombatAI.cpp
# End Source File
# Begin Source File
SOURCE=.\CombatAI.hpp
# End Source File
# End Group
# Begin Group "Debugging/Diagnostics"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_DebugRenderer.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_DebugRenderer.hpp
# End Source File
# Begin Source File
SOURCE=".\Data Server.h"
# End Source File
# Begin Source File
SOURCE=".\data server_c.c"
# ADD CPP /W1
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\data_client.cpp
# End Source File
# Begin Source File
SOURCE=.\data_client.hpp
# End Source File
# End Group
# Begin Group "ABL"
# PROP Default_Filter ""
# Begin Group "Headers"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Abl.h
# End Source File
# Begin Source File
SOURCE=.\ABLAudio.hpp
# End Source File
# Begin Source File
SOURCE=.\Abldbug.h
# End Source File
# Begin Source File
SOURCE=.\abldheap.h
# End Source File
# Begin Source File
SOURCE=.\Ablenv.h
# End Source File
# Begin Source File
SOURCE=.\Ablerr.h
# End Source File
# Begin Source File
SOURCE=.\Ablexec.h
# End Source File
# Begin Source File
SOURCE=.\ablexec.inl
# End Source File
# Begin Source File
SOURCE=.\ablfile.h
# End Source File
# Begin Source File
SOURCE=.\ablfuncs.hpp
# End Source File
# Begin Source File
SOURCE=.\Ablgen.h
# End Source File
# Begin Source File
SOURCE=.\ablheap.h
# End Source File
# Begin Source File
SOURCE=.\Ablparse.h
# End Source File
# Begin Source File
SOURCE=.\AblProfiler.hpp
# End Source File
# Begin Source File
SOURCE=.\Ablscan.h
# End Source File
# Begin Source File
SOURCE=.\Ablsymt.h
# End Source File
# Begin Source File
SOURCE=.\Dabldbug.h
# End Source File
# Begin Source File
SOURCE=.\dablenv.h
# End Source File
# Begin Source File
SOURCE=.\dfile.h
# End Source File
# End Group
# Begin Source File
SOURCE=.\ABLAudio.cpp
# End Source File
# Begin Source File
SOURCE=.\Abldbug.cpp
# End Source File
# Begin Source File
SOURCE=.\Abldecl.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablenv.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablerr.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablexec.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablexpr.cpp
# End Source File
# Begin Source File
SOURCE=.\ablfile.cpp
# End Source File
# Begin Source File
SOURCE=.\ablheap.cpp
# End Source File
# Begin Source File
SOURCE=.\AblProfiler.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablrtn.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablscan.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablstd.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablstmt.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablsymt.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablxexpr.cpp
# End Source File
# Begin Source File
SOURCE=.\ablxstd.cpp
# End Source File
# Begin Source File
SOURCE=.\Ablxstmt.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Types.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Types.hpp
# End Source File
# End Group
# Begin Group "Movement"
# PROP Default_Filter ""
# Begin Group "Pathing"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\gridmove.cpp
# End Source File
# Begin Source File
SOURCE=.\move_rect.cpp
# End Source File
# Begin Source File
SOURCE=.\move_rect.hpp
# End Source File
# Begin Source File
SOURCE=.\node2path.cpp
# End Source File
# Begin Source File
SOURCE=.\Path.cpp
# End Source File
# Begin Source File
SOURCE=.\Path.hpp
# End Source File
# Begin Source File
SOURCE=.\Path_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\quadtree.hpp
# End Source File
# Begin Source File
SOURCE=.\rail_move.cpp
# End Source File
# Begin Source File
SOURCE=.\rail_move.hpp
# End Source File
# Begin Source File
SOURCE=.\rail_move.inl
# End Source File
# Begin Source File
SOURCE=.\raillink.cpp
# End Source File
# Begin Source File
SOURCE=.\railpath.cpp
# End Source File
# Begin Source File
SOURCE=.\railutils.cpp
# End Source File
# End Group
# Begin Group "Command"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\aiMoveData.cpp
# End Source File
# Begin Source File
SOURCE=.\aiMoveData.hpp
# End Source File
# Begin Source File
SOURCE=.\move_flee.cpp
# End Source File
# Begin Source File
SOURCE=.\move_follow.cpp
# End Source File
# Begin Source File
SOURCE=.\move_locpoint.cpp
# End Source File
# Begin Source File
SOURCE=.\move_lookout.cpp
# End Source File
# Begin Source File
SOURCE=.\move_object.cpp
# End Source File
# Begin Source File
SOURCE=.\move_patrol.cpp
# End Source File
# Begin Source File
SOURCE=.\move_rigidpatrol.cpp
# End Source File
# Begin Source File
SOURCE=.\move_semi.cpp
# End Source File
# Begin Source File
SOURCE=.\move_sit.cpp
# End Source File
# End Group
# Begin Source File
SOURCE=.\cheap_move.cpp
# End Source File
# Begin Source File
SOURCE=.\cheap_move.hpp
# End Source File
# Begin Source File
SOURCE=.\move_dropship.cpp
# End Source File
# Begin Source File
SOURCE=.\move_formation.cpp
# End Source File
# Begin Source File
SOURCE=.\move_formation.hpp
# End Source File
# Begin Source File
SOURCE=.\obstacle.cpp
# End Source File
# Begin Source File
SOURCE=.\obstacle.hpp
# End Source File
# End Group
# Begin Group "User Constants"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AI_UserConstants.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_UserConstants.hpp
# End Source File
# End Group
# Begin Group "RootAI's"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\ai.cpp
# End Source File
# Begin Source File
SOURCE=.\ai.hpp
# End Source File
# Begin Source File
SOURCE=.\ai_tool.cpp
# End Source File
# Begin Source File
SOURCE=.\mech_ai.cpp
# End Source File
# Begin Source File
SOURCE=.\mech_ai.hpp
# End Source File
# Begin Source File
SOURCE=.\mech_ai_tool.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\MoverAI.cpp
# End Source File
# Begin Source File
SOURCE=.\MoverAI.hpp
# End Source File
# Begin Source File
SOURCE=.\MoverAI_Tool.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\noncomai.cpp
# End Source File
# Begin Source File
SOURCE=.\noncomai.hpp
# End Source File
# Begin Source File
SOURCE=.\planeai.cpp
# End Source File
# Begin Source File
SOURCE=.\planeai.hpp
# End Source File
# Begin Source File
SOURCE=.\playerai.cpp
# End Source File
# Begin Source File
SOURCE=.\playerai.hpp
# End Source File
# Begin Source File
SOURCE=.\playerai_tool.cpp
# End Source File
# Begin Source File
SOURCE=.\ShooterAI.cpp
# End Source File
# Begin Source File
SOURCE=.\ShooterAI.hpp
# End Source File
# End Group
# Begin Source File
SOURCE=.\AI_Graveyard.cpp
# End Source File
# Begin Source File
SOURCE=.\AI_Graveyard.hpp
# End Source File
# Begin Source File
SOURCE=.\aiutils.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\aiutils.hpp
# End Source File
# Begin Source File
SOURCE=.\comfuncs.cpp
# End Source File
# Begin Source File
SOURCE=.\objective.cpp
# End Source File
# Begin Source File
SOURCE=.\objective.hpp
# End Source File
# Begin Source File
SOURCE=.\objective_tool.cpp
# End Source File
# End Group
# Begin Group "General Game Files"
# PROP Default_Filter ""
# Begin Group "Groups"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Group.cpp
# End Source File
# Begin Source File
SOURCE=.\Group.hpp
# End Source File
# Begin Source File
SOURCE=.\GroupContainer.cpp
# End Source File
# Begin Source File
SOURCE=.\GroupContainer.hpp
# End Source File
# End Group
# Begin Source File
SOURCE=.\bucket.cpp
# End Source File
# Begin Source File
SOURCE=.\bucket.hpp
# End Source File
# Begin Source File
SOURCE=.\InputTrainer.cpp
# End Source File
# Begin Source File
SOURCE=.\InputTrainer.hpp
# End Source File
# Begin Source File
SOURCE=.\lancemate.cpp
# End Source File
# Begin Source File
SOURCE=.\lancemate.hpp
# End Source File
# Begin Source File
SOURCE=.\MemoryDiffKiller.cpp
# End Source File
# Begin Source File
SOURCE=.\MemoryDiffKiller.hpp
# End Source File
# Begin Source File
SOURCE=.\MWApplication.cpp
# End Source File
# Begin Source File
SOURCE=.\MWApplication.hpp
# End Source File
# Begin Source File
SOURCE=.\MWCampaign.cpp
# End Source File
# Begin Source File
SOURCE=.\MWCampaign.hpp
# End Source File
# Begin Source File
SOURCE=.\MWDebugHelper.cpp
# End Source File
# Begin Source File
SOURCE=.\MWDebugHelper.hpp
# End Source File
# Begin Source File
SOURCE=.\MWGame.cpp
# End Source File
# Begin Source File
SOURCE=.\MWGame.hpp
# End Source File
# Begin Source File
SOURCE=.\mwmap.cpp
# End Source File
# Begin Source File
SOURCE=.\mwmap.hpp
# End Source File
# Begin Source File
SOURCE=.\MWMission.cpp
# End Source File
# Begin Source File
SOURCE=.\MWMission.hpp
# End Source File
# Begin Source File
SOURCE=.\MWMission_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\MWOptions.cpp
# End Source File
# Begin Source File
SOURCE=.\MWOptions.hpp
# End Source File
# Begin Source File
SOURCE=.\MWPlayer.cpp
# End Source File
# Begin Source File
SOURCE=.\MWPlayer.hpp
# End Source File
# Begin Source File
SOURCE=.\MWTable.cpp
# End Source File
# Begin Source File
SOURCE=.\MWTable.hpp
# End Source File
# Begin Source File
SOURCE=.\MWTool.cpp
# End Source File
# Begin Source File
SOURCE=.\MWTool.hpp
# End Source File
# Begin Source File
SOURCE=.\MWVideoRenderer.cpp
# End Source File
# Begin Source File
SOURCE=.\MWVideoRenderer.hpp
# End Source File
# Begin Source File
SOURCE=.\Salvage.cpp
# End Source File
# Begin Source File
SOURCE=.\Salvage.hpp
# End Source File
# Begin Source File
SOURCE=.\SensorCellMap.hpp
# End Source File
# End Group
# Begin Group "Misc Entities"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\DeathEntity.cpp
# End Source File
# Begin Source File
SOURCE=.\DeathEntity.hpp
# End Source File
# Begin Source File
SOURCE=.\DeathEntity_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Decal.cpp
# End Source File
# Begin Source File
SOURCE=.\Decal.hpp
# End Source File
# Begin Source File
SOURCE=.\EffectGenerator.cpp
# End Source File
# Begin Source File
SOURCE=.\EffectGenerator.hpp
# End Source File
# Begin Source File
SOURCE=.\EffectGenerator_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\flag.cpp
# End Source File
# Begin Source File
SOURCE=.\flag.hpp
# End Source File
# Begin Source File
SOURCE=.\flag_tool.cpp
# End Source File
# Begin Source File
SOURCE=.\LightEntity.cpp
# End Source File
# Begin Source File
SOURCE=.\LightEntity.hpp
# End Source File
# Begin Source File
SOURCE=.\NavPoint.cpp
# End Source File
# Begin Source File
SOURCE=.\NavPoint.hpp
# End Source File
# Begin Source File
SOURCE=.\Team.cpp
# End Source File
# Begin Source File
SOURCE=.\Team.hpp
# End Source File
# Begin Source File
SOURCE=.\VOEntity.cpp
# End Source File
# Begin Source File
SOURCE=.\VOEntity.hpp
# End Source File
# End Group
# Begin Group "Weapons"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\ArtilleryMark.cpp
# End Source File
# Begin Source File
SOURCE=.\ArtilleryMark.hpp
# End Source File
# Begin Source File
SOURCE=.\ArtilleryMark_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\BeamEntity.cpp
# End Source File
# Begin Source File
SOURCE=.\BeamEntity.hpp
# End Source File
# Begin Source File
SOURCE=.\BeamEntity_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Explosive.cpp
# End Source File
# Begin Source File
SOURCE=.\Explosive.hpp
# End Source File
# Begin Source File
SOURCE=.\Explosive_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\FlameMover.cpp
# End Source File
# Begin Source File
SOURCE=.\FlameMover.hpp
# End Source File
# Begin Source File
SOURCE=.\LBXMover.cpp
# End Source File
# Begin Source File
SOURCE=.\LBXMover.hpp
# End Source File
# Begin Source File
SOURCE=.\LBXMover_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Missile.cpp
# End Source File
# Begin Source File
SOURCE=.\Missile.hpp
# End Source File
# Begin Source File
SOURCE=.\Missile_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Narc.cpp
# End Source File
# Begin Source File
SOURCE=.\Narc.hpp
# End Source File
# Begin Source File
SOURCE=.\Narc_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\StickyMover.cpp
# End Source File
# Begin Source File
SOURCE=.\StickyMover.hpp
# End Source File
# Begin Source File
SOURCE=.\StickyMover__Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\WeaponMover.cpp
# End Source File
# Begin Source File
SOURCE=.\WeaponMover.hpp
# End Source File
# Begin Source File
SOURCE=.\WeaponMover_Tool.cpp
# End Source File
# End Group
# Begin Group "Animation State"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AirplaneAnimationStateEngine.cpp
# End Source File
# Begin Source File
SOURCE=.\AirplaneAnimationStateEngine.hpp
# End Source File
# Begin Source File
SOURCE=.\AnimationState.cpp
# End Source File
# Begin Source File
SOURCE=.\AnimationState.hpp
# End Source File
# Begin Source File
SOURCE=.\AnimationState_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\AnimationTrigger.cpp
# End Source File
# Begin Source File
SOURCE=.\AnimationTrigger.hpp
# End Source File
# Begin Source File
SOURCE=.\AnimHolder.cpp
# End Source File
# Begin Source File
SOURCE=.\Blanderizer.hpp
# End Source File
# Begin Source File
SOURCE=.\DeceleratorOf.hpp
# End Source File
# Begin Source File
SOURCE=.\MechAnimationState.cpp
# End Source File
# Begin Source File
SOURCE=.\MechAnimationState.hpp
# End Source File
# Begin Source File
SOURCE=.\SimpleChannelAnimator.cpp
# End Source File
# Begin Source File
SOURCE=.\SimpleChannelAnimator.hpp
# End Source File
# Begin Source File
SOURCE=.\SpringOf.hpp
# End Source File
# End Group
# Begin Group "Network"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Dictionary.cpp
# End Source File
# Begin Source File
SOURCE=.\Dictionary.hpp
# End Source File
# Begin Source File
SOURCE=.\MissionReview.cpp
# End Source File
# Begin Source File
SOURCE=.\MissionReview.hpp
# End Source File
# Begin Source File
SOURCE=.\MWEntityManager.cpp
# End Source File
# Begin Source File
SOURCE=.\MWEntityManager.hpp
# End Source File
# Begin Source File
SOURCE=.\NetAutoPacketSpliter.cpp
# End Source File
# Begin Source File
SOURCE=.\NetAutoPacketSpliter.hpp
# End Source File
# Begin Source File
SOURCE=.\NetBitDepths.cpp
# End Source File
# Begin Source File
SOURCE=.\NetBitDepths.hpp
# End Source File
# Begin Source File
SOURCE=.\NetClientServerController.cpp
# End Source File
# Begin Source File
SOURCE=.\NetClientServerController.hpp
# End Source File
# Begin Source File
SOURCE=.\NetConstants.hpp
# End Source File
# Begin Source File
SOURCE=.\NetDamage.cpp
# End Source File
# Begin Source File
SOURCE=.\NetDamage.hpp
# End Source File
# Begin Source File
SOURCE=.\NetGenericMessages.cpp
# End Source File
# Begin Source File
SOURCE=.\NetGenericMessages.hpp
# End Source File
# Begin Source File
SOURCE=.\NetMovement.cpp
# End Source File
# Begin Source File
SOURCE=.\NetMovement.hpp
# End Source File
# Begin Source File
SOURCE=.\NetSubsystems.cpp
# End Source File
# Begin Source File
SOURCE=.\NetSubsystems.hpp
# End Source File
# Begin Source File
SOURCE=.\NetUpdateManager.cpp
# End Source File
# Begin Source File
SOURCE=.\NetUpdateManager.hpp
# End Source File
# Begin Source File
SOURCE=.\NetVehicleMovement.cpp
# End Source File
# Begin Source File
SOURCE=.\NetVehicleMovement.hpp
# End Source File
# Begin Source File
SOURCE=.\NetWeapon.cpp
# End Source File
# Begin Source File
SOURCE=.\NetWeapon.hpp
# End Source File
# Begin Source File
SOURCE=.\review_playback.cpp
# End Source File
# Begin Source File
SOURCE=.\review_playback.hpp
# End Source File
# End Group
# Begin Group "Missed Dependencies"
# PROP Default_Filter ""
# Begin Group "HPP Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\Libraries\Adept\Adept.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\AdeptHeaders.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\AffineMatrix.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Angle.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Application.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ApplicationTask.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\ArmorOn.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Attribute.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\AudioRenderer.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Auto_Container.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Auto_Ptr.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Average.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\BeamComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\CameraComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\CameraElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Campaign.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\gosfx\Card.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Chain.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Channel.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\CollisionGrid.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\CollisionVolume.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Color.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\comline\comline.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Component.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ComponentHeaders.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ComponentWeb.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Compost\Compost.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Compost\CompostHeaders.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\comline\comutil.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ConeComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Connection.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Controls.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\comline\critical.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\cultural.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\DamageObject.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Database.hpp
# End Source File
# Begin Source File
SOURCE=..\..\..\CoreTech\Libraries\GameOS\Debugger.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Driver.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\DropZone.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\EarComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Effect.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\gosfx\Effect.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\gosfx\EffectLibrary.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\Element.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\ElementRenderer.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Entity.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\EntityClassData.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\EntityManager.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Event.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ExecutionState.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\ExtentBox.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\gosfx\Fcurve.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Compost\FeatureGrid.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Compost\FeaturePool.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\FileStream.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\FileStreamManager.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\gosfx\Flare.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\GameModelAttribute.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\GameOS.HPP
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\GlobalPointerManager.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\gosfx\gosFX.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\gosFXComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\GOSImage.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\GOSImagePool.hpp
# End Source File
# Begin Source File
SOURCE=..\..\..\coretech\Libraries\GOSScript\GOSScriptHeaders.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\GOSVertex.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\GOSVertex2UV.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\GOSVertex3UV.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\GOSVertexManipulation.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\GOSVertexPool.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\GridElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\GroupElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\GUIManager.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\GUIObject.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\GUITextManager.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\GUITextObject.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Hash.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Initialized_Ptr.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Interface.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Iterator.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Joystick.hpp
# End Source File
# Begin Source File
SOURCE=.\LancemateDefines.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\LightElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\LightManager.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Line.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\LinearMatrix.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\LineCloudElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Link.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\ListElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\LODComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\LODElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Map.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\MArray.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Matcher.hpp
# End Source File
# Begin Source File
SOURCE=.\MaterialEffectHolder.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Matrix.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\MatrixStack.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\MemoryBlock.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\MemoryStream.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Mission.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLR.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRClipper.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRClippingState.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRCulturShape.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLREffect.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRInfiniteLightWithFallOff.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRLight.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRPrimitiveBase.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRShadowLight.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRShape.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRSortByOrder.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRSorter.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRState.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRTexture.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\mlr\MLRTexturePool.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Motion.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Mover.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\MString.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\MultiLODComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\MusicComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\NameList.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\NameTable.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\NavPoint.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\NetStatCollector.hpp
# End Source File
# Begin Source File
SOURCE=..\..\..\CoreTech\Libraries\GameOS\Network.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Network.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Node.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Noncopyable.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Normal.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\NotationFile.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Note.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\OBB.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Origin.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Page.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Plane.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Player.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Plug.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Point3D.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\PointCloudElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\gosfx\PointLight.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Polar.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Random.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Receiver.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\RegisteredClass.hpp
# End Source File
# Begin Source File
SOURCE=..\..\..\CoreTech\Libraries\GameOS\Registry.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Renderer.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\RendererManager.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Replicator.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ReplicatorID.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Resource.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ResourceEffectLibrary.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Rotation.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\SafeChain.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\SafeSocket.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ScalableShapeComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\ScalableShapeElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Scalar.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\ScreenQuadsElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\ShapeComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\ShapeElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\gosfx\Singleton.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Site.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\SlidingShapeComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Slot.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Socket.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\SortedChain.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\SortedSocket.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\SoundComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Sphere.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\State.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\StateChange.hpp
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_inc_find.hpp
# End Source File
# Begin Source File
SOURCE=..\..\..\CoreTech\Libraries\GameOS\String.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Stuff.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Style.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\SwitchComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\SwitchElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Table.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Compost\TerrainTextureLogistic.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Compost\TexturePool.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Tile.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\Tool.hpp
# End Source File
# Begin Source File
SOURCE=..\..\..\CoreTech\Libraries\GameOS\ToolOS.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Trace.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Tree.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\elementrenderer\TriangleCloudElement.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\UnitVector.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Vector2D.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Vector3D.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\stuff\Vector4D.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\VideoComponent.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\VideoComponentWeb.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\VideoHeaders.hpp
# End Source File
# Begin Source File
SOURCE=..\..\Libraries\Adept\VideoRenderer.hpp
# End Source File
# End Group
# Begin Group "C Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_algo.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_algobase.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_alloc.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_deque.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_heap.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_list.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_slist.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_slist_base.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_string.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_string_fwd.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_threads.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_tree.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_vector.c
!IF "$(CFG)" == "MW4 - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Profile"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Armor"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "MW4 - Win32 icecap"
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
!ENDIF
# End Source File
# End Group
# Begin Group "H Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\Buildnum\buildnum.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\char_traits.h
# End Source File
# Begin Source File
SOURCE=..\Buildnum\curver.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_algo.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_algobase.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_alloc.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_bvector.h
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\stl_config.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\config\stl_confix.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_construct.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_ctraits_fns.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_deque.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_function.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_hash_fun.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_heap.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_iterator.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_iterator_base.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_list.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_map.h
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\config\stl_msvc.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_multimap.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_multiset.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_pair.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_range_errors.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_raw_storage_iter.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_relops.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_self_config.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_set.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_stack.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_string.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_string_fwd.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_tempbuf.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_threads.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_tree.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_uninitialized.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_user_config.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\stl_vector.h
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\config\stlcomp.h
# End Source File
# Begin Source File
SOURCE=..\..\libraries\stlport\config\stlconf.h
# End Source File
# Begin Source File
SOURCE=..\..\LIBRARIES\stlport\type_traits.h
# End Source File
# End Group
# End Group
# Begin Group "GosScript"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\CampaignMechLab.cpp
# End Source File
# Begin Source File
SOURCE=.\CampaignMechLab.hpp
# End Source File
# Begin Source File
SOURCE=.\filedialog.cpp
# End Source File
# Begin Source File
SOURCE=.\filedialog.hpp
# End Source File
# Begin Source File
SOURCE=.\GameTypes.h
# End Source File
# Begin Source File
SOURCE=.\MechLab.cpp
# End Source File
# Begin Source File
SOURCE=.\MechLab.hpp
# End Source File
# Begin Source File
SOURCE=.\MechLabHeaders.h
# End Source File
# Begin Source File
SOURCE=.\MechPrototype.h
# End Source File
# Begin Source File
SOURCE=.\MW4Shell.cpp
# End Source File
# Begin Source File
SOURCE=.\MW4Shell.hpp
# End Source File
# Begin Source File
SOURCE=.\NetParams.h
# End Source File
# Begin Source File
SOURCE=.\PopUp.cpp
# End Source File
# Begin Source File
SOURCE=.\PopUp.hpp
# End Source File
# Begin Source File
SOURCE=.\ScriptErrorHeader.hpp
# End Source File
# Begin Source File
SOURCE=.\ShellFunctionHeaders.hpp
# End Source File
# Begin Source File
SOURCE=.\ShellScriptHeaders.hpp
# End Source File
# End Group
# Begin Group "ngLog"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\log_test.cpp
# End Source File
# Begin Source File
SOURCE=.\nglog.hpp
# End Source File
# Begin Source File
SOURCE=.\nglog_mw4.hpp
# End Source File
# End Group
# Begin Group "Damage"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\DamageDispatch.cpp
# End Source File
# Begin Source File
SOURCE=.\DamageDispatch.hpp
# End Source File
# Begin Source File
SOURCE=.\DamageDispatch_Multiplayer.cpp
# End Source File
# Begin Source File
SOURCE=.\DamageDispatch_Multiplayer.hpp
# End Source File
# Begin Source File
SOURCE=.\DamageDispatch_SinglePlayer.cpp
# End Source File
# Begin Source File
SOURCE=.\DamageDispatch_SinglePlayer.hpp
# End Source File
# Begin Source File
SOURCE=.\MWDamageObject.cpp
# End Source File
# Begin Source File
SOURCE=.\MWDamageObject.hpp
# End Source File
# End Group
# Begin Group "ctcl"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\c232comm.cpp
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
SOURCE=.\c232comm.h
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
SOURCE=.\CRIO.CPP
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
SOURCE=.\CRIO.H
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
SOURCE=.\CRIOMAIN.CPP
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
SOURCE=.\CRIOMAIN.H
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
SOURCE=.\mreplay2.cpp
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
SOURCE=.\mreplay2.h
# End Source File
# Begin Source File
SOURCE=.\recscore.cpp
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
SOURCE=.\recscore.h
# PROP Exclude_From_Build 1
# End Source File
# End Group
# Begin Group "Vehicles"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Airplane.cpp
# End Source File
# Begin Source File
SOURCE=.\Airplane.hpp
# End Source File
# Begin Source File
SOURCE=.\Airplane_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\boat.cpp
# End Source File
# Begin Source File
SOURCE=.\boat.hpp
# End Source File
# Begin Source File
SOURCE=.\boat_tool.cpp
# End Source File
# Begin Source File
SOURCE=.\CameraShip.cpp
# End Source File
# Begin Source File
SOURCE=.\CameraShip.hpp
# End Source File
# Begin Source File
SOURCE=.\CameraShip_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\dropship.cpp
# End Source File
# Begin Source File
SOURCE=.\dropship.hpp
# End Source File
# Begin Source File
SOURCE=.\field_base.cpp
# End Source File
# Begin Source File
SOURCE=.\field_base.hpp
# End Source File
# Begin Source File
SOURCE=.\Helicopter.cpp
# End Source File
# Begin Source File
SOURCE=.\Helicopter.hpp
# End Source File
# Begin Source File
SOURCE=.\HoverCraft.cpp
# End Source File
# Begin Source File
SOURCE=.\HoverCraft.hpp
# End Source File
# Begin Source File
SOURCE=.\HoverCraft_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Mech.cpp
# End Source File
# Begin Source File
SOURCE=.\Mech.hpp
# End Source File
# Begin Source File
SOURCE=.\Mech_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\MFB.cpp
# End Source File
# Begin Source File
SOURCE=.\MFB.hpp
# End Source File
# Begin Source File
SOURCE=.\MFB_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\MWMover.cpp
# End Source File
# Begin Source File
SOURCE=.\MWMover.hpp
# End Source File
# Begin Source File
SOURCE=.\MWMover_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\MWObject.cpp
# End Source File
# Begin Source File
SOURCE=.\MWObject.hpp
# End Source File
# Begin Source File
SOURCE=.\MWObject_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\noncom.cpp
# End Source File
# Begin Source File
SOURCE=.\noncom.hpp
# End Source File
# Begin Source File
SOURCE=.\ObservationVehicle.cpp
# End Source File
# Begin Source File
SOURCE=.\ObservationVehicle.hpp
# End Source File
# Begin Source File
SOURCE=.\ObservationVehicle_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Tank.cpp
# End Source File
# Begin Source File
SOURCE=.\Tank.hpp
# End Source File
# Begin Source File
SOURCE=.\Tank_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Truck.cpp
# End Source File
# Begin Source File
SOURCE=.\Truck.hpp
# End Source File
# Begin Source File
SOURCE=.\Truck_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\Vehicle.cpp
# End Source File
# Begin Source File
SOURCE=.\Vehicle.hpp
# End Source File
# Begin Source File
SOURCE=.\Vehicle_Tool.cpp
# End Source File
# Begin Source File
SOURCE=.\VehicleInterface.cpp
# End Source File
# Begin Source File
SOURCE=.\VehicleInterface.hpp
# End Source File
# Begin Source File
SOURCE=.\VehicleInterface_Tool.cpp
# End Source File
# End Group
# Begin Group "Animation"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\AngleAxis.hpp
# End Source File
# Begin Source File
SOURCE=.\AnimFormat.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\AnimFormat.hpp
# End Source File
# Begin Source File
SOURCE=.\AnimInstance.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\AnimInstance.hpp
# End Source File
# Begin Source File
SOURCE=.\AnimInterp.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\AnimInterp.hpp
# End Source File
# Begin Source File
SOURCE=.\AnimIterator.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\AnimIterator.hpp
# End Source File
# Begin Source File
SOURCE=.\AnimIteratorManager.cpp
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\AnimIteratorManager.hpp
# End Source File
# Begin Source File
SOURCE=.\MW4AnimationSystem.hpp
# End Source File
# End Group
# Begin Source File
SOURCE=.\gameinfo.cpp
# End Source File
# Begin Source File
SOURCE=.\gameinfo.hpp
# End Source File
# Begin Source File
SOURCE=.\hudcamera.cpp
# End Source File
# Begin Source File
SOURCE=.\hudcamera.hpp
# End Source File
# Begin Source File
SOURCE=.\huddebug.cpp
# End Source File
# Begin Source File
SOURCE=.\huddebug.hpp
# End Source File
# Begin Source File
SOURCE=.\MW4.cpp
# End Source File
# Begin Source File
SOURCE=.\MW4.hpp
# End Source File
# Begin Source File
SOURCE=.\MW4Headers.cpp
# ADD CPP /Yc"MW4Headers.hpp"
# End Source File
# Begin Source File
SOURCE=.\MW4Headers.hpp
# End Source File
# End Target
# End Project