diff options
| -rw-r--r-- | dists/msvc7/scummvm.vcproj | 4 | ||||
| -rw-r--r-- | dists/msvc71/scummvm.vcproj | 4 | ||||
| -rw-r--r-- | dists/msvc8/scummvm.vcproj | 8 | ||||
| -rw-r--r-- | dists/msvc9/scummvm.vcproj | 4 | 
4 files changed, 14 insertions, 6 deletions
diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index 3de74f5b3c..81c0a92e60 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -625,10 +625,10 @@  						RelativePath="..\..\sound\softsynth\opl\mame.h">  					</File>  					<File -						RelativePath="..\..\sound\softsynth\opl\opl.cpp"> +						RelativePath="..\..\sound\softsynth\opl\opl_impl.h">  					</File>  					<File -						RelativePath="..\..\sound\softsynth\opl\opl.h"> +						RelativePath="..\..\sound\softsynth\opl\opl_inc.h">  					</File>  				</Filter>  			</Filter> diff --git a/dists/msvc71/scummvm.vcproj b/dists/msvc71/scummvm.vcproj index d290334085..5f0ee3fb8e 100644 --- a/dists/msvc71/scummvm.vcproj +++ b/dists/msvc71/scummvm.vcproj @@ -639,10 +639,10 @@  						RelativePath="..\..\sound\softsynth\opl\mame.h">  					</File>  					<File -						RelativePath="..\..\sound\softsynth\opl\opl.cpp"> +						RelativePath="..\..\sound\softsynth\opl\opl_impl.h">  					</File>  					<File -						RelativePath="..\..\sound\softsynth\opl\opl.h"> +						RelativePath="..\..\sound\softsynth\opl\opl_inc.h">  					</File>  				</Filter>  			</Filter> diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index b19df79873..f57fa3b030 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -864,6 +864,14 @@  						RelativePath="..\..\sound\softsynth\opl\mame.h"  						>  					</File> +					<File +						RelativePath="..\..\sound\softsynth\opl\opl_impl.h" +						> +					</File> +					<File +						RelativePath="..\..\sound\softsynth\opl\opl_inc.h" +						> +					</File>  				</Filter>  			</Filter>  			<Filter diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index d8450d2594..87a8eaf07b 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -870,11 +870,11 @@  						>  					</File>  					<File -						RelativePath="..\..\sound\softsynth\opl\opl.cpp" +						RelativePath="..\..\sound\softsynth\opl\opl_impl.h"  						>  					</File>  					<File -						RelativePath="..\..\sound\softsynth\opl\opl.h" +						RelativePath="..\..\sound\softsynth\opl\opl_inc.h"  						>  					</File>  				</Filter>  | 
