aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Boutonné2009-06-25 10:03:23 +0000
committerArnaud Boutonné2009-06-25 10:03:23 +0000
commit33a836fc5661d1c3b7fcf73248a32aca63e4e9a5 (patch)
treee77b791b18d82c9f69c216cfe6e3f8872125e711
parent215ffb189d23640237ec25d7cb7ac8c6624958b7 (diff)
downloadscummvm-rg350-33a836fc5661d1c3b7fcf73248a32aca63e4e9a5.tar.gz
scummvm-rg350-33a836fc5661d1c3b7fcf73248a32aca63e4e9a5.tar.bz2
scummvm-rg350-33a836fc5661d1c3b7fcf73248a32aca63e4e9a5.zip
Fix compilation issue for MSVC
svn-id: r41858
-rw-r--r--dists/msvc7/gob.vcproj12
-rw-r--r--dists/msvc71/gob.vcproj12
-rw-r--r--dists/msvc8/gob.vcproj16
-rw-r--r--dists/msvc9/gob.vcproj16
4 files changed, 56 insertions, 0 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj
index 3f8b0a944a..1f74676279 100644
--- a/dists/msvc7/gob.vcproj
+++ b/dists/msvc7/gob.vcproj
@@ -173,6 +173,18 @@
RelativePath="..\..\engines\gob\demos\batplayer.h">
</File>
<File
+ RelativePath="..\..\engines\gob\resources.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\resources.h">
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\totfile.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\totfile.h">
+ </File>
+ <File
RelativePath="..\..\engines\gob\script.cpp">
</File>
<File
diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj
index effdedbacc..bbeef85109 100644
--- a/dists/msvc71/gob.vcproj
+++ b/dists/msvc71/gob.vcproj
@@ -187,6 +187,18 @@
RelativePath="..\..\engines\gob\demos\batplayer.h">
</File>
<File
+ RelativePath="..\..\engines\gob\resources.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\resources.h">
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\totfile.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\totfile.h">
+ </File>
+ <File
RelativePath="..\..\engines\gob\script.cpp">
</File>
<File
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj
index 116028958c..3df12a8403 100644
--- a/dists/msvc8/gob.vcproj
+++ b/dists/msvc8/gob.vcproj
@@ -259,6 +259,22 @@
>
</File>
<File
+ RelativePath="..\..\engines\gob\resources.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\resources.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\totfile.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\totfile.h"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\gob\script.cpp"
>
</File>
diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj
index 2a18f8677e..98bc1a935f 100644
--- a/dists/msvc9/gob.vcproj
+++ b/dists/msvc9/gob.vcproj
@@ -260,6 +260,22 @@
>
</File>
<File
+ RelativePath="..\..\engines\gob\resources.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\resources.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\totfile.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\totfile.h"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\gob\script.cpp"
>
</File>