diff options
author | truelight <truelight@openttd.org> | 2004-08-24 15:35:59 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-08-24 15:35:59 +0000 |
commit | 25c7ae2304b7da5c57fa3f5f1c635573eacdb584 (patch) | |
tree | 0ef9aac29a3075750e078ea6a811f813e756fac5 | |
parent | a0ba5a79394c4a6b8087bf5f2d076bba7ff13135 (diff) | |
download | openttd-25c7ae2304b7da5c57fa3f5f1c635573eacdb584.tar.xz |
(svn r133) -Update: console.c/h added to VC.Net project
-rw-r--r-- | ttd.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ttd.vcproj b/ttd.vcproj index 69abe2e45..8b647d0fb 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -293,6 +293,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\console.c">
+ </File>
+ <File
RelativePath="economy.c">
<FileConfiguration
Name="Release|Win32">
@@ -1099,6 +1102,9 @@ RelativePath="command.h">
</File>
<File
+ RelativePath="console.h">
+ </File>
+ <File
RelativePath="economy.h">
</File>
<File
|