[Scummvm-cvs-logs] CVS: scummvm/dists/msvc6 bs1.dsp,1.2,1.3 bs2.dsp,1.3,1.4 scumm.dsp,1.4,1.5 scummvm.dsp,1.6,1.7 scummvm.dsw,1.2,1.3

Jamieson Christian jamieson630 at users.sourceforge.net
Mon Apr 26 13:25:10 CEST 2004


Update of /cvsroot/scummvm/scummvm/dists/msvc6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4335

Modified Files:
	bs1.dsp bs2.dsp scumm.dsp scummvm.dsp scummvm.dsw 
Log Message:
Cleaned up and updated MSVC6 projects.

Index: bs1.dsp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/msvc6/bs1.dsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bs1.dsp	4 Mar 2004 21:51:42 -0000	1.2
+++ bs1.dsp	26 Apr 2004 20:23:54 -0000	1.3
@@ -1,238 +1,290 @@
-# Microsoft Developer Studio Project File - Name="bs1" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=bs1 - 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 "bs1.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 "bs1.mak" CFG="bs1 - Win32 Debug"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "bs1 - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "bs1 - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "bs1 - 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 "bs1___Release"

-# PROP Intermediate_Dir "bs1___Release"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /G6 /MT /W3 /WX /GR /GX /O2 /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /FD /c

-# SUBTRACT CPP /YX

-# ADD BASE RSC /l 0x409 /d "NDEBUG"

-# ADD RSC /l 0x409 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "bs1 - Win32 Debug"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "Debug"

-# PROP BASE Intermediate_Dir "Debug"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "bs1___Debug"

-# PROP Intermediate_Dir "bs1___Debug"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /WX /Gm /GR /GX /ZI /Od /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /FD /GZ /c

-# SUBTRACT CPP /YX

-# ADD BASE RSC /l 0x409 /d "_DEBUG"

-# ADD RSC /l 0x409 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "bs1 - Win32 Release"

-# Name "bs1 - Win32 Debug"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=..\..\sword1\animation.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\animation.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\collision.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\control.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\control.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\debug.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\debug.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\eventman.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\eventman.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\logic.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\logic.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\memman.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\memman.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\menu.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\menu.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\mouse.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\mouse.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\music.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\music.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\object.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\objectman.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\objectman.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\resman.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\resman.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\router.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\router.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\screen.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\screen.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\sound.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\sound.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\staticres.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\sword1.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\sword1.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\sworddefs.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\swordres.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\text.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword1\text.h

-# End Source File

-# End Group

-# End Target

-# End Project

+# Microsoft Developer Studio Project File - Name="bs1" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=bs1 - Win32 mad mp3 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 "bs1.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 "bs1.mak" CFG="bs1 - Win32 mad mp3 Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "bs1 - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "bs1 - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE "bs1 - Win32 mad mp3 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE "bs1 - Win32 mad mp3 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF  "$(CFG)" == "bs1 - 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 "bs1___Release"
+# PROP Intermediate_Dir "bs1___Release"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /G6 /MT /W3 /WX /GR /GX /O2 /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x415 /d "NDEBUG"
+# ADD RSC /l 0x415 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF  "$(CFG)" == "bs1 - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "bs1___Win32_Debug"
+# PROP BASE Intermediate_Dir "bs1___Win32_Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "bs1___Debug"
+# PROP Intermediate_Dir "bs1___Debug"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /WX /Gm /GR /GX /ZI /Od /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x415 /d "_DEBUG"
+# ADD RSC /l 0x415 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF  "$(CFG)" == "bs1 - Win32 mad mp3 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "bs1___Win32_mad mp3_Debug"
+# PROP BASE Intermediate_Dir "bs1___Win32_mad mp3_Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "bs1___mad_mp3_Debug"
+# PROP Intermediate_Dir "bs1___mad_mp3_Debug"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I "common" /I "bs1" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /WX /Gm /vmg /GX /ZI /Od /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /D "USE_MAD" /D "MSVC6_COMPAT" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x415 /d "_DEBUG"
+# ADD RSC /l 0x415 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF  "$(CFG)" == "bs1 - Win32 mad mp3 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "bs1___Win32_mad mp3_Release"
+# PROP BASE Intermediate_Dir "bs1___Win32_mad mp3_Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "bs1___mad_mp3_Release"
+# PROP Intermediate_Dir "bs1___mad_mp3_Release"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /I "." /I "common" /I "bs1" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /YX /FD /c
+# ADD CPP /nologo /G6 /MT /W3 /WX /GR /GX /O2 /I "..\..\\" /I "..\..\common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /D "USE_MAD" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x415 /d "NDEBUG"
+# ADD RSC /l 0x415 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ENDIF 
+
+# Begin Target
+
+# Name "bs1 - Win32 Release"
+# Name "bs1 - Win32 Debug"
+# Name "bs1 - Win32 mad mp3 Debug"
+# Name "bs1 - Win32 mad mp3 Release"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\sword1\animation.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\animation.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\collision.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\control.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\control.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\debug.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\debug.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\eventman.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\eventman.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\logic.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\logic.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\memman.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\memman.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\menu.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\menu.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\mouse.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\mouse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\music.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\music.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\object.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\objectman.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\objectman.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\resman.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\resman.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\router.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\router.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\screen.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\screen.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\sound.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\sound.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\staticres.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\sword1.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\sword1.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\sworddefs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\swordres.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\text.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword1\text.h
+# End Source File
+# End Group
+# End Target
+# End Project

