diff options
author | Filippos Karapetis | 2008-11-13 12:25:19 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-11-13 12:25:19 +0000 |
commit | 04a33b48c073a34eaa66dbf9e92e9ad04ab1ff26 (patch) | |
tree | e664f98cce5c36a53b42a882d1cf81b74d8bb4d4 /dists | |
parent | ebb72cdfdff41ca876990c700974e6d3a9b6d5b6 (diff) | |
download | scummvm-rg350-04a33b48c073a34eaa66dbf9e92e9ad04ab1ff26.tar.gz scummvm-rg350-04a33b48c073a34eaa66dbf9e92e9ad04ab1ff26.tar.bz2 scummvm-rg350-04a33b48c073a34eaa66dbf9e92e9ad04ab1ff26.zip |
Updated the MSVC project files of the sword1 engine
svn-id: r35044
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/sword1.vcproj | 5 | ||||
-rw-r--r-- | dists/msvc71/sword1.vcproj | 5 | ||||
-rw-r--r-- | dists/msvc8/sword1.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc9/sword1.vcproj | 4 |
4 files changed, 16 insertions, 2 deletions
diff --git a/dists/msvc7/sword1.vcproj b/dists/msvc7/sword1.vcproj index f312bfd8c0..794e328cb5 100644 --- a/dists/msvc7/sword1.vcproj +++ b/dists/msvc7/sword1.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="7.00" + Version="7,00" Name="sword1" ProjectGUID="{C8AAE83E-198B-4ECA-A877-166827953979}" Keyword="Win32Proj"> @@ -131,6 +131,9 @@ RelativePath="..\..\engines\sword1\debug.h"> </File> <File + RelativePath="..\..\engines\sword1\detection.cpp"> + </File> + <File RelativePath="..\..\engines\sword1\eventman.cpp"> </File> <File diff --git a/dists/msvc71/sword1.vcproj b/dists/msvc71/sword1.vcproj index 953d6ca88f..d47d68a60d 100644 --- a/dists/msvc71/sword1.vcproj +++ b/dists/msvc71/sword1.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="7.10" + Version="7,10" Name="sword1" ProjectGUID="{C8AAE83E-198B-4ECA-A877-166827953979}" Keyword="Win32Proj"> @@ -145,6 +145,9 @@ RelativePath="..\..\engines\sword1\debug.h"> </File> <File + RelativePath="..\..\engines\sword1\detection.cpp"> + </File> + <File RelativePath="..\..\engines\sword1\eventman.cpp"> </File> <File diff --git a/dists/msvc8/sword1.vcproj b/dists/msvc8/sword1.vcproj index c242a42e70..68607ea57e 100644 --- a/dists/msvc8/sword1.vcproj +++ b/dists/msvc8/sword1.vcproj @@ -203,6 +203,10 @@ > </File> <File + RelativePath="..\..\engines\sword1\detection.cpp" + > + </File> + <File RelativePath="..\..\engines\sword1\eventman.cpp" > </File> diff --git a/dists/msvc9/sword1.vcproj b/dists/msvc9/sword1.vcproj index d636e044e4..c166edf375 100644 --- a/dists/msvc9/sword1.vcproj +++ b/dists/msvc9/sword1.vcproj @@ -204,6 +204,10 @@ > </File> <File + RelativePath="..\..\engines\sword1\detection.cpp" + > + </File> + <File RelativePath="..\..\engines\sword1\eventman.cpp" > </File> |