diff options
author | truelight <truelight@openttd.org> | 2004-12-12 17:32:32 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-12 17:32:32 +0000 |
commit | 8057dd221482d22b5a5477c982cd0d7ac9be80f9 (patch) | |
tree | 10a205d49e330c8c73c6b59ac2933173da193be7 | |
parent | 96bf7074e3c6b2136b5f85ac5d78180a3e4395de (diff) | |
download | openttd-8057dd221482d22b5a5477c982cd0d7ac9be80f9.tar.xz |
(svn r1029) -Update: also added md5.h to vc6 / vc.net project files (bociusz)
-rw-r--r-- | ttd.dsp | 4 | ||||
-rw-r--r-- | ttd.vcproj | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -470,6 +470,10 @@ SOURCE=.\macros.h # End Source File
# Begin Source File
+SOURCE=.\md5.h
+# End Source File
+# Begin Source File
+
SOURCE=.\network.h
# End Source File
# Begin Source File
diff --git a/ttd.vcproj b/ttd.vcproj index 5d556078e..0c93a1ffe 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -1167,6 +1167,9 @@ RelativePath="macros.h">
</File>
<File
+ RelativePath="md5.h">
+ </File>
+ <File
RelativePath=".\network.h">
</File>
<File
|