Index: bs2.dsp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/msvc6/bs2.dsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bs2.dsp	4 Mar 2004 21:51:42 -0000	1.3
+++ bs2.dsp	26 Apr 2004 20:23:54 -0000	1.4
@@ -1,458 +1,450 @@
-# Microsoft Developer Studio Project File - Name="bs2" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=bs2 - Win32 mad mp3 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 "bs2.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 "bs2.mak" CFG="bs2 - Win32 mad mp3 Debug"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "bs2 - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "bs2 - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE "bs2 - Win32 mad mp3 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE "bs2 - Win32 mad mp3 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "bs2 - 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 "bs2___Release"

-# PROP Intermediate_Dir "bs2___Release"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /G6 /MT /W3 /WX /GR /GX /O2 /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /FD /c

-# SUBTRACT CPP /YX

-# ADD BASE RSC /l 0x415 /d "NDEBUG"

-# ADD RSC /l 0x415 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "bs2 - Win32 Debug"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "bs2___Win32_Debug"

-# PROP BASE Intermediate_Dir "bs2___Win32_Debug"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "bs2___Debug"

-# PROP Intermediate_Dir "bs2___Debug"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /WX /Gm /GR /GX /ZI /Od /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /FD /GZ /c

-# SUBTRACT CPP /YX

-# ADD BASE RSC /l 0x415 /d "_DEBUG"

-# ADD RSC /l 0x415 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "bs2 - Win32 mad mp3 Debug"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "bs2___Win32_mad mp3_Debug"

-# PROP BASE Intermediate_Dir "bs2___Win32_mad mp3_Debug"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "bs2___mad_mp3_Debug"

-# PROP Intermediate_Dir "bs2___mad_mp3_Debug"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I "common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /WX /Gm /vmg /GX /ZI /Od /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /D "USE_MAD" /D "MSVC6_COMPAT" /FD /GZ /c

-# SUBTRACT CPP /YX

-# ADD BASE RSC /l 0x415 /d "_DEBUG"

-# ADD RSC /l 0x415 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "bs2 - Win32 mad mp3 Release"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 0

-# PROP BASE Output_Dir "bs2___Win32_mad mp3_Release"

-# PROP BASE Intermediate_Dir "bs2___Win32_mad mp3_Release"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 0

-# PROP Output_Dir "bs2___mad_mp3_Release"

-# PROP Intermediate_Dir "bs2___mad_mp3_Release"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /I "." /I "common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /YX /FD /c

-# ADD CPP /nologo /G6 /MT /W3 /WX /GR /GX /O2 /I "..\..\\" /I "..\..\common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /D "USE_MAD" /FD /c

-# SUBTRACT CPP /YX

-# ADD BASE RSC /l 0x415 /d "NDEBUG"

