diff options
| -rw-r--r-- | dists/msvc7/kyra.vcproj | 12 | ||||
| -rw-r--r-- | dists/msvc71/kyra.vcproj | 12 | ||||
| -rw-r--r-- | dists/msvc8/kyra.vcproj | 16 | ||||
| -rw-r--r-- | dists/msvc9/kyra.vcproj | 16 | 
4 files changed, 56 insertions, 0 deletions
| diff --git a/dists/msvc7/kyra.vcproj b/dists/msvc7/kyra.vcproj index d547288d21..2e0e8669e9 100644 --- a/dists/msvc7/kyra.vcproj +++ b/dists/msvc7/kyra.vcproj @@ -193,6 +193,12 @@  			RelativePath="..\..\engines\kyra\kyra_v2.h">  		</File>  		<File +			RelativePath="..\..\engines\kyra\lol.cpp"> +		</File> +		<File +			RelativePath="..\..\engines\kyra\lol.h"> +		</File> +		<File  			RelativePath="..\..\engines\kyra\resource.cpp">  		</File>  		<File @@ -244,6 +250,12 @@  			RelativePath="..\..\engines\kyra\screen_lok.h">  		</File>  		<File +			RelativePath="..\..\engines\kyra\screen_lol.cpp"> +		</File> +		<File +			RelativePath="..\..\engines\kyra\screen_lol.h"> +		</File> +		<File  			RelativePath="..\..\engines\kyra\screen_mr.cpp">  		</File>  		<File diff --git a/dists/msvc71/kyra.vcproj b/dists/msvc71/kyra.vcproj index f37b1d85fc..efc37c251e 100644 --- a/dists/msvc71/kyra.vcproj +++ b/dists/msvc71/kyra.vcproj @@ -207,6 +207,12 @@  			RelativePath="..\..\engines\kyra\kyra_v2.h">  		</File>  		<File +			RelativePath="..\..\engines\kyra\lol.cpp"> +		</File> +		<File +			RelativePath="..\..\engines\kyra\lol.h"> +		</File> +		<File  			RelativePath="..\..\engines\kyra\resource.cpp">  		</File>  		<File @@ -258,6 +264,12 @@  			RelativePath="..\..\engines\kyra\screen_lok.h">  		</File>  		<File +			RelativePath="..\..\engines\kyra\screen_lol.cpp"> +		</File> +		<File +			RelativePath="..\..\engines\kyra\screen_lol.h"> +		</File> +		<File  			RelativePath="..\..\engines\kyra\screen_mr.cpp">  		</File>  		<File diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index c99abdc5bc..00f7749f4d 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -289,6 +289,14 @@  			>  		</File>  		<File +			RelativePath="..\..\engines\kyra\lol.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\kyra\lol.h" +			> +		</File> +		<File  			RelativePath="..\..\engines\kyra\resource.cpp"  			>  		</File> @@ -357,6 +365,14 @@  			>  		</File>  		<File +			RelativePath="..\..\engines\kyra\screen_lol.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\kyra\screen_lol.h" +			> +		</File> +		<File  			RelativePath="..\..\engines\kyra\screen_mr.cpp"  			>  		</File> diff --git a/dists/msvc9/kyra.vcproj b/dists/msvc9/kyra.vcproj index f56a2733b5..ba1b9eb949 100644 --- a/dists/msvc9/kyra.vcproj +++ b/dists/msvc9/kyra.vcproj @@ -290,6 +290,14 @@  			>  		</File>  		<File +			RelativePath="..\..\engines\kyra\lol.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\kyra\lol.h" +			> +		</File> +		<File  			RelativePath="..\..\engines\kyra\resource.cpp"  			>  		</File> @@ -358,6 +366,14 @@  			>  		</File>  		<File +			RelativePath="..\..\engines\kyra\screen_lol.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\kyra\screen_lol.h" +			> +		</File> +		<File  			RelativePath="..\..\engines\kyra\screen_mr.cpp"  			>  		</File> | 
