From ec0f18962a0204423a404fcdcb05ef87ca9a908e Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sat, 28 Apr 2007 07:31:44 +0000 Subject: update msvc8 project files svn-id: r26645 --- dists/msvc8/agos.vcproj | 10 +- dists/msvc8/cruise.vcproj | 392 ++++++++++++++++++++++++++++++++++++++++ dists/msvc8/kyra.vcproj | 8 +- dists/msvc8/lure.vcproj | 4 + dists/msvc8/parallaction.vcproj | 8 + dists/msvc8/saga.vcproj | 24 ++- dists/msvc8/scumm.vcproj | 20 +- dists/msvc8/scummvm.sln | 6 + dists/msvc8/scummvm.vcproj | 30 +-- dists/msvc8/touche.vcproj | 8 +- 10 files changed, 463 insertions(+), 47 deletions(-) create mode 100644 dists/msvc8/cruise.vcproj (limited to 'dists') diff --git a/dists/msvc8/agos.vcproj b/dists/msvc8/agos.vcproj index cc86090f25..a957fe302c 100644 --- a/dists/msvc8/agos.vcproj +++ b/dists/msvc8/agos.vcproj @@ -204,15 +204,19 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index 3733f6089c..d06dec5b72 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -175,6 +175,10 @@ RelativePath="..\..\engines\kyra\debugger.h" > + + @@ -207,10 +211,6 @@ RelativePath="..\..\engines\kyra\kyra_v3.h" > - - diff --git a/dists/msvc8/lure.vcproj b/dists/msvc8/lure.vcproj index 90e2fc964f..9393e0145f 100644 --- a/dists/msvc8/lure.vcproj +++ b/dists/msvc8/lure.vcproj @@ -198,6 +198,10 @@ RelativePath="..\..\engines\lure\decode.h" > + + diff --git a/dists/msvc8/parallaction.vcproj b/dists/msvc8/parallaction.vcproj index 1a66d05325..ff08e1f082 100644 --- a/dists/msvc8/parallaction.vcproj +++ b/dists/msvc8/parallaction.vcproj @@ -204,6 +204,10 @@ RelativePath="..\..\engines\parallaction\disk.h" > + + @@ -272,6 +276,10 @@ RelativePath="..\..\engines\parallaction\walk.cpp" > + + diff --git a/dists/msvc8/saga.vcproj b/dists/msvc8/saga.vcproj index 1951c4dfd7..00598eb79e 100644 --- a/dists/msvc8/saga.vcproj +++ b/dists/msvc8/saga.vcproj @@ -182,6 +182,18 @@ RelativePath="..\..\engines\saga\console.h" > + + + + + + @@ -202,10 +214,6 @@ RelativePath="..\..\engines\saga\font_map.cpp" > - - @@ -298,10 +306,6 @@ RelativePath="..\..\engines\saga\render.h" > - - @@ -318,6 +322,10 @@ RelativePath="..\..\engines\saga\saga.h" > + + diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj index cec931fa29..0dffc109ae 100644 --- a/dists/msvc8/scumm.vcproj +++ b/dists/msvc8/scumm.vcproj @@ -527,6 +527,18 @@ RelativePath="..\..\engines\scumm\debugger.h" > + + + + + + @@ -647,14 +659,6 @@ RelativePath="..\..\engines\scumm\player_v3a.h" > - - - - diff --git a/dists/msvc8/scummvm.sln b/dists/msvc8/scummvm.sln index 73e47aa25c..95d282ba04 100644 --- a/dists/msvc8/scummvm.sln +++ b/dists/msvc8/scummvm.sln @@ -45,6 +45,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "touche", "touche.vcproj", " EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "parallaction", "parallaction.vcproj", "{0068957B-E2E1-4988-8C87-D541D84DAF20}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cruise", "cruise.vcproj", "{8863B00B-059A-471E-876D-A955ECEFD0D2}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -111,6 +113,10 @@ Global {0068957B-E2E1-4988-8C87-D541D84DAF20}.Debug|Win32.Build.0 = Debug|Win32 {0068957B-E2E1-4988-8C87-D541D84DAF20}.Release|Win32.ActiveCfg = Release|Win32 {0068957B-E2E1-4988-8C87-D541D84DAF20}.Release|Win32.Build.0 = Release|Win32 + {8863B00B-059A-471E-876D-A955ECEFD0D2}.Debug|Win32.ActiveCfg = Debug|Win32 + {8863B00B-059A-471E-876D-A955ECEFD0D2}.Debug|Win32.Build.0 = Debug|Win32 + {8863B00B-059A-471E-876D-A955ECEFD0D2}.Release|Win32.ActiveCfg = Release|Win32 + {8863B00B-059A-471E-876D-A955ECEFD0D2}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 6d95784d8d..a40c86b107 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -68,7 +68,7 @@ /> + + @@ -290,24 +294,6 @@ - - - - - - + + diff --git a/dists/msvc8/touche.vcproj b/dists/msvc8/touche.vcproj index c60983264d..4bbe7dee0d 100644 --- a/dists/msvc8/touche.vcproj +++ b/dists/msvc8/touche.vcproj @@ -160,6 +160,10 @@ + + @@ -180,10 +184,6 @@ RelativePath="..\..\engines\touche\opcodes.cpp" > - - -- cgit v1.2.3