aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Boutonné2009-06-22 12:03:58 +0000
committerArnaud Boutonné2009-06-22 12:03:58 +0000
commitca10b516a34e36418b9349895c436a145f3c8008 (patch)
tree72c3b043ff367cf6d425ada850a8e4d92fea2531
parent59c32e72fb03e69518db0b6f06b4a87f3a811be9 (diff)
downloadscummvm-rg350-ca10b516a34e36418b9349895c436a145f3c8008.tar.gz
scummvm-rg350-ca10b516a34e36418b9349895c436a145f3c8008.tar.bz2
scummvm-rg350-ca10b516a34e36418b9349895c436a145f3c8008.zip
Include recently added script.h and script.cpp
svn-id: r41766
-rw-r--r--dists/msvc7/gob.vcproj6
-rw-r--r--dists/msvc71/gob.vcproj6
-rw-r--r--dists/msvc8/gob.vcproj8
-rw-r--r--dists/msvc9/gob.vcproj8
4 files changed, 28 insertions, 0 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj
index 49f5b542ef..0b4d2cbf51 100644
--- a/dists/msvc7/gob.vcproj
+++ b/dists/msvc7/gob.vcproj
@@ -173,6 +173,12 @@
RelativePath="..\..\engines\gob\demos\batplayer.h">
</File>
<File
+ RelativePath="..\..\engines\gob\script.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\script.h">
+ </File>
+ <File
RelativePath="..\..\engines\gob\dataio.cpp">
</File>
<File
diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj
index b955f2951f..523b716e3a 100644
--- a/dists/msvc71/gob.vcproj
+++ b/dists/msvc71/gob.vcproj
@@ -187,6 +187,12 @@
RelativePath="..\..\engines\gob\demos\batplayer.h">
</File>
<File
+ RelativePath="..\..\engines\gob\script.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\script.h">
+ </File>
+ <File
RelativePath="..\..\engines\gob\dataio.cpp">
</File>
<File
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj
index dd95afb3f7..4303ce6e60 100644
--- a/dists/msvc8/gob.vcproj
+++ b/dists/msvc8/gob.vcproj
@@ -259,6 +259,14 @@
>
</File>
<File
+ RelativePath="..\..\engines\gob\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\script.h"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\gob\dataio.cpp"
>
</File>
diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj
index 84622328fb..b7116c1554 100644
--- a/dists/msvc9/gob.vcproj
+++ b/dists/msvc9/gob.vcproj
@@ -260,6 +260,14 @@
>
</File>
<File
+ RelativePath="..\..\engines\gob\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\script.h"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\gob\dataio.cpp"
>
</File>