diff options
author | rubidium <rubidium@openttd.org> | 2009-08-18 17:49:28 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-18 17:49:28 +0000 |
commit | 82105604c3d76fda3df94c5f6b556da00a5fb557 (patch) | |
tree | 8097e3589ac2f37e522557b9a545ee6a4a7ac6a3 /projects | |
parent | f595668650b342c5d7150fcbb1986b572a7f37e7 (diff) | |
download | openttd-82105604c3d76fda3df94c5f6b556da00a5fb557.tar.xz |
(svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belongs there
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 28 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 28 |
2 files changed, 32 insertions, 24 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 5c87c1779..4b06eacc7 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -600,10 +600,6 @@ > </File> <File - RelativePath=".\..\src\minilzo.cpp" - > - </File> - <File RelativePath=".\..\src\misc.cpp" > </File> @@ -1112,10 +1108,6 @@ > </File> <File - RelativePath=".\..\src\lzoconf.h" - > - </File> - <File RelativePath=".\..\src\map_func.h" > </File> @@ -1128,10 +1120,6 @@ > </File> <File - RelativePath=".\..\src\minilzo.h" - > - </File> - <File RelativePath=".\..\src\mixer.h" > </File> @@ -2341,6 +2329,22 @@ </File> </Filter> <Filter + Name="MiniLZO" + > + <File + RelativePath=".\..\src\3rdparty\minilzo\lzoconf.h" + > + </File> + <File + RelativePath=".\..\src\3rdparty\minilzo\minilzo.c" + > + </File> + <File + RelativePath=".\..\src\3rdparty\minilzo\minilzo.h" + > + </File> + </Filter> + <Filter Name="Script" > <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 6508cb1b0..7f0ca983f 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -597,10 +597,6 @@ > </File> <File - RelativePath=".\..\src\minilzo.cpp" - > - </File> - <File RelativePath=".\..\src\misc.cpp" > </File> @@ -1109,10 +1105,6 @@ > </File> <File - RelativePath=".\..\src\lzoconf.h" - > - </File> - <File RelativePath=".\..\src\map_func.h" > </File> @@ -1125,10 +1117,6 @@ > </File> <File - RelativePath=".\..\src\minilzo.h" - > - </File> - <File RelativePath=".\..\src\mixer.h" > </File> @@ -2338,6 +2326,22 @@ </File> </Filter> <Filter + Name="MiniLZO" + > + <File + RelativePath=".\..\src\3rdparty\minilzo\lzoconf.h" + > + </File> + <File + RelativePath=".\..\src\3rdparty\minilzo\minilzo.c" + > + </File> + <File + RelativePath=".\..\src\3rdparty\minilzo\minilzo.h" + > + </File> + </Filter> + <Filter Name="Script" > <File |