diff options
| -rw-r--r-- | dists/msvc7/gob.vcproj | 6 | ||||
| -rw-r--r-- | dists/msvc71/gob.vcproj | 6 | ||||
| -rw-r--r-- | dists/msvc8/gob.vcproj | 8 | ||||
| -rw-r--r-- | dists/msvc9/gob.vcproj | 8 | 
4 files changed, 28 insertions, 0 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 4dde98d640..0e1234a619 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -273,6 +273,9 @@  			RelativePath="..\..\engines\gob\inter_v5.cpp">  		</File>  		<File +			RelativePath="..\..\engines\gob\inter_v6.cpp"> +		</File> +		<File  			RelativePath="..\..\engines\gob\map.cpp">  		</File>  		<File @@ -369,6 +372,9 @@  			RelativePath="..\..\engines\gob\video_v2.cpp">  		</File>  		<File +			RelativePath="..\..\engines\gob\video_v6.cpp"> +		</File> +		<File  			RelativePath="..\..\engines\gob\videoplayer.cpp">  		</File>  		<File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 7f6ecc4a76..e97c38b199 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -287,6 +287,9 @@  			RelativePath="..\..\engines\gob\inter_v5.cpp">  		</File>  		<File +			RelativePath="..\..\engines\gob\inter_v6.cpp"> +		</File> +		<File  			RelativePath="..\..\engines\gob\map.cpp">  		</File>  		<File @@ -383,6 +386,9 @@  			RelativePath="..\..\engines\gob\video_v2.cpp">  		</File>  		<File +			RelativePath="..\..\engines\gob\video_v6.cpp"> +		</File> +		<File  			RelativePath="..\..\engines\gob\videoplayer.cpp">  		</File>  		<File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index e79f130035..02d3a779ff 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -395,6 +395,10 @@  			>  		</File>  		<File +			RelativePath="..\..\engines\gob\inter_v6.cpp" +			> +		</File> +		<File  			RelativePath="..\..\engines\gob\map.cpp"  			>  		</File> @@ -523,6 +527,10 @@  			>  		</File>  		<File +			RelativePath="..\..\engines\gob\video_v6.cpp" +			> +		</File> +		<File  			RelativePath="..\..\engines\gob\videoplayer.cpp"  			>  		</File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 99b2b52a67..f085cab37e 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -396,6 +396,10 @@  			>  		</File>  		<File +			RelativePath="..\..\engines\gob\inter_v6.cpp" +			> +		</File> +		<File  			RelativePath="..\..\engines\gob\map.cpp"  			>  		</File> @@ -524,6 +528,10 @@  			>  		</File>  		<File +			RelativePath="..\..\engines\gob\video_v6.cpp" +			> +		</File> +		<File  			RelativePath="..\..\engines\gob\videoplayer.cpp"  			>  		</File>  | 
