diff options
author | rubidium <rubidium@openttd.org> | 2009-08-21 20:15:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-21 20:15:17 +0000 |
commit | 60a3bc903460476cffc6888e9f2e6345159d032e (patch) | |
tree | 4a5316d70cd9a228bea58bfeafb84f7f2f620e8d /projects | |
parent | a27e7231b4a0b5b065b6faeea4c79283722cd6a9 (diff) | |
download | openttd-60a3bc903460476cffc6888e9f2e6345159d032e.tar.xz |
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 20 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 20 |
2 files changed, 24 insertions, 16 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 6590524cd..a42c1db8a 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -596,10 +596,6 @@ > </File> <File - RelativePath=".\..\src\md5.cpp" - > - </File> - <File RelativePath=".\..\src\misc.cpp" > </File> @@ -1116,10 +1112,6 @@ > </File> <File - RelativePath=".\..\src\md5.h" - > - </File> - <File RelativePath=".\..\src\mixer.h" > </File> @@ -2329,6 +2321,18 @@ </File> </Filter> <Filter + Name="MD5" + > + <File + RelativePath=".\..\src\3rdparty\md5\md5.cpp" + > + </File> + <File + RelativePath=".\..\src\3rdparty\md5\md5.h" + > + </File> + </Filter> + <Filter Name="MiniLZO" > <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 5433539e5..cd2d44590 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -593,10 +593,6 @@ > </File> <File - RelativePath=".\..\src\md5.cpp" - > - </File> - <File RelativePath=".\..\src\misc.cpp" > </File> @@ -1113,10 +1109,6 @@ > </File> <File - RelativePath=".\..\src\md5.h" - > - </File> - <File RelativePath=".\..\src\mixer.h" > </File> @@ -2326,6 +2318,18 @@ </File> </Filter> <Filter + Name="MD5" + > + <File + RelativePath=".\..\src\3rdparty\md5\md5.cpp" + > + </File> + <File + RelativePath=".\..\src\3rdparty\md5\md5.h" + > + </File> + </Filter> + <Filter Name="MiniLZO" > <File |