diff options
-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 |