SBSPSS/Utils/MapEdit/MapEdit.dsp

541 lines
10 KiB
Plaintext
Raw Normal View History

2000-09-22 17:11:29 +02:00
# Microsoft Developer Studio Project File - Name="MapEdit" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
CFG=MapEdit - 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 "MapEdit.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 "MapEdit.mak" CFG="MapEdit - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "MapEdit - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "MapEdit - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
2000-12-29 23:20:38 +01:00
# PROP Scc_ProjName ""$/Utils/MapEdit", IKCAAAAA"
# PROP Scc_LocalPath "."
2000-09-22 17:11:29 +02:00
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "MapEdit - 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 "Release"
# PROP Intermediate_Dir "Release"
2000-11-15 23:15:58 +01:00
# PROP Ignore_Export_Lib 0
2000-09-22 17:11:29 +02:00
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
2001-03-01 18:28:20 +01:00
# ADD CPP /nologo /G6 /MD /W3 /Gi /GX /O2 /I "..\libs\glib" /I "..\libs\maths" /I "..\libs\davelib" /I "..\libs\ginlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
2000-09-22 17:11:29 +02:00
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x809 /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
2001-03-01 18:28:20 +01:00
# ADD LINK32 opengl32.lib glu32.lib glib.lib ginlib.lib glaux.lib maths.lib /nologo /subsystem:windows /incremental:yes /machine:I386 /out:"..\..\tools\MapEdit\MapEdit.exe" /libpath:"..\libs\ginlib\release\\" /libpath:"..\libs\glib\release\\" /libpath:"..\libs\maths\release\\"
2000-09-22 17:11:29 +02:00
!ELSEIF "$(CFG)" == "MapEdit - 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 "Debug"
# PROP Intermediate_Dir "Debug"
2000-09-22 23:19:46 +02:00
# PROP Ignore_Export_Lib 0
2000-09-22 17:11:29 +02:00
# 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
2001-03-05 21:49:46 +01:00
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\libs\glib" /I "..\libs\maths" /I "..\libs\davelib" /I "..\libs\ginlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
2000-09-22 17:11:29 +02:00
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
# ADD RSC /l 0x809 /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
2000-12-14 17:38:34 +01:00
# ADD LINK32 opengl32.lib glu32.lib glib.lib ginlib.lib maths.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept /libpath:"..\libs\ginlib\debug\\" /libpath:"..\libs\glib\debug\\" /libpath:"..\libs\maths\debug\\"
2000-09-22 17:11:29 +02:00
!ENDIF
# Begin Target
# Name "MapEdit - Win32 Release"
# Name "MapEdit - Win32 Debug"
2000-09-22 18:56:20 +02:00
# Begin Group "MapEditor"
2000-10-25 20:28:44 +02:00
# PROP Default_Filter ""
# Begin Group "Layers"
2000-09-22 18:56:20 +02:00
# PROP Default_Filter ""
# Begin Source File
2000-10-25 20:28:44 +02:00
SOURCE=.\Layer.cpp
2000-09-22 18:56:20 +02:00
# End Source File
# Begin Source File
2000-10-25 20:28:44 +02:00
SOURCE=.\Layer.h
2000-09-22 18:56:20 +02:00
# End Source File
2000-09-22 23:19:46 +02:00
# Begin Source File
2001-03-27 18:26:43 +02:00
SOURCE=.\LayerActor.cpp
# End Source File
# Begin Source File
SOURCE=.\LayerActor.h
# End Source File
# Begin Source File
2001-01-23 22:53:48 +01:00
SOURCE=.\LayerCollision.cpp
# End Source File
# Begin Source File
SOURCE=.\LayerCollision.h
# End Source File
# Begin Source File
2000-12-06 20:29:40 +01:00
SOURCE=.\LayerDef.h
# End Source File
# Begin Source File
2001-04-07 23:05:33 +02:00
SOURCE=.\LayerFX.cpp
# End Source File
# Begin Source File
SOURCE=.\LayerFX.h
# End Source File
# Begin Source File
2001-03-27 18:26:43 +02:00
SOURCE=.\LayerItem.cpp
# End Source File
# Begin Source File
SOURCE=.\LayerItem.h
# End Source File
# Begin Source File
SOURCE=.\LayerPlatform.cpp
# End Source File
# Begin Source File
SOURCE=.\LayerPlatform.h
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\LayerShade.cpp
2001-03-13 22:00:34 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\LayerShade.h
2001-03-13 22:00:34 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\LayerThing.cpp
2001-02-09 22:17:01 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\LayerThing.h
2001-02-09 22:17:01 +01:00
# End Source File
# Begin Source File
2000-11-07 21:38:19 +01:00
SOURCE=.\LayerTile.cpp
2000-09-25 17:43:52 +02:00
# End Source File
# Begin Source File
2000-11-07 21:38:19 +01:00
SOURCE=.\LayerTile.h
2000-11-24 23:34:20 +01:00
# End Source File
2001-04-07 23:05:33 +02:00
# Begin Source File
SOURCE=.\LayerTrigger.cpp
# End Source File
# Begin Source File
SOURCE=.\LayerTrigger.h
# End Source File
2000-11-24 23:34:20 +01:00
# End Group
# Begin Group "Export"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Export.cpp
# End Source File
# Begin Source File
SOURCE=.\Export.h
# End Source File
# Begin Source File
2001-02-01 23:48:22 +01:00
SOURCE=.\ExportHdr.h
2000-10-25 20:28:44 +02:00
# End Source File
# End Group
# Begin Source File
2001-03-01 18:28:20 +01:00
SOURCE=.\CmdMsg.h
# End Source File
# Begin Source File
2000-10-25 20:28:44 +02:00
SOURCE=.\Core.cpp
# End Source File
# Begin Source File
SOURCE=.\Core.h
2000-09-25 17:43:52 +02:00
# End Source File
# Begin Source File
2001-03-05 21:49:46 +01:00
SOURCE=.\Elem.cpp
2000-11-02 16:46:17 +01:00
# End Source File
# Begin Source File
2001-03-05 21:49:46 +01:00
SOURCE=.\Elem.h
2000-11-02 16:46:17 +01:00
# End Source File
# Begin Source File
2001-03-05 21:49:46 +01:00
SOURCE=.\Map.cpp
2000-10-27 20:18:30 +02:00
# End Source File
# Begin Source File
2001-03-05 21:49:46 +01:00
SOURCE=.\Map.h
2000-10-27 20:18:30 +02:00
# End Source File
# Begin Source File
2001-03-05 21:49:46 +01:00
SOURCE=.\TexCache.cpp
2000-10-27 20:18:30 +02:00
# End Source File
# Begin Source File
2001-03-05 21:49:46 +01:00
SOURCE=.\TexCache.h
2000-10-27 20:18:30 +02:00
# End Source File
# Begin Source File
2000-10-27 02:06:19 +02:00
SOURCE=.\TileSet.cpp
# End Source File
# Begin Source File
SOURCE=.\TileSet.h
# End Source File
# Begin Source File
2000-09-25 17:43:52 +02:00
SOURCE=.\utils.cpp
# End Source File
# Begin Source File
SOURCE=.\utils.h
2000-09-22 23:19:46 +02:00
# End Source File
2000-09-22 18:56:20 +02:00
# End Group
2000-09-22 23:19:46 +02:00
# Begin Group "Shell"
2000-09-22 18:56:20 +02:00
# PROP Default_Filter ""
2001-03-13 22:00:34 +01:00
# Begin Group "Resource Files"
2000-09-22 17:11:29 +02:00
2001-03-13 22:00:34 +01:00
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
2000-09-22 17:11:29 +02:00
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\ico00001.ico
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\icon1.ico
2000-11-07 23:41:57 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\MapEdit.ico
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MapEdit.rc
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\MapEdit.rc2
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\MapEditDoc.ico
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\mirrorx.ico
2000-12-29 23:20:38 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\mirrory.ico
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\paint.ico
2000-11-07 23:41:57 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\paint1.ico
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\paint2.ico
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\picker.ico
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\select.ico
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\res\Toolbar.bmp
2000-09-22 17:11:29 +02:00
# End Source File
2001-03-13 22:00:34 +01:00
# End Group
2000-09-22 17:11:29 +02:00
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\ChildFrm.cpp
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\ChildFrm.h
2000-12-29 23:20:38 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\GLEnabledView.cpp
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\GLEnabledView.h
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MainFrm.cpp
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MainFrm.h
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MapEdit.cpp
2001-02-07 22:31:31 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MapEdit.h
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MapEditDoc.cpp
2000-09-22 17:11:29 +02:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MapEditDoc.h
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MapEditView.cpp
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\MapEditView.h
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\Resource.h
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\Select.cpp
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\Select.h
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\StdAfx.cpp
# ADD CPP /Yc"stdafx.h"
2000-11-15 23:15:58 +01:00
# End Source File
# Begin Source File
2001-03-13 22:00:34 +01:00
SOURCE=.\StdAfx.h
2000-09-22 17:11:29 +02:00
# End Source File
# End Group
2001-03-13 22:00:34 +01:00
# Begin Group "GUI"
2000-11-14 16:03:04 +01:00
2001-03-13 22:00:34 +01:00
# PROP Default_Filter ""
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIAddLayer.cpp
2001-03-13 22:00:34 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIAddLayer.h
2001-03-13 22:00:34 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIElemList.cpp
2001-03-13 22:00:34 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIElemList.h
2001-03-13 22:00:34 +01:00
# End Source File
2000-11-14 16:03:04 +01:00
# Begin Source File
2001-03-29 19:59:01 +02:00
SOURCE=.\GUILayerActor.cpp
# End Source File
# Begin Source File
SOURCE=.\GUILayerActor.h
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUILayerCollision.cpp
2001-01-23 22:53:48 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUILayerCollision.h
2001-01-23 22:53:48 +01:00
# End Source File
# Begin Source File
2001-04-07 23:05:33 +02:00
SOURCE=.\GUILayerFX.cpp
2001-03-31 03:30:53 +02:00
# End Source File
# Begin Source File
2001-04-07 23:05:33 +02:00
SOURCE=.\GUILayerFX.h
2001-03-31 03:30:53 +02:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUILayerList.cpp
2001-02-20 16:57:03 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUILayerList.h
2001-02-20 16:57:03 +01:00
# End Source File
# Begin Source File
2001-04-07 23:05:33 +02:00
SOURCE=.\GUILayerPlatform.cpp
# End Source File
# Begin Source File
SOURCE=.\GUILayerPlatform.h
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUILayerShade.cpp
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUILayerShade.h
2000-11-15 22:22:40 +01:00
# End Source File
# Begin Source File
2001-04-07 23:05:33 +02:00
SOURCE=.\GUILayerThing.cpp
# End Source File
# Begin Source File
SOURCE=.\GUILayerThing.h
# End Source File
# Begin Source File
SOURCE=.\GuiLayerThingPos.cpp
# End Source File
# Begin Source File
SOURCE=.\GuiLayerThingPos.h
# End Source File
# Begin Source File
SOURCE=.\GUILayerTrigger.cpp
# End Source File
# Begin Source File
SOURCE=.\GUILayerTrigger.h
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIMultibar.cpp
2001-02-09 22:17:01 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIMultibar.h
2001-02-09 22:17:01 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUINewMap.cpp
2001-01-23 22:53:48 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUINewMap.h
2001-01-23 22:53:48 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIResize.cpp
2000-11-20 21:33:42 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIResize.h
2000-11-20 21:33:42 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUITileBank.cpp
2000-11-14 16:03:04 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUITileBank.h
2000-11-14 16:03:04 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIToolBar.cpp
2000-11-14 16:03:04 +01:00
# End Source File
# Begin Source File
2001-03-22 21:49:58 +01:00
SOURCE=.\GUIToolBar.h
2000-11-14 16:03:04 +01:00
# End Source File
# End Group
2001-04-07 23:05:33 +02:00
# Begin Source File
SOURCE=..\..\tools\MapEdit\actor.ini
# End Source File
# Begin Source File
SOURCE=..\..\tools\MapEdit\fx.ini
# End Source File
# Begin Source File
SOURCE=..\..\tools\MapEdit\Item.ini
# End Source File
# Begin Source File
SOURCE=..\..\tools\MapEdit\MapEdit.ini
# End Source File
# Begin Source File
SOURCE=..\..\tools\MapEdit\platform.ini
# End Source File
# Begin Source File
SOURCE=..\..\tools\MapEdit\trigger.ini
# End Source File
2000-09-22 17:11:29 +02:00
# End Target
# End Project