diff options
-rw-r--r-- | StdAfx.c | 10 | ||||
-rw-r--r-- | openttd.vcproj | 6 | ||||
-rw-r--r-- | openttd_vs80.vcproj | 4 |
3 files changed, 1 insertions, 19 deletions
diff --git a/StdAfx.c b/StdAfx.c deleted file mode 100644 index 0e1477947..000000000 --- a/StdAfx.c +++ /dev/null @@ -1,10 +0,0 @@ -/* $Id$ */ - -// stdafx.cpp : source file that includes just the standard includes -// ttd.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/openttd.vcproj b/openttd.vcproj index f7a5d89bd..00283267d 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -376,9 +376,6 @@ RelativePath=".\spritecache.c"> </File> <File - RelativePath=".\StdAfx.c"> - </File> - <File RelativePath=".\string.c"> </File> <File @@ -479,8 +476,7 @@ RelativePath=".\functions.h"> </File> <File - RelativePath=".\genworld.h" - > + RelativePath=".\genworld.h"> </File> <File RelativePath=".\gfx.h"> diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj index 907241a44..48d48f4af 100644 --- a/openttd_vs80.vcproj +++ b/openttd_vs80.vcproj @@ -749,10 +749,6 @@ >
</File>
<File
- RelativePath=".\StdAfx.c"
- >
- </File>
- <File
RelativePath=".\string.c"
>
</File>
|