diff options
author | Filippos Karapetis | 2009-03-14 17:45:41 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-14 17:45:41 +0000 |
commit | 480527153937efefb46765eca0387359aaf9ed99 (patch) | |
tree | e7d86f0af1c289ba2e62de3f163e264b9e6b9fe1 /dists | |
parent | d953ddd376cfab892379ff0ae539c4b9588ffdfa (diff) | |
download | scummvm-rg350-480527153937efefb46765eca0387359aaf9ed99.tar.gz scummvm-rg350-480527153937efefb46765eca0387359aaf9ed99.tar.bz2 scummvm-rg350-480527153937efefb46765eca0387359aaf9ed99.zip |
Updated the MSVC project files of the parallaction engine
svn-id: r39403
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/parallaction.vcproj | 7 | ||||
-rw-r--r-- | dists/msvc71/parallaction.vcproj | 7 | ||||
-rw-r--r-- | dists/msvc8/parallaction.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc9/parallaction.vcproj | 8 |
4 files changed, 22 insertions, 8 deletions
diff --git a/dists/msvc7/parallaction.vcproj b/dists/msvc7/parallaction.vcproj index b70a89f147..30e3ad5732 100644 --- a/dists/msvc7/parallaction.vcproj +++ b/dists/msvc7/parallaction.vcproj @@ -218,10 +218,13 @@ RelativePath="..\..\engines\parallaction\saveload.h"> </File> <File - RelativePath="..\..\engines\parallaction\sound.cpp"> + RelativePath="..\..\engines\parallaction\sound.h"> </File> <File - RelativePath="..\..\engines\parallaction\sound.h"> + RelativePath="..\..\engines\parallaction\sound_br.cpp"> + </File> + <File + RelativePath="..\..\engines\parallaction\sound_ns.cpp"> </File> <File RelativePath="..\..\engines\parallaction\staticres.cpp"> diff --git a/dists/msvc71/parallaction.vcproj b/dists/msvc71/parallaction.vcproj index 03d0350eae..52ff063d77 100644 --- a/dists/msvc71/parallaction.vcproj +++ b/dists/msvc71/parallaction.vcproj @@ -232,10 +232,13 @@ RelativePath="..\..\engines\parallaction\saveload.h"> </File> <File - RelativePath="..\..\engines\parallaction\sound.cpp"> + RelativePath="..\..\engines\parallaction\sound.h"> </File> <File - RelativePath="..\..\engines\parallaction\sound.h"> + RelativePath="..\..\engines\parallaction\sound_br.cpp"> + </File> + <File + RelativePath="..\..\engines\parallaction\sound_ns.cpp"> </File> <File RelativePath="..\..\engines\parallaction\staticres.cpp"> diff --git a/dists/msvc8/parallaction.vcproj b/dists/msvc8/parallaction.vcproj index b49585b678..ff0b5ff9c8 100644 --- a/dists/msvc8/parallaction.vcproj +++ b/dists/msvc8/parallaction.vcproj @@ -319,11 +319,15 @@ > </File> <File - RelativePath="..\..\engines\parallaction\sound.cpp" + RelativePath="..\..\engines\parallaction\sound.h" > </File> <File - RelativePath="..\..\engines\parallaction\sound.h" + RelativePath="..\..\engines\parallaction\sound_br.cpp" + > + </File> + <File + RelativePath="..\..\engines\parallaction\sound_ns.cpp" > </File> <File diff --git a/dists/msvc9/parallaction.vcproj b/dists/msvc9/parallaction.vcproj index fccab06b57..f09a194444 100644 --- a/dists/msvc9/parallaction.vcproj +++ b/dists/msvc9/parallaction.vcproj @@ -320,11 +320,15 @@ > </File> <File - RelativePath="..\..\engines\parallaction\sound.cpp" + RelativePath="..\..\engines\parallaction\sound.h" > </File> <File - RelativePath="..\..\engines\parallaction\sound.h" + RelativePath="..\..\engines\parallaction\sound_br.cpp" + > + </File> + <File + RelativePath="..\..\engines\parallaction\sound_ns.cpp" > </File> <File |