diff options
-rw-r--r-- | dists/msvc7/gob.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc71/gob.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc8/gob.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc9/gob.vcproj | 12 |
4 files changed, 4 insertions, 28 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 144f1c6590..49f5b542ef 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -347,12 +347,6 @@ RelativePath="..\..\engines\gob\parse.h"> </File> <File - RelativePath="..\..\engines\gob\parse_v1.cpp"> - </File> - <File - RelativePath="..\..\engines\gob\parse_v2.cpp"> - </File> - <File RelativePath="..\..\engines\gob\save\savefile.h"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index ba112515a2..b955f2951f 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -361,12 +361,6 @@ RelativePath="..\..\engines\gob\parse.h"> </File> <File - RelativePath="..\..\engines\gob\parse_v1.cpp"> - </File> - <File - RelativePath="..\..\engines\gob\parse_v2.cpp"> - </File> - <File RelativePath="..\..\engines\gob\save\savefile.h"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 189527b87c..dd95afb3f7 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -491,14 +491,6 @@ > </File> <File - RelativePath="..\..\engines\gob\parse_v1.cpp" - > - </File> - <File - RelativePath="..\..\engines\gob\parse_v2.cpp" - > - </File> - <File RelativePath="..\..\engines\gob\save\savefile.h" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index c0c681ed1a..a0e6e6181c 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -440,6 +440,10 @@ > </File> <File + RelativePath="..\..\engines\gob\inter_playtoon.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\map.cpp" > </File> @@ -492,14 +496,6 @@ > </File> <File - RelativePath="..\..\engines\gob\parse_v1.cpp" - > - </File> - <File - RelativePath="..\..\engines\gob\parse_v2.cpp" - > - </File> - <File RelativePath="..\..\engines\gob\save\savefile.h" > </File> |