[Scummvm-cvs-logs] SF.net SVN: scummvm:[46357] tools/branches/gsoc2009-gui/dist/msvc9
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Sun Dec 13 01:08:17 CET 2009
Revision: 46357
http://scummvm.svn.sourceforge.net/scummvm/?rev=46357&view=rev
Author: strangerke
Date: 2009-12-13 00:08:16 +0000 (Sun, 13 Dec 2009)
Log Message:
-----------
Fix VCPROJ files for degob and dekyra so they now link!
Modified Paths:
--------------
tools/branches/gsoc2009-gui/dist/msvc9/degob.vcproj
tools/branches/gsoc2009-gui/dist/msvc9/dekyra.vcproj
Modified: tools/branches/gsoc2009-gui/dist/msvc9/degob.vcproj
===================================================================
--- tools/branches/gsoc2009-gui/dist/msvc9/degob.vcproj 2009-12-12 23:40:01 UTC (rev 46356)
+++ tools/branches/gsoc2009-gui/dist/msvc9/degob.vcproj 2009-12-13 00:08:16 UTC (rev 46357)
@@ -170,7 +170,71 @@
<References>
</References>
<Files>
- <File
+ <Filter
+ Name="utils"
+ >
+ <File
+ RelativePath="..\..\utils\adpcm.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\adpcm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\audiostream.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\audiostream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\file.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\file.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\md5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\pack-end.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\pack-start.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\voc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\voc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\wave.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\wave.h"
+ >
+ </File>
+ </Filter>
+ <File
RelativePath="..\..\util.h"
>
</File>
@@ -222,3 +286,4 @@
<Globals>
</Globals>
</VisualStudioProject>
+
Modified: tools/branches/gsoc2009-gui/dist/msvc9/dekyra.vcproj
===================================================================
--- tools/branches/gsoc2009-gui/dist/msvc9/dekyra.vcproj 2009-12-12 23:40:01 UTC (rev 46356)
+++ tools/branches/gsoc2009-gui/dist/msvc9/dekyra.vcproj 2009-12-13 00:08:16 UTC (rev 46357)
@@ -170,7 +170,71 @@
<References>
</References>
<Files>
- <File
+ <Filter
+ Name="utils"
+ >
+ <File
+ RelativePath="..\..\utils\adpcm.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\adpcm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\audiostream.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\audiostream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\file.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\file.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\md5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\pack-end.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\pack-start.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\voc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\voc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\wave.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\wave.h"
+ >
+ </File>
+ </Filter>
+ <File
RelativePath="..\..\dekyra.cpp"
>
</File>
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