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 /dists/msvc71 | |
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
Diffstat (limited to 'dists/msvc71')
-rw-r--r-- | dists/msvc71/scummvm.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
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> |