[Scummvm-cvs-logs] SF.net SVN: scummvm:[40379] scummvm/trunk/dists

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri May 8 13:24:21 CEST 2009


Revision: 40379
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40379&view=rev
Author:   thebluegr
Date:     2009-05-08 11:24:20 +0000 (Fri, 08 May 2009)

Log Message:
-----------
Fixed compilation under all versions of MSVC (renamed sound/softsynth/opl/opl.cpp and .h into opl_impl.h and opl_inc.h respectively)

Modified Paths:
--------------
    scummvm/trunk/dists/msvc7/scummvm.vcproj
    scummvm/trunk/dists/msvc71/scummvm.vcproj
    scummvm/trunk/dists/msvc8/scummvm.vcproj
    scummvm/trunk/dists/msvc9/scummvm.vcproj

Modified: scummvm/trunk/dists/msvc7/scummvm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc7/scummvm.vcproj	2009-05-08 11:08:53 UTC (rev 40378)
+++ scummvm/trunk/dists/msvc7/scummvm.vcproj	2009-05-08 11:24:20 UTC (rev 40379)
@@ -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>

Modified: scummvm/trunk/dists/msvc71/scummvm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc71/scummvm.vcproj	2009-05-08 11:08:53 UTC (rev 40378)
+++ scummvm/trunk/dists/msvc71/scummvm.vcproj	2009-05-08 11:24:20 UTC (rev 40379)
@@ -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>

Modified: scummvm/trunk/dists/msvc8/scummvm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/scummvm.vcproj	2009-05-08 11:08:53 UTC (rev 40378)
+++ scummvm/trunk/dists/msvc8/scummvm.vcproj	2009-05-08 11:24:20 UTC (rev 40379)
@@ -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

Modified: scummvm/trunk/dists/msvc9/scummvm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/scummvm.vcproj	2009-05-08 11:08:53 UTC (rev 40378)
+++ scummvm/trunk/dists/msvc9/scummvm.vcproj	2009-05-08 11:24:20 UTC (rev 40379)
@@ -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>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list