diff options
author | darkvater <darkvater@openttd.org> | 2005-03-14 18:20:00 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-03-14 18:20:00 +0000 |
commit | 4a6aef2799286cc2d068c9788b5c0890fd89a8e7 (patch) | |
tree | cd4ce58aae59afa7ae033e606661571d3dd8ba65 | |
parent | 7d0eff175a74324e0a6524956acb4940f1644260 (diff) | |
download | openttd-4a6aef2799286cc2d068c9788b5c0890fd89a8e7.tar.xz |
(svn r2008) - Fix: Added missing file (mixer.[ch]) to VS.NET and VS6 project files.
-rw-r--r-- | ttd.dsp | 4 | ||||
-rw-r--r-- | ttd.vcproj | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -261,6 +261,10 @@ SOURCE=.\misc.c # End Source File
# Begin Source File
+SOURCE=.\mixer.c
+# End Source File
+
+# Begin Source File
SOURCE=.\namegen.c
# End Source File
diff --git a/ttd.vcproj b/ttd.vcproj index 6852b1359..f19d971ce 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -530,6 +530,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\mixer.c">
+ </File>
+ <File
RelativePath="namegen.c">
<FileConfiguration
Name="Release|Win32">
@@ -1205,6 +1208,9 @@ RelativePath="md5.h">
</File>
<File
+ RelativePath=".\mixer.h">
+ </File>
+ <File
RelativePath=".\network.h">
</File>
<File
|