diff options
| -rw-r--r-- | dists/msvc7/gob.vcproj | 4 | ||||
| -rw-r--r-- | dists/msvc71/gob.vcproj | 4 | ||||
| -rw-r--r-- | dists/msvc8/gob.vcproj | 4 | ||||
| -rw-r--r-- | dists/msvc9/gob.vcproj | 4 | 
4 files changed, 8 insertions, 8 deletions
| diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 0b4d2cbf51..3f8b0a944a 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -347,10 +347,10 @@  			RelativePath="..\..\engines\gob\palanim.h">  		</File>  		<File -			RelativePath="..\..\engines\gob\parse.cpp"> +			RelativePath="..\..\engines\gob\expression.cpp">  		</File>  		<File -			RelativePath="..\..\engines\gob\parse.h"> +			RelativePath="..\..\engines\gob\expression.h">  		</File>  		<File  			RelativePath="..\..\engines\gob\save\savefile.h"> diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 523b716e3a..effdedbacc 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -361,10 +361,10 @@  			RelativePath="..\..\engines\gob\palanim.h">  		</File>  		<File -			RelativePath="..\..\engines\gob\parse.cpp"> +			RelativePath="..\..\engines\gob\expression.cpp">  		</File>  		<File -			RelativePath="..\..\engines\gob\parse.h"> +			RelativePath="..\..\engines\gob\expression.h">  		</File>  		<File  			RelativePath="..\..\engines\gob\save\savefile.h"> diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 4303ce6e60..116028958c 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -491,11 +491,11 @@  			>  		</File>  		<File -			RelativePath="..\..\engines\gob\parse.cpp" +			RelativePath="..\..\engines\gob\expression.cpp"  			>  		</File>  		<File -			RelativePath="..\..\engines\gob\parse.h" +			RelativePath="..\..\engines\gob\expression.h"  			>  		</File>  		<File diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index b7116c1554..2a18f8677e 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -492,11 +492,11 @@  			>  		</File>  		<File -			RelativePath="..\..\engines\gob\parse.cpp" +			RelativePath="..\..\engines\gob\expression.cpp"  			>  		</File>  		<File -			RelativePath="..\..\engines\gob\parse.h" +			RelativePath="..\..\engines\gob\expression.h"  			>  		</File>  		<File | 