-# ADD RSC /l 0x415 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "bs2 - Win32 Release"

-# Name "bs2 - Win32 Debug"

-# Name "bs2 - Win32 mad mp3 Debug"

-# Name "bs2 - Win32 mad mp3 Release"

-# Begin Group "Source Files"

-

-# PROP Default_Filter ""

-# Begin Group "driver"

-

-# PROP Default_Filter ""

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\_mouse.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\_mouse.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\animation.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\animation.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\d_draw.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\d_draw.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\d_sound.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\d_sound.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\ddutil.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\driver96.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\keyboard.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\keyboard.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\menu.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\menu.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\mouse.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\palette.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\palette.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\rdwin.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\rdwin.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\render.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\render.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\driver\sprite.cpp

-# End Source File

-# End Group

-# Begin Source File

-

-SOURCE=..\..\sword2\anims.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\anims.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\build_display.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\build_display.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\console.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\console.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\controls.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\controls.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\credits.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\debug.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\debug.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\defs.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\events.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\events.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\function.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\function.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\header.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\icons.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\icons.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\interpreter.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\interpreter.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\layers.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\layers.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\logic.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\logic.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\maketext.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\maketext.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\mem_view.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\mem_view.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\memory.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\memory.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\mouse.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\mouse.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\object.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\protocol.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\protocol.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\resman.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\resman.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\router.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\router.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\save_rest.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\save_rest.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\scroll.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\scroll.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\sound.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\sound.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\speech.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\speech.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\startup.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\startup.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\sword2.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\sword2.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\sync.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\sync.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\walker.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\sword2\walker.h

-# End Source File

-# End Group

-# End Target

-# End Project

+# Microsoft Developer Studio Project File - Name="bs2" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=bs2 - Win32 mad mp3 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 "bs2.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 "bs2.mak" CFG="bs2 - Win32 mad mp3 Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "bs2 - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "bs2 - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE "bs2 - Win32 mad mp3 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE "bs2 - Win32 mad mp3 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF  "$(CFG)" == "bs2 - 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 "bs2___Release"
+# PROP Intermediate_Dir "bs2___Release"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /G6 /MT /W3 /WX /GR /GX /O2 /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x415 /d "NDEBUG"
+# ADD RSC /l 0x415 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF  "$(CFG)" == "bs2 - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "bs2___Win32_Debug"
+# PROP BASE Intermediate_Dir "bs2___Win32_Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "bs2___Debug"
+# PROP Intermediate_Dir "bs2___Debug"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /WX /Gm /GR /GX /ZI /Od /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x415 /d "_DEBUG"
+# ADD RSC /l 0x415 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF  "$(CFG)" == "bs2 - Win32 mad mp3 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "bs2___Win32_mad mp3_Debug"
+# PROP BASE Intermediate_Dir "bs2___Win32_mad mp3_Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "bs2___mad_mp3_Debug"
+# PROP Intermediate_Dir "bs2___mad_mp3_Debug"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I "common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /WX /Gm /vmg /GX /ZI /Od /I "." /I "common" /I "..\..\\" /I "..\..\common" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /D "USE_MAD" /D "MSVC6_COMPAT" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x415 /d "_DEBUG"
+# ADD RSC /l 0x415 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF  "$(CFG)" == "bs2 - Win32 mad mp3 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "bs2___Win32_mad mp3_Release"
+# PROP BASE Intermediate_Dir "bs2___Win32_mad mp3_Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "bs2___mad_mp3_Release"
+# PROP Intermediate_Dir "bs2___mad_mp3_Release"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /I "." /I "common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /YX /FD /c
+# ADD CPP /nologo /G6 /MT /W3 /WX /GR /GX /O2 /I "..\..\\" /I "..\..\common" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /D "USE_MAD" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x415 /d "NDEBUG"
+# ADD RSC /l 0x415 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ENDIF 
+
+# Begin Target
+
+# Name "bs2 - Win32 Release"
+# Name "bs2 - Win32 Debug"
+# Name "bs2 - Win32 mad mp3 Debug"
+# Name "bs2 - Win32 mad mp3 Release"
+# Begin Group "Source Files"
+
+# PROP Default_Filter ""
+# Begin Group "driver"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\_mouse.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\_mouse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\animation.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\animation.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\d_draw.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\d_draw.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\d_sound.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\d_sound.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\ddutil.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\driver96.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\keyboard.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\keyboard.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\menu.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\menu.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\mouse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\palette.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\palette.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\rdwin.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\rdwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\render.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\render.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\driver\sprite.cpp
+# End Source File
+# End Group
+# Begin Source File
+
+SOURCE=..\..\sword2\anims.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\anims.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\build_display.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\build_display.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\console.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\console.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\controls.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\controls.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\credits.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\debug.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\debug.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\defs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\events.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\events.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\function.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\function.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\header.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\icons.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\icons.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\interpreter.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\interpreter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\layers.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\layers.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\logic.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\logic.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\maketext.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\maketext.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\memory.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\memory.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\mouse.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\mouse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\object.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\protocol.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\protocol.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\resman.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\resman.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\router.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\router.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\save_rest.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\save_rest.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\scroll.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\scroll.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\sound.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\sound.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\speech.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\speech.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\startup.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\startup.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\sword2.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\sword2.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\sync.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\sync.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\walker.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\sword2\walker.h
+# End Source File
+# End Group
+# End Target
+# End Project

