diff options
author | Darkvater <Darkvater@openttd.org> | 2005-07-06 10:41:56 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2005-07-06 10:41:56 +0000 |
commit | 861df076770a06e9da1be68d1ea7b2b78ede3ec6 (patch) | |
tree | 97da427d8374d4e7833871bc1e99a40672c21114 | |
parent | 718a41f5171d180b8a20b6a2f31e8abefaf47763 (diff) | |
download | openttd-861df076770a06e9da1be68d1ea7b2b78ede3ec6.tar.xz |
(svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
-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 e4566d7ba..13518f8ac 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -218,6 +218,10 @@ SOURCE=.\pathfind.c # End Source File # Begin Source File +SOURCE=.\pbs.c +# End Source File + +# Begin Source File SOURCE=.\pool.c # End Source File @@ -459,6 +463,10 @@ SOURCE=.\pathfind.h # End Source File # Begin Source File +SOURCE=.\pbs.h +# End Source File + +# Begin Source File SOURCE=.\pool.h # End Source File diff --git a/openttd.vcproj b/openttd.vcproj index 2cbc2e4f5..f1b077979 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -266,6 +266,9 @@ RelativePath="pathfind.c"> </File> <File + RelativePath=".\pbs.c"> + </File> + <File RelativePath="players.c"> </File> <File @@ -445,6 +448,9 @@ RelativePath="pathfind.h"> </File> <File + RelativePath=".\pbs.h"> + </File> + <File RelativePath="player.h"> </File> <File |