diff options
author | Kari Salminen | 2008-04-23 14:58:30 +0000 |
---|---|---|
committer | Kari Salminen | 2008-04-23 14:58:30 +0000 |
commit | 4cd8f4fbb4945329aa94da16fe6f76c26cdd7a46 (patch) | |
tree | 916656a1fadc73f74914b5ccbedd36b654dce78a /dists | |
parent | d20dc45072a7af1976dd57986cc1ff7b967ac5db (diff) | |
download | scummvm-rg350-4cd8f4fbb4945329aa94da16fe6f76c26cdd7a46.tar.gz scummvm-rg350-4cd8f4fbb4945329aa94da16fe6f76c26cdd7a46.tar.bz2 scummvm-rg350-4cd8f4fbb4945329aa94da16fe6f76c26cdd7a46.zip |
Update MSVC project files for MADE (Added redreader.h and redreader.cpp introduced in r31661).
svn-id: r31663
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/made.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc71/made.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc8/made.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc9/made.vcproj | 8 |
4 files changed, 28 insertions, 0 deletions
diff --git a/dists/msvc7/made.vcproj b/dists/msvc7/made.vcproj index a9f37860ec..a42edd5473 100644 --- a/dists/msvc7/made.vcproj +++ b/dists/msvc7/made.vcproj @@ -124,6 +124,12 @@ RelativePath="..\..\engines\made\pmvplayer.h"> </File> <File + RelativePath="..\..\engines\made\redreader.cpp"> + </File> + <File + RelativePath="..\..\engines\made\redreader.h"> + </File> + <File RelativePath="..\..\engines\made\resource.cpp"> </File> <File diff --git a/dists/msvc71/made.vcproj b/dists/msvc71/made.vcproj index e37c1e0c56..fd37b04cd0 100644 --- a/dists/msvc71/made.vcproj +++ b/dists/msvc71/made.vcproj @@ -138,6 +138,12 @@ RelativePath="..\..\engines\made\pmvplayer.h"> </File> <File + RelativePath="..\..\engines\made\redreader.cpp"> + </File> + <File + RelativePath="..\..\engines\made\redreader.h"> + </File> + <File RelativePath="..\..\engines\made\resource.cpp"> </File> <File diff --git a/dists/msvc8/made.vcproj b/dists/msvc8/made.vcproj index db473496fc..d1ec076b67 100644 --- a/dists/msvc8/made.vcproj +++ b/dists/msvc8/made.vcproj @@ -197,6 +197,14 @@ > </File> <File + RelativePath="..\..\engines\made\redreader.cpp" + > + </File> + <File + RelativePath="..\..\engines\made\redreader.h" + > + </File> + <File RelativePath="..\..\engines\made\resource.cpp" > </File> diff --git a/dists/msvc9/made.vcproj b/dists/msvc9/made.vcproj index 2d0d30c1b7..69717898a5 100644 --- a/dists/msvc9/made.vcproj +++ b/dists/msvc9/made.vcproj @@ -198,6 +198,14 @@ > </File> <File + RelativePath="..\..\engines\made\redreader.cpp" + > + </File> + <File + RelativePath="..\..\engines\made\redreader.h" + > + </File> + <File RelativePath="..\..\engines\made\resource.cpp" > </File> |