diff options
author | Darkvater <Darkvater@openttd.org> | 2005-09-08 12:33:25 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2005-09-08 12:33:25 +0000 |
commit | 0f08a1c69421f2d0ec718d8b53404c53fb65606a (patch) | |
tree | 1359b092955b0b9f5a2425115354fad1ea43cbd3 | |
parent | 91c217867f8a98441055831c2d092115f45e5860 (diff) | |
download | openttd-0f08a1c69421f2d0ec718d8b53404c53fb65606a.tar.xz |
(svn r2923) Update project files for VS2003 and VS6 (rev2921)
-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 9336538fa..286aa2424 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -103,6 +103,10 @@ SOURCE=.\ai\default.c # End Source File # Begin Source File +SOURCE=.\ai\ai.c +# End Source File +# Begin Source File + SOURCE=.\ai\trolly\pathfinder.c # End Source File # Begin Source File @@ -498,6 +502,10 @@ SOURCE=.\ai\trolly\trolly.h # End Source File # Begin Source File +SOURCE=.\ai\ai.h +# End Source File +# Begin Source File + SOURCE=.\aystar.h # End Source File # Begin Source File diff --git a/openttd.vcproj b/openttd.vcproj index 11713db87..cbdb9db14 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -887,6 +887,12 @@ Name="AI Files" Filter=""> <File + RelativePath=".\ai\ai.c"> + </File> + <File + RelativePath=".\ai\ai.h"> + </File> + <File RelativePath=".\ai\default\default.c"> </File> <Filter |