diff options
author | truelight <truelight@openttd.org> | 2005-03-24 17:50:19 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-03-24 17:50:19 +0000 |
commit | 97910688443bedd1e0f09b917cc7e458c86322df (patch) | |
tree | 3f1f2c515648483ce43d9fa82ece445fb1295428 | |
parent | 2423eaac2c95155a27a40512e497982a91224064 (diff) | |
download | openttd-97910688443bedd1e0f09b917cc7e458c86322df.tar.xz |
(svn r2049) -Update: updated project files
-rw-r--r-- | ttd.dsp | 8 | ||||
-rw-r--r-- | ttd.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
@@ -332,6 +332,10 @@ SOURCE=.\w32dm.c # End Source File
# Begin Source File
+SOURCE=.\waypoint.c
+# End Source File
+
+# Begin Source File
SOURCE=.\w32dm2.cpp
@@ -515,6 +519,10 @@ SOURCE=.\viewport.h # End Source File
# Begin Source File
+SOURCE=.\waypoint.h
+# End Source File
+
+# Begin Source File
SOURCE=.\window.h
# End Source File
diff --git a/ttd.vcproj b/ttd.vcproj index 30ba74782..2df92bf42 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -760,6 +760,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\waypoint.c">
+ </File>
+ <File
RelativePath="widget.c">
<FileConfiguration
Name="Release|Win32">
@@ -965,6 +968,9 @@ RelativePath="viewport.h">
</File>
<File
+ RelativePath="waypoint.h">
+ </File>
+ <File
RelativePath="window.h">
</File>
</Filter>
|