aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9
diff options
context:
space:
mode:
authorFilippos Karapetis2009-05-08 11:24:20 +0000
committerFilippos Karapetis2009-05-08 11:24:20 +0000
commit1c50778e46b763290f51073ea968973a5eb97bb3 (patch)
tree63d11be119be708fcc19f3e32c65ae9dba9edfcc /dists/msvc9
parent8346af68eccf16e73b004ee78014a48db1c5ff8a (diff)
downloadscummvm-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/msvc9')
-rw-r--r--dists/msvc9/scummvm.vcproj4
1 files changed, 2 insertions, 2 deletions
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>