Files
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

1137 lines
23 KiB
Plaintext

# Microsoft Developer Studio Project File - Name="MW4GameEd2" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
CFG=MW4GameEd2 - Win32 Debug
!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 "MW4GameEd2.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 "MW4GameEd2.mak" CFG="MW4GameEd2 - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "MW4GameEd2 - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "MW4GameEd2 - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE "MW4GameEd2 - Win32 Armor" (based on "Win32 (x86) Application")
!MESSAGE "MW4GameEd2 - Win32 Profile" (based on "Win32 (x86) Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""$/GameLeapCode/mw4/Code/MW4GameEd2", GQEAAAAA"
# PROP Scc_LocalPath "."
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "MW4GameEd2 - Win32 Release"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../rel.bin"
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
# ADD CPP /nologo /G6 /MD /W3 /GX /O2 /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "WIN32" /D "NDEBUG" /D "_AFXDLL" /D "_MBCS" /D "_WINDOWS" /D "NO_MR" /D "NO_LOG" /D "MW4EDITOR" /Yu"stdafx.h" /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
# 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 rpcrt4.lib wsock32.lib /nologo /subsystem:windows /machine:I386 /out:"../../../rel.bin/MW4Ed2.exe"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "MW4GameEd2 - Win32 Debug"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "../../../dbg.bin"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
# ADD CPP /nologo /G6 /Zp4 /MDd /W3 /Gm /GR /GX /ZI /Od /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "LAB_ONLY" /D "USE_PROTOTYPES" /D "STRICT" /D "_ARMOR" /D "WIN32" /D "_DEBUG" /D "_AFXDLL" /D "_MBCS" /D "_WINDOWS" /D "NO_MR" /D "NO_LOG" /D "MW4EDITOR" /FR /Yu"stdafx.h" /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
# ADD LINK32 rpcrt4.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"../../../dbg.bin/MW4Ed2.exe" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "MW4GameEd2 - Win32 Armor"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "MW4GameEd2___Win32_Armor"
# PROP BASE Intermediate_Dir "MW4GameEd2___Win32_Armor"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../arm.bin"
# PROP Intermediate_Dir "Armor"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
# ADD CPP /nologo /G6 /Zp4 /MD /W3 /GR /GX /Ox /Ot /Oa /Og /Oi /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "WIN32" /D "LAB_ONLY" /D "NDEBUG" /D "_ARMOR" /D "USE_PROTOTYPES" /D "STRICT" /D "COMSERVER" /D "_AFXDLL" /D "_MBCS" /D "_WINDOWS" /D "NO_MR" /D "NO_LOG" /D "MW4EDITOR" /Yu"stdafx.h" /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
# 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 rpcrt4.lib wsock32.lib /nologo /subsystem:windows /pdb:"Armor/MW4Ed2_a.pdb" /machine:I386 /out:"Armor/MW4Ed2.exe"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "MW4GameEd2 - Win32 Profile"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "MW4GameEd2___Win32_Profile"
# PROP BASE Intermediate_Dir "MW4GameEd2___Win32_Profile"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../pro.bin"
# PROP Intermediate_Dir "Profile"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
# ADD CPP /nologo /G6 /Zp4 /MD /W3 /GX /Zi /Ox /Ot /Oa /Og /Oi /Gy /I "..\..\Code" /I "..\..\Libraries" /I "..\..\..\CoreTech\Libraries" /I "..\..\Libraries\stlport" /D "LAB_ONLY" /D "NOMINMAXWIN32" /D "NDEBUG" /D "_AFXDLL" /D "_MBCS" /D "_WINDOWS" /D "NO_MR" /D "NO_LOG" /D "MW4EDITOR" /Yu"stdafx.h" /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
# 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 rpcrt4.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"../../../pro.bin/MW4Ed2.exe" /map:"../../../pro.bin/MW4Ed2.map" /mapinfo:lines
# SUBTRACT LINK32 /pdb:none
!ENDIF
# Begin Target
# Name "MW4GameEd2 - Win32 Release"
# Name "MW4GameEd2 - Win32 Debug"
# Name "MW4GameEd2 - Win32 Armor"
# Name "MW4GameEd2 - Win32 Profile"
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Group "Icons"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\res\ambientlight.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00001.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00002.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00003.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00004.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00005.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00006.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00007.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00008.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00009.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00010.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00011.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00012.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00013.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00014.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00015.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00016.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00017.ico
# End Source File
# Begin Source File
SOURCE=.\res\ico00018.ico
# End Source File
# Begin Source File
SOURCE=.\res\icon1.ico
# End Source File
# Begin Source File
SOURCE=.\res\icon_.ico
# End Source File
# Begin Source File
SOURCE=.\res\icon_air.ico
# End Source File
# Begin Source File
SOURCE=.\res\icon_bou.ico
# End Source File
# Begin Source File
SOURCE=.\res\icon_dro.ico
# End Source File
# Begin Source File
SOURCE=.\res\icon_inf.ico
# End Source File
# Begin Source File
SOURCE=.\res\icon_lat.ico
# End Source File
# Begin Source File
SOURCE=.\res\idr_main.ico
# End Source File
# Begin Source File
SOURCE=.\res\idr_objm.ico
# End Source File
# Begin Source File
SOURCE=.\res\MW4GameEd.ico
# End Source File
# Begin Source File
SOURCE=.\res\MW4GameEd2.ico
# End Source File
# Begin Source File
SOURCE=.\res\pointlight.ico
# End Source File
# Begin Source File
SOURCE=.\res\SpotLight.ico
# End Source File
# End Group
# Begin Group "Cursors"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\res\cursor1.cur
# End Source File
# Begin Source File
SOURCE=.\res\cursor3.cur
# End Source File
# Begin Source File
SOURCE=.\picker.cur
# End Source File
# End Group
# Begin Group "ToolBars"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\res\mainfram.bmp
# End Source File
# Begin Source File
SOURCE=.\res\Toolbar.bmp
# End Source File
# End Group
# Begin Source File
SOURCE=.\MW4GameEd2.rc
# End Source File
# Begin Source File
SOURCE=.\res\MW4GameEd2.rc2
# End Source File
# Begin Source File
SOURCE=.\Resource.h
# End Source File
# End Group
# Begin Group "Helpers"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\EdGameObject.cpp
# End Source File
# Begin Source File
SOURCE=.\EdGameObject.h
# End Source File
# Begin Source File
SOURCE=.\EdGUIObject.cpp
# End Source File
# Begin Source File
SOURCE=.\EdGUIObject.h
# End Source File
# Begin Source File
SOURCE=.\EdObjective.cpp
# End Source File
# Begin Source File
SOURCE=.\EdObjective.h
# End Source File
# Begin Source File
SOURCE=.\EdScript.cpp
# End Source File
# Begin Source File
SOURCE=.\EdScript.h
# End Source File
# Begin Source File
SOURCE=.\GUICamera.cpp
# End Source File
# Begin Source File
SOURCE=.\GUICamera.h
# End Source File
# Begin Source File
SOURCE=.\GUIDropZone.cpp
# End Source File
# Begin Source File
SOURCE=.\GUIDropZone.h
# End Source File
# Begin Source File
SOURCE=.\GUIFXGenerator.cpp
# End Source File
# Begin Source File
SOURCE=.\GUIFXGenerator.h
# End Source File
# Begin Source File
SOURCE=.\GUILattice.cpp
# End Source File
# Begin Source File
SOURCE=.\GUILattice.h
# End Source File
# Begin Source File
SOURCE=.\GUILight.cpp
# End Source File
# Begin Source File
SOURCE=.\GUILight.h
# End Source File
# Begin Source File
SOURCE=.\GUINode.cpp
# End Source File
# Begin Source File
SOURCE=.\GUINode.h
# End Source File
# Begin Source File
SOURCE=.\GUIObjectList.cpp
# End Source File
# Begin Source File
SOURCE=.\GUIObjectList.h
# End Source File
# Begin Source File
SOURCE=.\GUIPath.cpp
# End Source File
# Begin Source File
SOURCE=.\GUIPath.h
# End Source File
# Begin Source File
SOURCE=.\NVGameObject.cpp
# End Source File
# Begin Source File
SOURCE=.\NVGameObject.h
# End Source File
# End Group
# Begin Group "Dialogs and Controls"
# PROP Default_Filter ""
# Begin Group "Panels"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\FogColorProps.cpp
# End Source File
# Begin Source File
SOURCE=.\FogColorProps.h
# End Source File
# Begin Source File
SOURCE=.\FogPropertiesPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\FogPropertiesPanel.h
# End Source File
# Begin Source File
SOURCE=.\FXPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\FXPanel.h
# End Source File
# Begin Source File
SOURCE=.\GameObjPropPanal.cpp
# End Source File
# Begin Source File
SOURCE=.\GameObjPropPanal.h
# End Source File
# Begin Source File
SOURCE=.\GroupProps.cpp
# End Source File
# Begin Source File
SOURCE=.\GroupProps.h
# End Source File
# Begin Source File
SOURCE=.\GUIObjPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\GUIObjPanel.h
# End Source File
# Begin Source File
SOURCE=.\LightPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\LightPanel.h
# End Source File
# Begin Source File
SOURCE=.\MissionPropsPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\MissionPropsPanel.h
# End Source File
# Begin Source File
SOURCE=.\ObjPanelDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjPanelDlg.h
# End Source File
# Begin Source File
SOURCE=.\PanelHolderDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\PanelHolderDlg.h
# End Source File
# Begin Source File
SOURCE=.\PointLightPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\PointLightPanel.h
# End Source File
# Begin Source File
SOURCE=.\SpotLightPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\SpotLightPanel.h
# End Source File
# Begin Source File
SOURCE=.\TNPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\TNPanel.h
# End Source File
# End Group
# Begin Group "Fields"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\FieldPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\FieldPanel.h
# End Source File
# Begin Source File
SOURCE=.\FloatPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\FloatPanel.h
# End Source File
# Begin Source File
SOURCE=.\IntPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\IntPanel.h
# End Source File
# Begin Source File
SOURCE=.\StaticTextPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\StaticTextPanel.h
# End Source File
# Begin Source File
SOURCE=.\TextEditPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\TextEditPanel.h
# End Source File
# End Group
# Begin Source File
SOURCE=.\AddScriptDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\AddScriptDlg.h
# End Source File
# Begin Source File
SOURCE=.\AlignDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\AlignDlg.h
# End Source File
# Begin Source File
SOURCE=.\AudioFileDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\AudioFileDlg.h
# End Source File
# Begin Source File
SOURCE=.\BatchReportDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\BatchReportDlg.h
# End Source File
# Begin Source File
SOURCE=.\CameraSettings.cpp
# End Source File
# Begin Source File
SOURCE=.\CameraSettings.h
# End Source File
# Begin Source File
SOURCE=.\ChangeResDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ChangeResDlg.h
# End Source File
# Begin Source File
SOURCE=.\ColorButton.cpp
# End Source File
# Begin Source File
SOURCE=.\ColorButton.h
# End Source File
# Begin Source File
SOURCE=.\ColorDlgProDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ColorDlgProDlg.h
# End Source File
# Begin Source File
SOURCE=.\ColorRangeCtrl.cpp
# End Source File
# Begin Source File
SOURCE=.\ColorRangeCtrl.h
# End Source File
# Begin Source File
SOURCE=.\CustomTagDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\CustomTagDlg.h
# End Source File
# Begin Source File
SOURCE=.\DefaultDialog.cpp
# End Source File
# Begin Source File
SOURCE=.\DefaultDialog.h
# End Source File
# Begin Source File
SOURCE=.\DisperProg.cpp
# End Source File
# Begin Source File
SOURCE=.\DisperProg.h
# End Source File
# Begin Source File
SOURCE=.\DisperseDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\DisperseDlg.h
# End Source File
# Begin Source File
SOURCE=.\EdSlider.cpp
# End Source File
# Begin Source File
SOURCE=.\EdSlider.h
# End Source File
# Begin Source File
SOURCE=.\GridProps.cpp
# End Source File
# Begin Source File
SOURCE=.\GridProps.h
# End Source File
# Begin Source File
SOURCE=.\HelperDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\HelperDlg.h
# End Source File
# Begin Source File
SOURCE=.\MapManagerDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\MapManagerDlg.h
# End Source File
# Begin Source File
SOURCE=.\MissionReportDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\MissionReportDlg.h
# End Source File
# Begin Source File
SOURCE=.\NewMissionDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\NewMissionDlg.h
# End Source File
# Begin Source File
SOURCE=.\ObjectiveListDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjectiveListDlg.h
# End Source File
# Begin Source File
SOURCE=.\ObjectiveProps.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjectiveProps.h
# End Source File
# Begin Source File
SOURCE=.\OpenMissionDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\OpenMissionDlg.h
# End Source File
# Begin Source File
SOURCE=.\OverviewProperties.cpp
# End Source File
# Begin Source File
SOURCE=.\OverviewProperties.h
# End Source File
# Begin Source File
SOURCE=.\PanelDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\PanelDlg.h
# End Source File
# Begin Source File
SOURCE=.\PenProps.cpp
# End Source File
# Begin Source File
SOURCE=.\PenProps.h
# End Source File
# Begin Source File
SOURCE=.\ProgDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ProgDlg.h
# End Source File
# Begin Source File
SOURCE=.\ProgTimeDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ProgTimeDlg.h
# End Source File
# Begin Source File
SOURCE=.\ResourceDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ResourceDlg.h
# End Source File
# Begin Source File
SOURCE=.\SaveAsDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\SaveAsDlg.h
# End Source File
# Begin Source File
SOURCE=.\ScriptParamDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ScriptParamDlg.h
# End Source File
# End Group
# Begin Group "GameFiles"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\EditorApplication.cpp
# End Source File
# Begin Source File
SOURCE=.\EditorApplication.h
# End Source File
# Begin Source File
SOURCE=.\GameInterface.cpp
# End Source File
# Begin Source File
SOURCE=.\GameInterface.h
# End Source File
# End Group
# Begin Group "Frames and Views"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\GameFrame.cpp
# End Source File
# Begin Source File
SOURCE=.\GameFrame.h
# End Source File
# Begin Source File
SOURCE=.\GameView.cpp
# End Source File
# Begin Source File
SOURCE=.\GameView.h
# End Source File
# Begin Source File
SOURCE=.\MainFrm.cpp
# End Source File
# Begin Source File
SOURCE=.\MainFrm.h
# End Source File
# Begin Source File
SOURCE=.\ObjListView.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjListView.h
# End Source File
# Begin Source File
SOURCE=.\ObjManFrame.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjManFrame.h
# End Source File
# Begin Source File
SOURCE=.\ObjManListCtrl.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjManListCtrl.h
# End Source File
# Begin Source File
SOURCE=.\ObjManListTarget.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjManListTarget.h
# End Source File
# Begin Source File
SOURCE=.\ObjManTreeTarget.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjManTreeTarget.h
# End Source File
# Begin Source File
SOURCE=.\ObjTreeView.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjTreeView.h
# End Source File
# Begin Source File
SOURCE=.\OverFrame.cpp
# End Source File
# Begin Source File
SOURCE=.\OverFrame.h
# End Source File
# Begin Source File
SOURCE=.\OverviewWindow.cpp
# End Source File
# Begin Source File
SOURCE=.\OverviewWindow.h
# End Source File
# End Group
# Begin Group "Managers"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\CameraController.cpp
# End Source File
# Begin Source File
SOURCE=.\CameraController.h
# End Source File
# Begin Source File
SOURCE=.\NameManager.cpp
# End Source File
# Begin Source File
SOURCE=.\NameManager.h
# End Source File
# Begin Source File
SOURCE=.\ObjectManager.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjectManager.h
# End Source File
# Begin Source File
SOURCE=.\Refresher.cpp
# End Source File
# Begin Source File
SOURCE=.\Refresher.h
# End Source File
# Begin Source File
SOURCE=.\UndoManager.cpp
# End Source File
# Begin Source File
SOURCE=.\UndoManager.h
# End Source File
# End Group
# Begin Group "Misc"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\DrawInfo.cpp
# End Source File
# Begin Source File
SOURCE=.\DrawInfo.h
# End Source File
# Begin Source File
SOURCE=.\GlobalDefines.h
# End Source File
# Begin Source File
SOURCE=.\GlobalFlags.h
# End Source File
# Begin Source File
SOURCE=.\MissionData.cpp
# End Source File
# Begin Source File
SOURCE=.\MissionData.h
# End Source File
# Begin Source File
SOURCE=.\MissionReport.cpp
# End Source File
# Begin Source File
SOURCE=.\MissionReport.h
# End Source File
# Begin Source File
SOURCE=.\MW4GameEd2.cpp
# End Source File
# Begin Source File
SOURCE=.\MW4GameEd2.h
# End Source File
# Begin Source File
SOURCE=.\ObjCreateInfo.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjCreateInfo.h
# End Source File
# Begin Source File
SOURCE=.\ObjProps.cpp
# End Source File
# Begin Source File
SOURCE=.\ObjProps.h
# End Source File
# Begin Source File
SOURCE=.\ReadMe.txt
# End Source File
# Begin Source File
SOURCE=.\StdAfx.cpp
# ADD CPP /Yc"stdafx.h"
# End Source File
# Begin Source File
SOURCE=.\StdAfx.h
# End Source File
# Begin Source File
SOURCE=.\ViewWindowInfo.cpp
# End Source File
# Begin Source File
SOURCE=.\ViewWindowInfo.h
# End Source File
# End Group
# Begin Group "ctcl"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Cstr.cpp
# End Source File
# Begin Source File
SOURCE=.\Cstr.h
# End Source File
# Begin Source File
SOURCE=.\ctcl.cpp
# End Source File
# Begin Source File
SOURCE=.\ctcl.h
# End Source File
# Begin Source File
SOURCE=.\ctcl_params.h
# End Source File
# Begin Source File
SOURCE=.\ctcls.h
# End Source File
# Begin Source File
SOURCE=.\ctime.cpp
# End Source File
# Begin Source File
SOURCE=.\ctime.h
# End Source File
# Begin Source File
SOURCE=.\mugSocs.cpp
# End Source File
# Begin Source File
SOURCE=.\mugsocs.h
# End Source File
# End Group
# Begin Source File
SOURCE=.\AVSDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\AVSDlg.h
# End Source File
# Begin Source File
SOURCE=.\BldResDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\BldResDlg.h
# End Source File
# Begin Source File
SOURCE=.\GameTypesPanel.cpp
# End Source File
# Begin Source File
SOURCE=.\GameTypesPanel.h
# End Source File
# End Target
# End Project