diff options
author | Filippos Karapetis | 2009-03-15 17:11:34 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-15 17:11:34 +0000 |
commit | adde70537a29d891247c8c9ce19d6e1dcd0d4e67 (patch) | |
tree | aee2f4ce2f2aeda351fe7625226b4b2c98616de2 /dists/msvc9 | |
parent | dcf32be3f656b0adda3feb3c07c1f5940ebfa979 (diff) | |
download | scummvm-rg350-adde70537a29d891247c8c9ce19d6e1dcd0d4e67.tar.gz scummvm-rg350-adde70537a29d891247c8c9ce19d6e1dcd0d4e67.tar.bz2 scummvm-rg350-adde70537a29d891247c8c9ce19d6e1dcd0d4e67.zip |
Updated MSVC project files for commit #39416 (moved vag.* from engines/sword1/ to sound/)
svn-id: r39423
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc9/sword1.vcproj | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index 2ce1a219aa..71b383815e 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -650,6 +650,14 @@ > </File> <File + RelativePath="..\..\sound\vag.cpp" + > + </File> + <File + RelativePath="..\..\sound\vag.h" + > + </File> + <File RelativePath="..\..\sound\voc.cpp" > </File> diff --git a/dists/msvc9/sword1.vcproj b/dists/msvc9/sword1.vcproj index 2ee3a01d85..c94cbe387f 100644 --- a/dists/msvc9/sword1.vcproj +++ b/dists/msvc9/sword1.vcproj @@ -319,14 +319,6 @@ RelativePath="..\..\engines\sword1\text.h" > </File> - <File - RelativePath="..\..\engines\sword1\vag.cpp" - > - </File> - <File - RelativePath="..\..\engines\sword1\vag.h" - > - </File> </Files> <Globals> </Globals> |