Index: scumm.dsp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/msvc6/scumm.dsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scumm.dsp	7 Mar 2004 03:32:53 -0000	1.4
+++ scumm.dsp	26 Apr 2004 20:24:17 -0000	1.5
@@ -1,570 +1,582 @@
-# Microsoft Developer Studio Project File - Name="scumm" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=scumm - Win32 mad mp3 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 "scumm.mak".

[...1121 lines suppressed...]
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\scumm\usage_bits.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\scumm\vars.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\scumm\verbs.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\scumm\verbs.h
+# End Source File
+# End Group
+# End Target
+# End Project

Index: scummvm.dsp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/msvc6/scummvm.dsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scummvm.dsp	4 Mar 2004 21:51:42 -0000	1.6
+++ scummvm.dsp	26 Apr 2004 20:24:17 -0000	1.7
@@ -1,607 +1,651 @@
-# Microsoft Developer Studio Project File - Name="scummvm" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Console Application" 0x0103

-

-CFG=scummvm - Win32 mad mp3 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 "scummvm.mak".

[...1227 lines suppressed...]
+# End Group
+# End Group
+# Begin Source File
+
+SOURCE=..\..\NEWS
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\README
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\scummvm.ico
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\scummvm.rc
+# End Source File
+# End Target
+# End Project

Index: scummvm.dsw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/msvc6/scummvm.dsw,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scummvm.dsw	4 Mar 2004 21:51:42 -0000	1.2
+++ scummvm.dsw	26 Apr 2004 20:24:17 -0000	1.3
@@ -1,119 +1,149 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00

-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

-

-###############################################################################

-

-Project: "bs1"=.\bs1.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "bs2"=.\bs2.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "queen"=.\queen.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "scumm"=.\scumm.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "scummvm"=.\scummvm.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-    Begin Project Dependency

-    Project_Dep_Name scumm

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name simon

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name sky

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name bs2

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name queen

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name bs1

-    End Project Dependency

-}}}

-

-###############################################################################

-

-Project: "simon"=.\simon.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "sky"=.\sky.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Global:

-

-Package=<5>

-{{{

-}}}

-

-Package=<3>

-{{{

-}}}

-

-###############################################################################

-

+Microsoft Developer Studio Workspace File, Format Version 6.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "bs1"=".\bs1.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "bs2"=".\bs2.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "kyra"=".\kyra.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "queen"=".\queen.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "saga"=".\saga.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "scumm"=".\scumm.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "scummvm"=".\scummvm.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+    Begin Project Dependency
+    Project_Dep_Name scumm
+    End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name simon
+    End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name sky
+    End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name bs2
+    End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name queen
+    End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name bs1
+    End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name kyra
+    End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name saga
+    End Project Dependency
+}}}
+
+###############################################################################
+
+Project: "simon"=".\simon.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "sky"=".\sky.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+





More information about the Scummvm-git-logs mailing list