diff options
| author | Arnaud Boutonné | 2009-06-22 19:56:06 +0000 | 
|---|---|---|
| committer | Arnaud Boutonné | 2009-06-22 19:56:06 +0000 | 
| commit | e9ffb841796d3a10c6f548ce073f797398d8d28c (patch) | |
| tree | 58c2a7cb65b81a96a9436ec9252b4666a12ca3ea | |
| parent | 4597178cf949680e5b64f3f6ea93ea0783149804 (diff) | |
| download | scummvm-rg350-e9ffb841796d3a10c6f548ce073f797398d8d28c.tar.gz scummvm-rg350-e9ffb841796d3a10c6f548ce073f797398d8d28c.tar.bz2 scummvm-rg350-e9ffb841796d3a10c6f548ce073f797398d8d28c.zip | |
rename parse.h and .cpp to expression.h and .cpp
svn-id: r41778
| -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 | 
