diff options
author | Darkvater <darkvater@openttd.org> | 2006-03-15 21:09:10 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-03-15 21:09:10 +0000 |
commit | c51c86b2c8e4d456b42330122ad4852d772463cd (patch) | |
tree | 3beb42618855698869d60c45c46d257697274a4c | |
parent | 76aa40cecfda06accccbd126275754738c3d4511 (diff) | |
download | openttd-c51c86b2c8e4d456b42330122ad4852d772463cd.tar.xz |
(svn r3892) - Add missing file to VS project-file
-rw-r--r-- | openttd.dsp | 4 | ||||
-rw-r--r-- | openttd.vcproj | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/openttd.dsp b/openttd.dsp index 3ad60b977..1f333fc53 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -147,6 +147,10 @@ SOURCE=.\aystar.c # End Source File # Begin Source File +SOURCE=.\bridge_map.c +# End Source File +# Begin Source File + SOURCE=.\command.c # End Source File # Begin Source File diff --git a/openttd.vcproj b/openttd.vcproj index 75147bc82..f903f1703 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -167,6 +167,9 @@ RelativePath=".\aystar.c"> </File> <File + RelativePath=".\bridge_map.c"> + </File> + <File RelativePath=".\callback_table.c"> </File> <File |