diff options
author | Darkvater <darkvater@openttd.org> | 2005-11-13 16:30:04 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-11-13 16:30:04 +0000 |
commit | 8a05c1e31d619a9ceeeb2230612b5ddc6a9abb5b (patch) | |
tree | 2bb18af265ef982249efaf19093d2268aa12ae56 | |
parent | 4a14a586e2f457d38e9fede1a494478105a8acfd (diff) | |
download | openttd-8a05c1e31d619a9ceeeb2230612b5ddc6a9abb5b.tar.xz |
(svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
-rw-r--r-- | openttd.dsp | 8 | ||||
-rw-r--r-- | openttd.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/openttd.dsp b/openttd.dsp index 8ecd2de6e..152fd46f9 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -413,6 +413,10 @@ SOURCE=.\spritecache.c # End Source File # Begin Source File +SOURCE=.\station_newgrf.c +# End Source File +# Begin Source File + SOURCE=.\StdAfx.c !IF "$(CFG)" == "openttd - Win32 Release" @@ -690,6 +694,10 @@ SOURCE=.\station.h # End Source File # Begin Source File +SOURCE=.\station_newgrf.h +# End Source File +# Begin Source File + SOURCE=.\StdAfx.h # End Source File # Begin Source File diff --git a/openttd.vcproj b/openttd.vcproj index fe500fa71..18aabf929 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -342,6 +342,9 @@ RelativePath=".\spritecache.c"> </File> <File + RelativePath=".\station_newgrf.c"> + </File> + <File RelativePath=".\StdAfx.c"> </File> <File @@ -550,6 +553,9 @@ RelativePath=".\station.h"> </File> <File + RelativePath=".\station_newgrf.h"> + </File> + <File RelativePath=".\StdAfx.h"> </File> <File |