diff options
author | rubidium <rubidium@openttd.org> | 2010-07-19 17:28:27 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-19 17:28:27 +0000 |
commit | b8487afe5456d37efcc3bc622764715e7edbe6f3 (patch) | |
tree | fd0530c8715aea7dfbd2dffeb9e0fb2aecc783d4 /projects | |
parent | 644deff9d2939f49d7a4d22c1168ba3f46e98dfa (diff) | |
download | openttd-b8487afe5456d37efcc3bc622764715e7edbe6f3.tar.xz |
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 0 insertions, 12 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 6fdf426ac..93efda894 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -578,7 +578,6 @@ <ClInclude Include="..\src\transport_type.h" /> <ClInclude Include="..\src\tunnelbridge.h" /> <ClInclude Include="..\src\unmovable.h" /> - <ClInclude Include="..\src\variables.h" /> <ClInclude Include="..\src\vehicle_base.h" /> <ClInclude Include="..\src\vehicle_func.h" /> <ClInclude Include="..\src\vehicle_gui.h" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index e063b737a..4aa8f2819 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -937,9 +937,6 @@ <ClInclude Include="..\src\unmovable.h"> <Filter>Header Files</Filter> </ClInclude> - <ClInclude Include="..\src\variables.h"> - <Filter>Header Files</Filter> - </ClInclude> <ClInclude Include="..\src\vehicle_base.h"> <Filter>Header Files</Filter> </ClInclude> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index febd17297..b6697d750 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1580,10 +1580,6 @@ > </File> <File - RelativePath=".\..\src\variables.h" - > - </File> - <File RelativePath=".\..\src\vehicle_base.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index e21534b4f..a0c31ce14 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1577,10 +1577,6 @@ > </File> <File - RelativePath=".\..\src\variables.h" - > - </File> - <File RelativePath=".\..\src\vehicle_base.h" > </File> |