diff options
author | Filippos Karapetis | 2009-05-08 11:24:20 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-08 11:24:20 +0000 |
commit | 1c50778e46b763290f51073ea968973a5eb97bb3 (patch) | |
tree | 63d11be119be708fcc19f3e32c65ae9dba9edfcc | |
parent | 8346af68eccf16e73b004ee78014a48db1c5ff8a (diff) | |
download | scummvm-rg350-1c50778e46b763290f51073ea968973a5eb97bb3.tar.gz scummvm-rg350-1c50778e46b763290f51073ea968973a5eb97bb3.tar.bz2 scummvm-rg350-1c50778e46b763290f51073ea968973a5eb97bb3.zip |
Fixed compilation under all versions of MSVC (renamed sound/softsynth/opl/opl.cpp and .h into opl_impl.h and opl_inc.h respectively)
svn-id: r40379
-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> |