diff options
author | Filippos Karapetis | 2009-03-08 14:36:09 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-08 14:36:09 +0000 |
commit | 70ef87a38badd329663bbda0c925402f71f8d256 (patch) | |
tree | 5c180e81a116725bac6fd903c7df47e648096c9f | |
parent | de6f1ec597106f062cb1475844936693dd03cff3 (diff) | |
download | scummvm-rg350-70ef87a38badd329663bbda0c925402f71f8d256.tar.gz scummvm-rg350-70ef87a38badd329663bbda0c925402f71f8d256.tar.bz2 scummvm-rg350-70ef87a38badd329663bbda0c925402f71f8d256.zip |
Updated the AGOS engine with the additional files for PN. Also, warnings are not treated as errors in AGOS, cause MSVC throws a warning about the currently non-portable setjmp code in PN
svn-id: r39231
-rw-r--r-- | dists/msvc7/agos.vcproj | 11 | ||||
-rw-r--r-- | dists/msvc71/agos.vcproj | 11 | ||||
-rw-r--r-- | dists/msvc8/agos.vcproj | 14 | ||||
-rw-r--r-- | dists/msvc9/agos.vcproj | 14 |
4 files changed, 46 insertions, 4 deletions
diff --git a/dists/msvc7/agos.vcproj b/dists/msvc7/agos.vcproj index 80442fc46d..4a0dee443e 100644 --- a/dists/msvc7/agos.vcproj +++ b/dists/msvc7/agos.vcproj @@ -33,7 +33,7 @@ ForceConformanceInForLoopScope="TRUE" UsePrecompiledHeader="0" WarningLevel="4" - WarnAsError="TRUE" + WarnAsError="FALSE" SuppressStartupBanner="FALSE" Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="4"/> @@ -182,6 +182,9 @@ RelativePath="..\..\engines\agos\oracle.cpp"> </File> <File + RelativePath="..\..\engines\agos\pn.cpp"> + </File> + <File RelativePath="..\..\engines\agos\res.cpp"> </File> <File @@ -209,6 +212,9 @@ RelativePath="..\..\engines\agos\script_ff.cpp"> </File> <File + RelativePath="..\..\engines\agos\script_pn.cpp"> + </File> + <File RelativePath="..\..\engines\agos\script_pp.cpp"> </File> <File @@ -248,6 +254,9 @@ RelativePath="..\..\engines\agos\vga_ff.cpp"> </File> <File + RelativePath="..\..\engines\agos\vga_pn.cpp"> + </File> + <File RelativePath="..\..\engines\agos\vga_s1.cpp"> </File> <File diff --git a/dists/msvc71/agos.vcproj b/dists/msvc71/agos.vcproj index 2a0a888a67..021d15eae4 100644 --- a/dists/msvc71/agos.vcproj +++ b/dists/msvc71/agos.vcproj @@ -33,7 +33,7 @@ ForceConformanceInForLoopScope="TRUE" UsePrecompiledHeader="0" WarningLevel="4" - WarnAsError="TRUE" + WarnAsError="FALSE" SuppressStartupBanner="FALSE" Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="4"/> @@ -196,6 +196,9 @@ RelativePath="..\..\engines\agos\oracle.cpp"> </File> <File + RelativePath="..\..\engines\agos\pn.cpp"> + </File> + <File RelativePath="..\..\engines\agos\res.cpp"> </File> <File @@ -223,6 +226,9 @@ RelativePath="..\..\engines\agos\script_ff.cpp"> </File> <File + RelativePath="..\..\engines\agos\script_pn.cpp"> + </File> + <File RelativePath="..\..\engines\agos\script_pp.cpp"> </File> <File @@ -262,6 +268,9 @@ RelativePath="..\..\engines\agos\vga_ff.cpp"> </File> <File + RelativePath="..\..\engines\agos\vga_pn.cpp"> + </File> + <File RelativePath="..\..\engines\agos\vga_s1.cpp"> </File> <File diff --git a/dists/msvc8/agos.vcproj b/dists/msvc8/agos.vcproj index 3fd581a45b..2069389402 100644 --- a/dists/msvc8/agos.vcproj +++ b/dists/msvc8/agos.vcproj @@ -54,7 +54,7 @@ ForceConformanceInForLoopScope="true" UsePrecompiledHeader="0" WarningLevel="4" - WarnAsError="true" + WarnAsError="false" SuppressStartupBanner="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" @@ -271,6 +271,10 @@ > </File> <File + RelativePath="..\..\engines\agos\pn.cpp" + > + </File> + <File RelativePath="..\..\engines\agos\res.cpp" > </File> @@ -307,6 +311,10 @@ > </File> <File + RelativePath="..\..\engines\agos\script_pn.cpp" + > + </File> + <File RelativePath="..\..\engines\agos\script_pp.cpp" > </File> @@ -359,6 +367,10 @@ > </File> <File + RelativePath="..\..\engines\agos\vga_pn.cpp" + > + </File> + <File RelativePath="..\..\engines\agos\vga_s1.cpp" > </File> diff --git a/dists/msvc9/agos.vcproj b/dists/msvc9/agos.vcproj index a584d8719a..fdf8c0d52a 100644 --- a/dists/msvc9/agos.vcproj +++ b/dists/msvc9/agos.vcproj @@ -55,7 +55,7 @@ ForceConformanceInForLoopScope="true" UsePrecompiledHeader="0" WarningLevel="4" - WarnAsError="true" + WarnAsError="false" SuppressStartupBanner="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" @@ -272,6 +272,10 @@ > </File> <File + RelativePath="..\..\engines\agos\pn.cpp" + > + </File> + <File RelativePath="..\..\engines\agos\res.cpp" > </File> @@ -308,6 +312,10 @@ > </File> <File + RelativePath="..\..\engines\agos\script_pn.cpp" + > + </File> + <File RelativePath="..\..\engines\agos\script_pp.cpp" > </File> @@ -360,6 +368,10 @@ > </File> <File + RelativePath="..\..\engines\agos\vga_pn.cpp" + > + </File> + <File RelativePath="..\..\engines\agos\vga_s1.cpp" > </File> |