Ticket #8424: msvc7.patch

File msvc7.patch, 49.1 KB (added by SF/frank_m24, 19 years ago)

Patch for the MSCV Project Files

  • dists/msvc7/kyra.vcproj

    ? dists/msvc7/gob.vcproj
    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/kyra.vcproj,v
    retrieving revision 1.4
    diff -u -r1.4 kyra.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="kyra"
    66        ProjectGUID="{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}"
    77        Keyword="Win32Proj">
     
    2121                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2222                                Optimization="0"
    2323                                AdditionalIncludeDirectories="../../;../../common"
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     24                                PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    2525                                MinimalRebuild="TRUE"
    2626                                ExceptionHandling="TRUE"
    2727                                BasicRuntimeChecks="3"
     
    5151                                Name="VCResourceCompilerTool"/>
    5252                        <Tool
    5353                                Name="VCWebServiceProxyGeneratorTool"/>
     54                        <Tool
     55                                Name="VCXMLDataGeneratorTool"/>
     56                        <Tool
     57                                Name="VCManagedWrapperGeneratorTool"/>
     58                        <Tool
     59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    5460                </Configuration>
    5561                <Configuration
    5662                        Name="Release|Win32"
     
    6672                                InlineFunctionExpansion="1"
    6773                                OmitFramePointers="TRUE"
    6874                                AdditionalIncludeDirectories="../../;../../common"
    69                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     75                                PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    7076                                StringPooling="TRUE"
    7177                                ExceptionHandling="TRUE"
    7278                                RuntimeLibrary="0"
     
    94100                                Name="VCResourceCompilerTool"/>
    95101                        <Tool
    96102                                Name="VCWebServiceProxyGeneratorTool"/>
     103                        <Tool
     104                                Name="VCXMLDataGeneratorTool"/>
     105                        <Tool
     106                                Name="VCManagedWrapperGeneratorTool"/>
     107                        <Tool
     108                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    97109                </Configuration>
    98110        </Configurations>
     111        <References>
     112        </References>
    99113        <Files>
    100114                <File
    101115                        RelativePath="..\..\kyra\codecs.cpp">
  • dists/msvc7/queen.vcproj

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/queen.vcproj,v
    retrieving revision 1.20
    diff -u -r1.20 queen.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="queen"
    66        ProjectGUID="{6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}"
    77        Keyword="Win32Proj">
     
    2121                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2222                                Optimization="0"
    2323                                AdditionalIncludeDirectories="../../;../../common"
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     24                                PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    2525                                MinimalRebuild="TRUE"
    2626                                ExceptionHandling="TRUE"
    2727                                BasicRuntimeChecks="3"
     
    5151                                Name="VCResourceCompilerTool"/>
    5252                        <Tool
    5353                                Name="VCWebServiceProxyGeneratorTool"/>
     54                        <Tool
     55                                Name="VCXMLDataGeneratorTool"/>
     56                        <Tool
     57                                Name="VCManagedWrapperGeneratorTool"/>
     58                        <Tool
     59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    5460                </Configuration>
    5561                <Configuration
    5662                        Name="Release|Win32"
     
    6672                                InlineFunctionExpansion="1"
    6773                                OmitFramePointers="TRUE"
    6874                                AdditionalIncludeDirectories="../../;../../common"
    69                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     75                                PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    7076                                StringPooling="TRUE"
    7177                                ExceptionHandling="TRUE"
    7278                                RuntimeLibrary="0"
     
    94100                                Name="VCResourceCompilerTool"/>
    95101                        <Tool
    96102                                Name="VCWebServiceProxyGeneratorTool"/>
     103                        <Tool
     104                                Name="VCXMLDataGeneratorTool"/>
     105                        <Tool
     106                                Name="VCManagedWrapperGeneratorTool"/>
     107                        <Tool
     108                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    97109                </Configuration>
    98110        </Configurations>
     111        <References>
     112        </References>
    99113        <Files>
    100114                <File
    101115                        RelativePath="..\..\queen\bankman.cpp">
  • dists/msvc7/saga.vcproj

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/saga.vcproj,v
    retrieving revision 1.9
    diff -u -r1.9 saga.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="saga"
    66        ProjectGUID="{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}"
    77        Keyword="Win32Proj">
     
    2121                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2222                                Optimization="0"
    2323                                AdditionalIncludeDirectories="../../;../../common"
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     24                                PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    2525                                MinimalRebuild="TRUE"
    2626                                ExceptionHandling="TRUE"
    2727                                BasicRuntimeChecks="3"
     
    5151                                Name="VCResourceCompilerTool"/>
    5252                        <Tool
    5353                                Name="VCWebServiceProxyGeneratorTool"/>
     54                        <Tool
     55                                Name="VCXMLDataGeneratorTool"/>
     56                        <Tool
     57                                Name="VCManagedWrapperGeneratorTool"/>
     58                        <Tool
     59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    5460                </Configuration>
    5561                <Configuration
    5662                        Name="Release|Win32"
     
    6672                                InlineFunctionExpansion="1"
    6773                                OmitFramePointers="TRUE"
    6874                                AdditionalIncludeDirectories="../../;../../common"
    69                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     75                                PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    7076                                StringPooling="TRUE"
    7177                                ExceptionHandling="TRUE"
    7278                                RuntimeLibrary="0"
     
    94100                                Name="VCResourceCompilerTool"/>
    95101                        <Tool
    96102                                Name="VCWebServiceProxyGeneratorTool"/>
     103                        <Tool
     104                                Name="VCXMLDataGeneratorTool"/>
     105                        <Tool
     106                                Name="VCManagedWrapperGeneratorTool"/>
     107                        <Tool
     108                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    97109                </Configuration>
    98110        </Configurations>
     111        <References>
     112        </References>
    99113        <Files>
    100114                <File
    101                         RelativePath="..\..\saga\actionmap.cpp">
    102                 </File>
    103                 <File
    104                         RelativePath="..\..\saga\actionmap.h">
    105                 </File>
    106                 <File
    107115                        RelativePath="..\..\saga\actor.cpp">
    108116                </File>
    109117                <File
    110118                        RelativePath="..\..\saga\actor.h">
    111119                </File>
    112120                <File
    113                         RelativePath="..\..\saga\actordata.cpp">
    114                 </File>
    115                 <File
    116                         RelativePath="..\..\saga\actordata.h">
    117                 </File>
    118                 <File
    119121                        RelativePath="..\..\saga\animation.cpp">
    120122                </File>
    121123                <File
     
    128130                        RelativePath="..\..\saga\console.h">
    129131                </File>
    130132                <File
    131                         RelativePath="..\..\saga\cvar.cpp">
    132                 </File>
    133                 <File
    134                         RelativePath="..\..\saga\cvar.h">
    135                 </File>
    136                 <File
    137                         RelativePath="..\..\saga\cvar_mod.h">
    138                 </File>
    139                 <File
    140133                        RelativePath="..\..\saga\events.cpp">
    141134                </File>
    142135                <File
    143136                        RelativePath="..\..\saga\events.h">
    144137                </File>
    145138                <File
    146                         RelativePath="..\..\saga\expr.cpp">
    147                 </File>
    148                 <File
    149                         RelativePath="..\..\saga\expr.h">
    150                 </File>
    151                 <File
    152139                        RelativePath="..\..\saga\font.cpp">
    153140                </File>
    154141                <File
     
    161148                        RelativePath="..\..\saga\game.cpp">
    162149                </File>
    163150                <File
    164                         RelativePath="..\..\saga\game.h">
    165                 </File>
    166                 <File
    167                         RelativePath="..\..\saga\game_mod.h">
    168                 </File>
    169                 <File
    170151                        RelativePath="..\..\saga\gfx.cpp">
    171152                </File>
    172153                <File
     
    179160                        RelativePath="..\..\saga\image.cpp">
    180161                </File>
    181162                <File
    182                         RelativePath="..\..\saga\image.h">
    183                 </File>
    184                 <File
    185163                        RelativePath="..\..\saga\input.cpp">
    186164                </File>
    187165                <File
     
    200178                        RelativePath="..\..\saga\ite_introproc.cpp">
    201179                </File>
    202180                <File
    203                         RelativePath="..\..\saga\music.cpp">
     181                        RelativePath="..\..\saga\itedata.cpp">
    204182                </File>
    205183                <File
    206                         RelativePath="..\..\saga\music.h">
     184                        RelativePath="..\..\saga\itedata.h">
     185                </File>
     186                <File
     187                        RelativePath="..\..\saga\list.h">
    207188                </File>
    208189                <File
    209                         RelativePath="..\..\saga\objectdata.cpp">
     190                        RelativePath="..\..\saga\music.cpp">
    210191                </File>
    211192                <File
    212                         RelativePath="..\..\saga\objectdata.h">
     193                        RelativePath="..\..\saga\music.h">
    213194                </File>
    214195                <File
    215196                        RelativePath="..\..\saga\objectmap.cpp">
     
    224205                        RelativePath="..\..\saga\palanim.h">
    225206                </File>
    226207                <File
    227                         RelativePath="..\..\saga\reinherit.h">
    228                 </File>
    229                 <File
    230208                        RelativePath="..\..\saga\render.cpp">
    231209                </File>
    232210                <File
     
    263241                        RelativePath="..\..\saga\script.h">
    264242                </File>
    265243                <File
    266                         RelativePath="..\..\saga\sdata.cpp">
    267                 </File>
    268                 <File
    269                         RelativePath="..\..\saga\sdata.h">
    270                 </File>
    271                 <File
    272244                        RelativePath="..\..\saga\sdebug.cpp">
    273245                </File>
    274246                <File
     
    296268                        RelativePath="..\..\saga\sthread.cpp">
    297269                </File>
    298270                <File
     271                        RelativePath="..\..\saga\stream.h">
     272                </File>
     273                <File
    299274                        RelativePath="..\..\saga\text.cpp">
    300275                </File>
    301276                <File
     
    304279                <File
    305280                        RelativePath="..\..\saga\transitions.cpp">
    306281                </File>
    307                 <File
    308                         RelativePath="..\..\saga\ys_dl_list.cpp">
    309                 </File>
    310                 <File
    311                         RelativePath="..\..\saga\yslib.h">
    312                 </File>
    313282        </Files>
    314283        <Globals>
    315284        </Globals>
  • dists/msvc7/scumm.vcproj

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/scumm.vcproj,v
    retrieving revision 1.27
    diff -u -r1.27 scumm.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="scumm"
    66        ProjectGUID="{B6AFD548-63D2-40CD-A652-E87095AFCBAF}"
    77        Keyword="Win32Proj">
     
    2222                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2323                                Optimization="0"
    2424                                AdditionalIncludeDirectories="../../;../../common"
    25                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     25                                PreprocessorDefinitions="WIN32;_DEBUG;ZLIB_WINAPI;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    2626                                MinimalRebuild="TRUE"
    2727                                ExceptionHandling="TRUE"
    2828                                BasicRuntimeChecks="3"
     
    5252                                Name="VCResourceCompilerTool"/>
    5353                        <Tool
    5454                                Name="VCWebServiceProxyGeneratorTool"/>
     55                        <Tool
     56                                Name="VCXMLDataGeneratorTool"/>
     57                        <Tool
     58                                Name="VCManagedWrapperGeneratorTool"/>
     59                        <Tool
     60                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    5561                </Configuration>
    5662                <Configuration
    5763                        Name="Release|Win32"
     
    6773                                InlineFunctionExpansion="1"
    6874                                OmitFramePointers="TRUE"
    6975                                AdditionalIncludeDirectories="../../;../../common"
    70                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     76                                PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH;ZLIB_WINAPI"
    7177                                StringPooling="TRUE"
    7278                                ExceptionHandling="TRUE"
    7379                                RuntimeLibrary="0"
     
    96102                                Name="VCResourceCompilerTool"/>
    97103                        <Tool
    98104                                Name="VCWebServiceProxyGeneratorTool"/>
     105                        <Tool
     106                                Name="VCXMLDataGeneratorTool"/>
     107                        <Tool
     108                                Name="VCManagedWrapperGeneratorTool"/>
     109                        <Tool
     110                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    99111                </Configuration>
    100112        </Configurations>
     113        <References>
     114        </References>
    101115        <Files>
    102116                <Filter
    103117                        Name="smush"
     
    334348                        RelativePath="..\..\scumm\palette.cpp">
    335349                </File>
    336350                <File
     351                        RelativePath="..\..\scumm\palette_he.cpp">
     352                </File>
     353                <File
    337354                        RelativePath="..\..\scumm\player_mod.cpp">
    338355                </File>
    339356                <File
    340357                        RelativePath="..\..\scumm\player_mod.h">
    341358                </File>
    342359                <File
     360                        RelativePath="..\..\scumm\player_nes.cpp">
     361                </File>
     362                <File
     363                        RelativePath="..\..\scumm\player_nes.h">
     364                </File>
     365                <File
    343366                        RelativePath="..\..\scumm\player_v1.cpp">
    344367                </File>
    345368                <File
     
    385408                        RelativePath="..\..\scumm\resource_v7he.h">
    386409                </File>
    387410                <File
     411                        RelativePath="..\..\scumm\room.cpp">
     412                </File>
     413                <File
    388414                        RelativePath="..\..\scumm\saveload.cpp">
    389415                </File>
    390416                <File
     
    397423                        RelativePath="..\..\scumm\script.h">
    398424                </File>
    399425                <File
     426                        RelativePath="..\..\scumm\script_v100he.cpp">
     427                </File>
     428                <File
    400429                        RelativePath="..\..\scumm\script_v2.cpp">
    401430                </File>
    402431                <File
     
    409438                        RelativePath="..\..\scumm\script_v6he.cpp">
    410439                </File>
    411440                <File
    412                         RelativePath="..\..\scumm\script_v7he.cpp">
     441                        RelativePath="..\..\scumm\script_v72he.cpp">
    413442                </File>
    414443                <File
    415                         RelativePath="..\..\scumm\script_v72he.cpp">
     444                        RelativePath="..\..\scumm\script_v7he.cpp">
    416445                </File>
    417446                <File
    418447                        RelativePath="..\..\scumm\script_v8.cpp">
     
    424453                        RelativePath="..\..\scumm\script_v90he.cpp">
    425454                </File>
    426455                <File
    427                         RelativePath="..\..\scumm\script_v100he.cpp">
    428                 </File>
    429                 <File
    430456                        RelativePath="..\..\scumm\scumm-md5.h">
    431457                </File>
    432458                <File
     
    442468                        RelativePath="..\..\scumm\sound.h">
    443469                </File>
    444470                <File
     471                        RelativePath="..\..\scumm\sprite_he.cpp">
     472                </File>
     473                <File
     474                        RelativePath="..\..\scumm\sprite_he.h">
     475                </File>
     476                <File
    445477                        RelativePath="..\..\scumm\string.cpp">
    446478                </File>
    447479                <File
     
    451483                        RelativePath="..\..\scumm\usage_bits.h">
    452484                </File>
    453485                <File
     486                        RelativePath="..\..\scumm\util.cpp">
     487                </File>
     488                <File
     489                        RelativePath="..\..\scumm\util.h">
     490                </File>
     491                <File
    454492                        RelativePath="..\..\scumm\vars.cpp">
    455493                </File>
    456494                <File
     
    459497                <File
    460498                        RelativePath="..\..\scumm\verbs.h">
    461499                </File>
     500                <File
     501                        RelativePath="..\..\scumm\wiz_he.cpp">
     502                </File>
     503                <File
     504                        RelativePath="..\..\scumm\wiz_he.h">
     505                </File>
    462506        </Files>
    463507        <Globals>
    464508        </Globals>
  • dists/msvc7/scummvm.sln

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/scummvm.sln,v
    retrieving revision 1.11
    diff -u -r1.11 scummvm.sln
     
    1 Microsoft Visual Studio Solution File, Format Version 7.00
     1Microsoft Visual Studio Solution File, Format Version 8.00
    22Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scummvm", "scummvm.vcproj", "{8434CB15-D08F-427D-9E6D-581AE5B28440}"
     3        ProjectSection(ProjectDependencies) = postProject
     4                {6CC3E421-779D-4E80-8100-520886A0F9FF} = {6CC3E421-779D-4E80-8100-520886A0F9FF}
     5                {C8AAE83E-198B-4ECA-A877-166827953979} = {C8AAE83E-198B-4ECA-A877-166827953979}
     6                {B6AFD548-63D2-40CD-A652-E87095AFCBAF} = {B6AFD548-63D2-40CD-A652-E87095AFCBAF}
     7                {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A}
     8                {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}
     9                {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}
     10                {4AD3E575-65D3-459F-83BF-284FBD291573} = {4AD3E575-65D3-459F-83BF-284FBD291573}
     11                {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC} = {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}
     12                {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E} = {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}
     13        EndProjectSection
    314EndProject
    415Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sword2", "sword2.vcproj", "{6CC3E421-779D-4E80-8100-520886A0F9FF}"
     16        ProjectSection(ProjectDependencies) = postProject
     17        EndProjectSection
    518EndProject
    619Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "queen", "queen.vcproj", "{6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}"
     20        ProjectSection(ProjectDependencies) = postProject
     21        EndProjectSection
    722EndProject
    823Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scumm", "scumm.vcproj", "{B6AFD548-63D2-40CD-A652-E87095AFCBAF}"
     24        ProjectSection(ProjectDependencies) = postProject
     25        EndProjectSection
    926EndProject
    1027Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simon", "simon.vcproj", "{E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}"
     28        ProjectSection(ProjectDependencies) = postProject
     29        EndProjectSection
    1130EndProject
    1231Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sky", "sky.vcproj", "{B5527758-2F51-4CCD-AAE1-B0E28654BD6A}"
     32        ProjectSection(ProjectDependencies) = postProject
     33        EndProjectSection
    1334EndProject
    1435Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sword1", "sword1.vcproj", "{C8AAE83E-198B-4ECA-A877-166827953979}"
     36        ProjectSection(ProjectDependencies) = postProject
     37        EndProjectSection
    1538EndProject
    1639Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kyra", "kyra.vcproj", "{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}"
     40        ProjectSection(ProjectDependencies) = postProject
     41        EndProjectSection
    1742EndProject
    1843Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "saga", "saga.vcproj", "{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}"
     44        ProjectSection(ProjectDependencies) = postProject
     45        EndProjectSection
     46EndProject
     47Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gob", "gob.vcproj", "{4AD3E575-65D3-459F-83BF-284FBD291573}"
     48        ProjectSection(ProjectDependencies) = postProject
     49        EndProjectSection
    1950EndProject
    2051Global
    2152        GlobalSection(SolutionConfiguration) = preSolution
    22                 ConfigName.0 = Debug
    23                 ConfigName.1 = Release
    24         EndGlobalSection
    25         GlobalSection(ProjectDependencies) = postSolution
    26                 {8434CB15-D08F-427D-9E6D-581AE5B28440}.0 = {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}
    27                 {8434CB15-D08F-427D-9E6D-581AE5B28440}.1 = {C8AAE83E-198B-4ECA-A877-166827953979}
    28                 {8434CB15-D08F-427D-9E6D-581AE5B28440}.2 = {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}
    29                 {8434CB15-D08F-427D-9E6D-581AE5B28440}.3 = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A}
    30                 {8434CB15-D08F-427D-9E6D-581AE5B28440}.4 = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}
    31                 {8434CB15-D08F-427D-9E6D-581AE5B28440}.5 = {B6AFD548-63D2-40CD-A652-E87095AFCBAF}
    32                 {8434CB15-D08F-427D-9E6D-581AE5B28440}.6 = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}
    33                 {8434CB15-D08F-427D-9E6D-581AE5B28440}.7 = {6CC3E421-779D-4E80-8100-520886A0F9FF}
     53                Debug = Debug
     54                Release = Release
    3455        EndGlobalSection
    3556        GlobalSection(ProjectConfiguration) = postSolution
    3657                {8434CB15-D08F-427D-9E6D-581AE5B28440}.Debug.ActiveCfg = Debug|Win32
     
    6990                {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Debug.Build.0 = Debug|Win32
    7091                {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Release.ActiveCfg = Release|Win32
    7192                {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Release.Build.0 = Release|Win32
     93                {4AD3E575-65D3-459F-83BF-284FBD291573}.Debug.ActiveCfg = Debug|Win32
     94                {4AD3E575-65D3-459F-83BF-284FBD291573}.Debug.Build.0 = Debug|Win32
     95                {4AD3E575-65D3-459F-83BF-284FBD291573}.Release.ActiveCfg = Release|Win32
     96                {4AD3E575-65D3-459F-83BF-284FBD291573}.Release.Build.0 = Release|Win32
    7297        EndGlobalSection
    7398        GlobalSection(ExtensibilityGlobals) = postSolution
    7499        EndGlobalSection
  • dists/msvc7/scummvm.vcproj

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/scummvm.vcproj,v
    retrieving revision 1.40
    diff -u -r1.40 scummvm.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="scummvm"
    66        ProjectGUID="{8434CB15-D08F-427D-9E6D-581AE5B28440}"
    77        Keyword="Win32Proj">
     
    2121                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2222                                Optimization="0"
    2323                                AdditionalIncludeDirectories="../../;../../common"
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU"
     24                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;ZLIB_WINAPI;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU;USE_FLUIDSYNTH"
    2525                                MinimalRebuild="TRUE"
    2626                                ExceptionHandling="TRUE"
    2727                                BasicRuntimeChecks="3"
     
    3939                                Name="VCCustomBuildTool"/>
    4040                        <Tool
    4141                                Name="VCLinkerTool"
    42                                 AdditionalDependencies="winmm.lib sdl.lib zlibstat.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib sword1_debug/sword1.lib sword2_debug/sword2.lib kyra_debug/kyra.lib queen_debug/queen.lib saga_debug/saga.lib scumm_debug/scumm.lib simon_debug/simon.lib sky_debug/sky.lib"
     42                                AdditionalDependencies="winmm.lib sdl.lib zlibstat.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib sword1_debug/sword1.lib sword2_debug/sword2.lib kyra_debug/kyra.lib queen_debug/queen.lib saga_debug/saga.lib scumm_debug/scumm.lib simon_debug/simon.lib sky_debug/sky.lib fluidsynth.lib"
    4343                                OutputFile="$(OutDir)/scummvm.exe"
    4444                                LinkIncremental="2"
    4545                                IgnoreDefaultLibraryNames="libcmtd.lib"
     
    6060                        <Tool
    6161                                Name="VCWebServiceProxyGeneratorTool"/>
    6262                        <Tool
     63                                Name="VCXMLDataGeneratorTool"/>
     64                        <Tool
    6365                                Name="VCWebDeploymentTool"/>
     66                        <Tool
     67                                Name="VCManagedWrapperGeneratorTool"/>
     68                        <Tool
     69                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    6470                </Configuration>
    6571                <Configuration
    6672                        Name="Release|Win32"
     
    7682                                InlineFunctionExpansion="1"
    7783                                OmitFramePointers="TRUE"
    7884                                AdditionalIncludeDirectories="../../;../../common"
    79                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU"
     85                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU;USE_FLUIDSYNTH;ZLIB_WINAPI"
    8086                                StringPooling="TRUE"
    8187                                MinimalRebuild="FALSE"
    8288                                ExceptionHandling="TRUE"
     
    9399                                Name="VCCustomBuildTool"/>
    94100                        <Tool
    95101                                Name="VCLinkerTool"
    96                                 AdditionalDependencies="winmm.lib sdl.lib zlibstat.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib saga_release/saga.lib sword1_release/sword1.lib sword2_release/sword2.lib kyra_release/kyra.lib queen_release/queen.lib scumm_release/scumm.lib simon_release/simon.lib sky_release/sky.lib"
     102                                AdditionalDependencies="winmm.lib sdl.lib zlibstat.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib saga_release/saga.lib sword1_release/sword1.lib sword2_release/sword2.lib kyra_release/kyra.lib queen_release/queen.lib scumm_release/scumm.lib simon_release/simon.lib sky_release/sky.lib fluidsynth.lib"
    97103                                OutputFile="$(OutDir)/scummvm.exe"
    98104                                LinkIncremental="1"
    99105                                SuppressStartupBanner="TRUE"
     
    116122                        <Tool
    117123                                Name="VCWebServiceProxyGeneratorTool"/>
    118124                        <Tool
     125                                Name="VCXMLDataGeneratorTool"/>
     126                        <Tool
    119127                                Name="VCWebDeploymentTool"/>
     128                        <Tool
     129                                Name="VCManagedWrapperGeneratorTool"/>
     130                        <Tool
     131                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    120132                </Configuration>
    121133        </Configurations>
     134        <References>
     135        </References>
    122136        <Files>
    123137                <Filter
    124138                        Name="base"
     
    182196                                RelativePath="..\..\common\md5.h">
    183197                        </File>
    184198                        <File
     199                                RelativePath="..\..\common\mutex.cpp">
     200                        </File>
     201                        <File
     202                                RelativePath="..\..\common\mutex.h">
     203                        </File>
     204                        <File
    185205                                RelativePath="..\..\common\rect.h">
    186206                        </File>
    187207                        <File
     
    336356                                RelativePath="..\..\sound\audiostream.h">
    337357                        </File>
    338358                        <File
     359                                RelativePath="..\..\sound\flac.cpp">
     360                        </File>
     361                        <File
     362                                RelativePath="..\..\sound\flac.h">
     363                        </File>
     364                        <File
    339365                                RelativePath="..\..\sound\fmopl.cpp">
    340366                        </File>
    341367                        <File
     
    395421                        <File
    396422                                RelativePath="..\..\sound\vorbis.h">
    397423                        </File>
     424                        <File
     425                                RelativePath="..\..\sound\wave.cpp">
     426                        </File>
     427                        <File
     428                                RelativePath="..\..\sound\wave.h">
     429                        </File>
     430                        <Filter
     431                                Name="softsynth"
     432                                Filter="">
     433                                <File
     434                                        RelativePath="..\..\sound\softsynth\adlib.cpp">
     435                                        <FileConfiguration
     436                                                Name="Debug|Win32">
     437                                                <Tool
     438                                                        Name="VCCLCompilerTool"
     439                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"/>
     440                                        </FileConfiguration>
     441                                        <FileConfiguration
     442                                                Name="Release|Win32">
     443                                                <Tool
     444                                                        Name="VCCLCompilerTool"
     445                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"/>
     446                                        </FileConfiguration>
     447                                </File>
     448                                <File
     449                                        RelativePath="..\..\sound\softsynth\emumidi.h">
     450                                </File>
     451                                <File
     452                                        RelativePath="..\..\sound\softsynth\fluidsynth.cpp">
     453                                </File>
     454                                <File
     455                                        RelativePath="..\..\sound\softsynth\mt32.cpp">
     456                                        <FileConfiguration
     457                                                Name="Debug|Win32">
     458                                                <Tool
     459                                                        Name="VCCLCompilerTool"
     460                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"/>
     461                                        </FileConfiguration>
     462                                        <FileConfiguration
     463                                                Name="Release|Win32">
     464                                                <Tool
     465                                                        Name="VCCLCompilerTool"
     466                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"/>
     467                                        </FileConfiguration>
     468                                </File>
     469                                <File
     470                                        RelativePath="..\..\sound\softsynth\ym2612.cpp">
     471                                        <FileConfiguration
     472                                                Name="Debug|Win32">
     473                                                <Tool
     474                                                        Name="VCCLCompilerTool"
     475                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"/>
     476                                        </FileConfiguration>
     477                                        <FileConfiguration
     478                                                Name="Release|Win32">
     479                                                <Tool
     480                                                        Name="VCCLCompilerTool"
     481                                                        ObjectFile="$(IntDir)/$(InputName)1.obj"/>
     482                                        </FileConfiguration>
     483                                </File>
     484                                <Filter
     485                                        Name="mt32"
     486                                        Filter="">
     487                                        <File
     488                                                RelativePath="..\..\sound\softsynth\mt32\freeverb.cpp">
     489                                        </File>
     490                                        <File
     491                                                RelativePath="..\..\sound\softsynth\mt32\freeverb.h">
     492                                        </File>
     493                                        <File
     494                                                RelativePath="..\..\sound\softsynth\mt32\i386.cpp">
     495                                        </File>
     496                                        <File
     497                                                RelativePath="..\..\sound\softsynth\mt32\i386.h">
     498                                        </File>
     499                                        <File
     500                                                RelativePath="..\..\sound\softsynth\mt32\mt32_file.cpp">
     501                                        </File>
     502                                        <File
     503                                                RelativePath="..\..\sound\softsynth\mt32\mt32_file.h">
     504                                        </File>
     505                                        <File
     506                                                RelativePath="..\..\sound\softsynth\mt32\mt32emu.h">
     507                                        </File>
     508                                        <File
     509                                                RelativePath="..\..\sound\softsynth\mt32\part.cpp">
     510                                        </File>
     511                                        <File
     512                                                RelativePath="..\..\sound\softsynth\mt32\part.h">
     513                                        </File>
     514                                        <File
     515                                                RelativePath="..\..\sound\softsynth\mt32\partial.cpp">
     516                                        </File>
     517                                        <File
     518                                                RelativePath="..\..\sound\softsynth\mt32\partial.h">
     519                                        </File>
     520                                        <File
     521                                                RelativePath="..\..\sound\softsynth\mt32\partialManager.cpp">
     522                                        </File>
     523                                        <File
     524                                                RelativePath="..\..\sound\softsynth\mt32\partialManager.h">
     525                                        </File>
     526                                        <File
     527                                                RelativePath="..\..\sound\softsynth\mt32\structures.h">
     528                                        </File>
     529                                        <File
     530                                                RelativePath="..\..\sound\softsynth\mt32\synth.cpp">
     531                                        </File>
     532                                        <File
     533                                                RelativePath="..\..\sound\softsynth\mt32\synth.h">
     534                                        </File>
     535                                        <File
     536                                                RelativePath="..\..\sound\softsynth\mt32\tables.cpp">
     537                                        </File>
     538                                        <File
     539                                                RelativePath="..\..\sound\softsynth\mt32\tables.h">
     540                                        </File>
     541                                </Filter>
     542                        </Filter>
    398543                </Filter>
    399544                <Filter
    400545                        Name="txt"
     
    461606                                Name="midi"
    462607                                Filter="">
    463608                                <File
    464                                         RelativePath="..\..\backends\midi\adlib.cpp">
    465                                 </File>
    466                                 <File
    467                                         RelativePath="..\..\backends\midi\mt32.cpp">
    468                                 </File>
    469                                 <File
    470609                                        RelativePath="..\..\backends\midi\null.cpp">
    471610                                </File>
    472611                                <File
    473612                                        RelativePath="..\..\backends\midi\windows.cpp">
    474613                                </File>
    475                                 <File
    476                                         RelativePath="..\..\backends\midi\ym2612.cpp">
    477                                 </File>
    478                                 <Filter
    479                                         Name="mt32">
    480                                         <File
    481                                                 RelativePath="..\..\backends\midi\mt32\freeverb.cpp">
    482                                         </File>
    483                                         <File
    484                                                 RelativePath="..\..\backends\midi\mt32\freeverb.h">
    485                                         </File>
    486                                         <File
    487                                                 RelativePath="..\..\backends\midi\mt32\i386.cpp">
    488                                         </File>
    489                                         <File
    490                                                 RelativePath="..\..\backends\midi\mt32\i386.h">
    491                                         </File>
    492                                         <File
    493                                                 RelativePath="..\..\backends\midi\mt32\mt32_file.cpp">
    494                                         </File>
    495                                         <File
    496                                                 RelativePath="..\..\backends\midi\mt32\mt32_file.h">
    497                                         </File>
    498                                         <File
    499                                                 RelativePath="..\..\backends\midi\mt32\mt32emu.h">
    500                                         </File>
    501                                         <File
    502                                                 RelativePath="..\..\backends\midi\mt32\part.cpp">
    503                                         </File>
    504                                         <File
    505                                                 RelativePath="..\..\backends\midi\mt32\part.h">
    506                                         </File>
    507                                         <File
    508                                                 RelativePath="..\..\backends\midi\mt32\partial.cpp">
    509                                         </File>
    510                                         <File
    511                                                 RelativePath="..\..\backends\midi\mt32\partial.h">
    512                                         </File>
    513                                         <File
    514                                                 RelativePath="..\..\backends\midi\mt32\partialManager.cpp">
    515                                         </File>
    516                                         <File
    517                                                 RelativePath="..\..\backends\midi\mt32\partialManager.h">
    518                                         </File>
    519                                         <File
    520                                                 RelativePath="..\..\backends\midi\mt32\structures.h">
    521                                         </File>
    522                                         <File
    523                                                 RelativePath="..\..\backends\midi\mt32\synth.cpp">
    524                                         </File>
    525                                         <File
    526                                                 RelativePath="..\..\backends\midi\mt32\synth.h">
    527                                         </File>
    528                                         <File
    529                                                 RelativePath="..\..\backends\midi\mt32\tables.cpp">
    530                                         </File>
    531                                         <File
    532                                                 RelativePath="..\..\backends\midi\mt32\tables.h">
    533                                         </File>
    534                                 </Filter>
    535614                        </Filter>
    536615                </Filter>
    537616                <Filter
    538617                        Name="gui"
    539618                        Filter="">
    540619                        <File
    541                                 RelativePath="..\..\gui\EditTextWidget.cpp">
     620                                RelativePath="..\..\gui\about.cpp">
    542621                        </File>
    543622                        <File
    544                                 RelativePath="..\..\gui\EditTextWidget.h">
     623                                RelativePath="..\..\gui\about.h">
    545624                        </File>
    546625                        <File
    547                                 RelativePath="..\..\gui\ListWidget.cpp">
     626                                RelativePath="..\..\gui\browser.cpp">
    548627                        </File>
    549628                        <File
    550                                 RelativePath="..\..\gui\ListWidget.h">
     629                                RelativePath="..\..\gui\browser.h">
    551630                        </File>
    552631                        <File
    553                                 RelativePath="..\..\gui\PopUpWidget.cpp">
     632                                RelativePath="..\..\gui\chooser.cpp">
    554633                        </File>
    555634                        <File
    556                                 RelativePath="..\..\gui\PopUpWidget.h">
     635                                RelativePath="..\..\gui\chooser.h">
    557636                        </File>
    558637                        <File
    559                                 RelativePath="..\..\gui\ScrollBarWidget.cpp">
     638                                RelativePath="..\..\gui\console.cpp">
    560639                        </File>
    561640                        <File
    562                                 RelativePath="..\..\gui\ScrollBarWidget.h">
     641                                RelativePath="..\..\gui\console.h">
    563642                        </File>
    564643                        <File
    565                                 RelativePath="..\..\gui\TabWidget.cpp">
     644                                RelativePath="..\..\gui\credits.h">
    566645                        </File>
    567646                        <File
    568                                 RelativePath="..\..\gui\TabWidget.h">
     647                                RelativePath="..\..\gui\dialog.cpp">
    569648                        </File>
    570649                        <File
    571                                 RelativePath="..\..\gui\about.cpp">
     650                                RelativePath="..\..\gui\dialog.h">
    572651                        </File>
    573652                        <File
    574                                 RelativePath="..\..\gui\about.h">
     653                                RelativePath="..\..\gui\editable.cpp">
    575654                        </File>
    576655                        <File
    577                                 RelativePath="..\..\gui\browser.cpp">
     656                                RelativePath="..\..\gui\editable.h">
    578657                        </File>
    579658                        <File
    580                                 RelativePath="..\..\gui\browser.h">
     659                                RelativePath="..\..\gui\EditTextWidget.cpp">
    581660                        </File>
    582661                        <File
    583                                 RelativePath="..\..\gui\chooser.cpp">
     662                                RelativePath="..\..\gui\EditTextWidget.h">
    584663                        </File>
    585664                        <File
    586                                 RelativePath="..\..\gui\chooser.h">
     665                                RelativePath="..\..\gui\launcher.cpp">
    587666                        </File>
    588667                        <File
    589                                 RelativePath="..\..\gui\console.cpp">
     668                                RelativePath="..\..\gui\launcher.h">
    590669                        </File>
    591670                        <File
    592                                 RelativePath="..\..\gui\consolefont.cpp">
     671                                RelativePath="..\..\gui\ListWidget.cpp">
    593672                        </File>
    594673                        <File
    595                                 RelativePath="..\..\gui\console.h">
     674                                RelativePath="..\..\gui\ListWidget.h">
    596675                        </File>
    597676                        <File
    598                                 RelativePath="..\..\gui\dialog.cpp">
     677                                RelativePath="..\..\gui\message.cpp">
    599678                        </File>
    600679                        <File
    601                                 RelativePath="..\..\gui\dialog.h">
     680                                RelativePath="..\..\gui\message.h">
    602681                        </File>
    603682                        <File
    604                                 RelativePath="..\..\gui\launcher.cpp">
     683                                RelativePath="..\..\gui\newgui.cpp">
    605684                        </File>
    606685                        <File
    607                                 RelativePath="..\..\gui\launcher.h">
     686                                RelativePath="..\..\gui\newgui.h">
    608687                        </File>
    609688                        <File
    610                                 RelativePath="..\..\gui\message.cpp">
     689                                RelativePath="..\..\gui\object.h">
    611690                        </File>
    612691                        <File
    613                                 RelativePath="..\..\gui\message.h">
     692                                RelativePath="..\..\gui\options.cpp">
    614693                        </File>
    615694                        <File
    616                                 RelativePath="..\..\gui\newgui.cpp">
     695                                RelativePath="..\..\gui\options.h">
    617696                        </File>
    618697                        <File
    619                                 RelativePath="..\..\gui\newgui.h">
     698                                RelativePath="..\..\gui\PopUpWidget.cpp">
    620699                        </File>
    621700                        <File
    622                                 RelativePath="..\..\gui\object.h">
     701                                RelativePath="..\..\gui\PopUpWidget.h">
    623702                        </File>
    624703                        <File
    625                                 RelativePath="..\..\gui\options.cpp">
     704                                RelativePath="..\..\gui\ScrollBarWidget.cpp">
    626705                        </File>
    627706                        <File
    628                                 RelativePath="..\..\gui\options.h">
     707                                RelativePath="..\..\gui\ScrollBarWidget.h">
    629708                        </File>
    630709                        <File
    631                                 RelativePath="..\..\gui\walkthrough.h">
     710                                RelativePath="..\..\gui\TabWidget.cpp">
     711                        </File>
     712                        <File
     713                                RelativePath="..\..\gui\TabWidget.h">
    632714                        </File>
    633715                        <File
    634716                                RelativePath="..\..\gui\widget.cpp">
     
    647729                                RelativePath="..\..\graphics\animation.h">
    648730                        </File>
    649731                        <File
     732                                RelativePath="..\..\graphics\consolefont.cpp">
     733                        </File>
     734                        <File
    650735                                RelativePath="..\..\graphics\font.cpp">
    651736                        </File>
    652737                        <File
    653738                                RelativePath="..\..\graphics\font.h">
    654739                        </File>
    655740                        <File
     741                                RelativePath="..\..\graphics\fontman.cpp">
     742                        </File>
     743                        <File
     744                                RelativePath="..\..\graphics\fontman.h">
     745                        </File>
     746                        <File
    656747                                RelativePath="..\..\graphics\newfont.cpp">
    657748                        </File>
    658749                        <File
     750                                RelativePath="..\..\graphics\newfont_big.cpp">
     751                        </File>
     752                        <File
    659753                                RelativePath="..\..\graphics\scummfont.cpp">
    660754                        </File>
    661755                        <File
     756                                RelativePath="..\..\graphics\surface.cpp">
     757                        </File>
     758                        <File
    662759                                RelativePath="..\..\graphics\surface.h">
    663760                        </File>
    664761                </Filter>
  • dists/msvc7/simon.vcproj

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/simon.vcproj,v
    retrieving revision 1.8
    diff -u -r1.8 simon.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="simon"
    66        ProjectGUID="{E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}"
    77        Keyword="Win32Proj">
     
    2121                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2222                                Optimization="0"
    2323                                AdditionalIncludeDirectories="../../;../../common"
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     24                                PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    2525                                MinimalRebuild="TRUE"
    2626                                ExceptionHandling="TRUE"
    2727                                BasicRuntimeChecks="3"
     
    5151                                Name="VCResourceCompilerTool"/>
    5252                        <Tool
    5353                                Name="VCWebServiceProxyGeneratorTool"/>
     54                        <Tool
     55                                Name="VCXMLDataGeneratorTool"/>
     56                        <Tool
     57                                Name="VCManagedWrapperGeneratorTool"/>
     58                        <Tool
     59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    5460                </Configuration>
    5561                <Configuration
    5662                        Name="Release|Win32"
     
    6773                                InlineFunctionExpansion="1"
    6874                                OmitFramePointers="TRUE"
    6975                                AdditionalIncludeDirectories="../../;../../common"
    70                                 PreprocessorDefinitions="WIN32;USE_ZLIB;USE_MAD;USE_VORBIS"
     76                                PreprocessorDefinitions="WIN32;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    7177                                StringPooling="TRUE"
    7278                                ExceptionHandling="TRUE"
    7379                                RuntimeLibrary="0"
     
    95101                                Name="VCResourceCompilerTool"/>
    96102                        <Tool
    97103                                Name="VCWebServiceProxyGeneratorTool"/>
     104                        <Tool
     105                                Name="VCXMLDataGeneratorTool"/>
     106                        <Tool
     107                                Name="VCManagedWrapperGeneratorTool"/>
     108                        <Tool
     109                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    98110                </Configuration>
    99111        </Configurations>
     112        <References>
     113        </References>
    100114        <Files>
    101115                <File
    102116                        RelativePath="..\..\simon\charset.cpp">
    103117                </File>
    104118                <File
     119                        RelativePath="..\..\simon\cursor.cpp">
     120                </File>
     121                <File
    105122                        RelativePath="..\..\simon\debug.cpp">
    106123                </File>
    107124                <File
     
    114131                        RelativePath="..\..\simon\debugger.h">
    115132                </File>
    116133                <File
     134                        RelativePath="..\..\simon\icons.cpp">
     135                </File>
     136                <File
    117137                        RelativePath="..\..\simon\intern.h">
    118138                </File>
    119139                <File
     
    132152                        RelativePath="..\..\simon\res.cpp">
    133153                </File>
    134154                <File
     155                        RelativePath="..\..\simon\saveload.cpp">
     156                </File>
     157                <File
     158                        RelativePath="..\..\simon\simon-md5.h">
     159                </File>
     160                <File
    135161                        RelativePath="..\..\simon\simon.cpp">
    136162                </File>
    137163                <File
  • dists/msvc7/sky.vcproj

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/sky.vcproj,v
    retrieving revision 1.7
    diff -u -r1.7 sky.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="sky"
    66        ProjectGUID="{B5527758-2F51-4CCD-AAE1-B0E28654BD6A}"
    77        Keyword="Win32Proj">
     
    2121                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2222                                Optimization="0"
    2323                                AdditionalIncludeDirectories="../../;../../common"
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     24                                PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    2525                                MinimalRebuild="TRUE"
    2626                                ExceptionHandling="TRUE"
    2727                                BasicRuntimeChecks="3"
     
    5151                                Name="VCResourceCompilerTool"/>
    5252                        <Tool
    5353                                Name="VCWebServiceProxyGeneratorTool"/>
     54                        <Tool
     55                                Name="VCXMLDataGeneratorTool"/>
     56                        <Tool
     57                                Name="VCManagedWrapperGeneratorTool"/>
     58                        <Tool
     59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    5460                </Configuration>
    5561                <Configuration
    5662                        Name="Release|Win32"
     
    6672                                InlineFunctionExpansion="1"
    6773                                OmitFramePointers="TRUE"
    6874                                AdditionalIncludeDirectories="../../;../../common"
    69                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
     75                                PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
    7076                                StringPooling="TRUE"
    7177                                ExceptionHandling="TRUE"
    7278                                RuntimeLibrary="0"
     
    95101                                Name="VCResourceCompilerTool"/>
    96102                        <Tool
    97103                                Name="VCWebServiceProxyGeneratorTool"/>
     104                        <Tool
     105                                Name="VCXMLDataGeneratorTool"/>
     106                        <Tool
     107                                Name="VCManagedWrapperGeneratorTool"/>
     108                        <Tool
     109                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    98110                </Configuration>
    99111        </Configurations>
     112        <References>
     113        </References>
    100114        <Files>
    101115                <Filter
    102116                        Name="music"
     
    138152                                RelativePath="..\..\sky\music\musicbase.h">
    139153                        </File>
    140154                </Filter>
    141                 <Filter
    142                         Name="compacts"
    143                         Filter="">
    144                         <File
    145                                 RelativePath="..\..\sky\compacts\0compact.h">
    146                         </File>
    147                         <File
    148                                 RelativePath="..\..\sky\compacts\101comp.h">
    149                         </File>
    150                         <File
    151                                 RelativePath="..\..\sky\compacts\102comp.h">
    152                         </File>
    153                         <File
    154                                 RelativePath="..\..\sky\compacts\10comp.h">
    155                         </File>
    156                         <File
    157                                 RelativePath="..\..\sky\compacts\11comp.h">
    158                         </File>
    159                         <File
    160                                 RelativePath="..\..\sky\compacts\12comp.h">
    161                         </File>
    162                         <File
    163                                 RelativePath="..\..\sky\compacts\13comp.h">
    164                         </File>
    165                         <File
    166                                 RelativePath="..\..\sky\compacts\14comp.h">
    167                         </File>
    168                         <File
    169                                 RelativePath="..\..\sky\compacts\15comp.h">
    170                         </File>
    171                         <File
    172                                 RelativePath="..\..\sky\compacts\16comp.h">
    173                         </File>
    174                         <File
    175                                 RelativePath="..\..\sky\compacts\17comp.h">
    176                         </File>
    177                         <File
    178                                 RelativePath="..\..\sky\compacts\18comp.h">
    179                         </File>
    180                         <File
    181                                 RelativePath="..\..\sky\compacts\19comp.h">
    182                         </File>
    183                         <File
    184                                 RelativePath="..\..\sky\compacts\1compact.h">
    185                         </File>
    186                         <File
    187                                 RelativePath="..\..\sky\compacts\20comp.h">
    188                         </File>
    189                         <File
    190                                 RelativePath="..\..\sky\compacts\21comp.h">
    191                         </File>
    192                         <File
    193                                 RelativePath="..\..\sky\compacts\22comp.h">
    194                         </File>
    195                         <File
    196                                 RelativePath="..\..\sky\compacts\23comp.h">
    197                         </File>
    198                         <File
    199                                 RelativePath="..\..\sky\compacts\24comp.h">
    200                         </File>
    201                         <File
    202                                 RelativePath="..\..\sky\compacts\25comp.h">
    203                         </File>
    204                         <File
    205                                 RelativePath="..\..\sky\compacts\26comp.h">
    206                         </File>
    207                         <File
    208                                 RelativePath="..\..\sky\compacts\27comp.h">
    209                         </File>
    210                         <File
    211                                 RelativePath="..\..\sky\compacts\28comp.h">
    212                         </File>
    213                         <File
    214                                 RelativePath="..\..\sky\compacts\29comp.h">
    215                         </File>
    216                         <File
    217                                 RelativePath="..\..\sky\compacts\2compact.h">
    218                         </File>
    219                         <File
    220                                 RelativePath="..\..\sky\compacts\30comp.h">
    221                         </File>
    222                         <File
    223                                 RelativePath="..\..\sky\compacts\31comp.h">
    224                         </File>
    225                         <File
    226                                 RelativePath="..\..\sky\compacts\32comp.h">
    227                         </File>
    228                         <File
    229                                 RelativePath="..\..\sky\compacts\33comp.h">
    230                         </File>
    231                         <File
    232                                 RelativePath="..\..\sky\compacts\34comp.h">
    233                         </File>
    234                         <File
    235                                 RelativePath="..\..\sky\compacts\36comp.h">
    236                         </File>
    237                         <File
    238                                 RelativePath="..\..\sky\compacts\37comp.h">
    239                         </File>
    240                         <File
    241                                 RelativePath="..\..\sky\compacts\38comp.h">
    242                         </File>
    243                         <File
    244                                 RelativePath="..\..\sky\compacts\39comp.h">
    245                         </File>
    246                         <File
    247                                 RelativePath="..\..\sky\compacts\3compact.h">
    248                         </File>
    249                         <File
    250                                 RelativePath="..\..\sky\compacts\40comp.h">
    251                         </File>
    252                         <File
    253                                 RelativePath="..\..\sky\compacts\41comp.h">
    254                         </File>
    255                         <File
    256                                 RelativePath="..\..\sky\compacts\42comp.h">
    257                         </File>
    258                         <File
    259                                 RelativePath="..\..\sky\compacts\44comp.h">
    260                         </File>
    261                         <File
    262                                 RelativePath="..\..\sky\compacts\45comp.h">
    263                         </File>
    264                         <File
    265                                 RelativePath="..\..\sky\compacts\46comp.h">
    266                         </File>
    267                         <File
    268                                 RelativePath="..\..\sky\compacts\47comp.h">
    269                         </File>
    270                         <File
    271                                 RelativePath="..\..\sky\compacts\48comp.h">
    272                         </File>
    273                         <File
    274                                 RelativePath="..\..\sky\compacts\4compact.h">
    275                         </File>
    276                         <File
    277                                 RelativePath="..\..\sky\compacts\5compact.h">
    278                         </File>
    279                         <File
    280                                 RelativePath="..\..\sky\compacts\65comp.h">
    281                         </File>
    282                         <File
    283                                 RelativePath="..\..\sky\compacts\66comp.h">
    284                         </File>
    285                         <File
    286                                 RelativePath="..\..\sky\compacts\67comp.h">
    287                         </File>
    288                         <File
    289                                 RelativePath="..\..\sky\compacts\68comp.h">
    290                         </File>
    291                         <File
    292                                 RelativePath="..\..\sky\compacts\69comp.h">
    293                         </File>
    294                         <File
    295                                 RelativePath="..\..\sky\compacts\70comp.h">
    296                         </File>
    297                         <File
    298                                 RelativePath="..\..\sky\compacts\71comp.h">
    299                         </File>
    300                         <File
    301                                 RelativePath="..\..\sky\compacts\72comp.h">
    302                         </File>
    303                         <File
    304                                 RelativePath="..\..\sky\compacts\73comp.h">
    305                         </File>
    306                         <File
    307                                 RelativePath="..\..\sky\compacts\74comp.h">
    308                         </File>
    309                         <File
    310                                 RelativePath="..\..\sky\compacts\75comp.h">
    311                         </File>
    312                         <File
    313                                 RelativePath="..\..\sky\compacts\76comp.h">
    314                         </File>
    315                         <File
    316                                 RelativePath="..\..\sky\compacts\77comp.h">
    317                         </File>
    318                         <File
    319                                 RelativePath="..\..\sky\compacts\78comp.h">
    320                         </File>
    321                         <File
    322                                 RelativePath="..\..\sky\compacts\79comp.h">
    323                         </File>
    324                         <File
    325                                 RelativePath="..\..\sky\compacts\80comp.h">
    326                         </File>
    327                         <File
    328                                 RelativePath="..\..\sky\compacts\81comp.h">
    329                         </File>
    330                         <File
    331                                 RelativePath="..\..\sky\compacts\82comp.h">
    332                         </File>
    333                         <File
    334                                 RelativePath="..\..\sky\compacts\85comp.h">
    335                         </File>
    336                         <File
    337                                 RelativePath="..\..\sky\compacts\90comp.h">
    338                         </File>
    339                         <File
    340                                 RelativePath="..\..\sky\compacts\91comp.h">
    341                         </File>
    342                         <File
    343                                 RelativePath="..\..\sky\compacts\92comp.h">
    344                         </File>
    345                         <File
    346                                 RelativePath="..\..\sky\compacts\93comp.h">
    347                         </File>
    348                         <File
    349                                 RelativePath="..\..\sky\compacts\94comp.h">
    350                         </File>
    351                         <File
    352                                 RelativePath="..\..\sky\compacts\95comp.h">
    353                         </File>
    354                         <File
    355                                 RelativePath="..\..\sky\compacts\96comp.h">
    356                         </File>
    357                         <File
    358                                 RelativePath="..\..\sky\compacts\9compact.h">
    359                         </File>
    360                         <File
    361                                 RelativePath="..\..\sky\compacts\linc_gen.h">
    362                         </File>
    363                         <File
    364                                 RelativePath="..\..\sky\compacts\lincmenu.h">
    365                         </File>
    366                         <File
    367                                 RelativePath="..\..\sky\compacts\objects.h">
    368                         </File>
    369                         <File
    370                                 RelativePath="..\..\sky\compacts\savedata.cpp">
    371                         </File>
    372                         <File
    373                                 RelativePath="..\..\sky\compacts\z_compac.h">
    374                         </File>
    375                 </Filter>
    376155                <File
    377156                        RelativePath="..\..\sky\autoroute.cpp">
    378157                </File>
  • dists/msvc7/sword1.vcproj

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/sword1.vcproj,v
    retrieving revision 1.7
    diff -u -r1.7 sword1.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="sword1"
    66        ProjectGUID="{C8AAE83E-198B-4ECA-A877-166827953979}"
    77        Keyword="Win32Proj">
     
    2121                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2222                                Optimization="0"
    2323                                AdditionalIncludeDirectories="../../;../../common"
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
     24                                PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_FLUIDSYNTH"
    2525                                MinimalRebuild="TRUE"
    2626                                ExceptionHandling="TRUE"
    2727                                BasicRuntimeChecks="3"
     
    5151                                Name="VCResourceCompilerTool"/>
    5252                        <Tool
    5353                                Name="VCWebServiceProxyGeneratorTool"/>
     54                        <Tool
     55                                Name="VCXMLDataGeneratorTool"/>
     56                        <Tool
     57                                Name="VCManagedWrapperGeneratorTool"/>
     58                        <Tool
     59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    5460                </Configuration>
    5561                <Configuration
    5662                        Name="Release|Win32"
     
    6672                                InlineFunctionExpansion="1"
    6773                                OmitFramePointers="TRUE"
    6874                                AdditionalIncludeDirectories="../../;../../common"
    69                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
     75                                PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_FLUIDSYNTH"
    7076                                StringPooling="TRUE"
    7177                                ExceptionHandling="TRUE"
    7278                                RuntimeLibrary="0"
     
    94100                                Name="VCResourceCompilerTool"/>
    95101                        <Tool
    96102                                Name="VCWebServiceProxyGeneratorTool"/>
     103                        <Tool
     104                                Name="VCXMLDataGeneratorTool"/>
     105                        <Tool
     106                                Name="VCManagedWrapperGeneratorTool"/>
     107                        <Tool
     108                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    97109                </Configuration>
    98110        </Configurations>
     111        <References>
     112        </References>
    99113        <Files>
    100114                <File
    101115                        RelativePath="..\..\sword1\animation.cpp">
     
    113127                        RelativePath="..\..\sword1\control.h">
    114128                </File>
    115129                <File
     130                        RelativePath="..\..\sword1\credits.cpp">
     131                </File>
     132                <File
     133                        RelativePath="..\..\sword1\credits.h">
     134                </File>
     135                <File
    116136                        RelativePath="..\..\sword1\debug.cpp">
    117137                </File>
    118138                <File
  • dists/msvc7/sword2.vcproj

    RCS file: /cvsroot/scummvm/scummvm/dists/msvc7/sword2.vcproj,v
    retrieving revision 1.14
    diff -u -r1.14 sword2.vcproj
     
    1 <?xml version="1.0" encoding = "windows-1250"?>
     1<?xml version="1.0" encoding="windows-1250"?>
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="7.00"
     4        Version="7.10"
    55        Name="sword2"
    66        ProjectGUID="{6CC3E421-779D-4E80-8100-520886A0F9FF}"
    77        Keyword="Win32Proj">
     
    2121                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
    2222                                Optimization="0"
    2323                                AdditionalIncludeDirectories="../../;../../common"
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
     24                                PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_FLUIDSYNTH"
    2525                                MinimalRebuild="TRUE"
    2626                                ExceptionHandling="TRUE"
    2727                                BasicRuntimeChecks="3"
     
    5151                                Name="VCResourceCompilerTool"/>
    5252                        <Tool
    5353                                Name="VCWebServiceProxyGeneratorTool"/>
     54                        <Tool
     55                                Name="VCXMLDataGeneratorTool"/>
     56                        <Tool
     57                                Name="VCManagedWrapperGeneratorTool"/>
     58                        <Tool
     59                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    5460                </Configuration>
    5561                <Configuration
    5662                        Name="Release|Win32"
     
    6672                                InlineFunctionExpansion="1"
    6773                                OmitFramePointers="TRUE"
    6874                                AdditionalIncludeDirectories="../../;../../common"
    69                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
     75                                PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_FLUIDSYNTH"
    7076                                StringPooling="TRUE"
    7177                                ExceptionHandling="TRUE"
    7278                                RuntimeLibrary="0"
     
    94100                                Name="VCResourceCompilerTool"/>
    95101                        <Tool
    96102                                Name="VCWebServiceProxyGeneratorTool"/>
     103                        <Tool
     104                                Name="VCXMLDataGeneratorTool"/>
     105                        <Tool
     106                                Name="VCManagedWrapperGeneratorTool"/>
     107                        <Tool
     108                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    97109                </Configuration>
    98110        </Configurations>
     111        <References>
     112        </References>
    99113        <Files>
    100114                <Filter
    101115                        Name="driver"