diff options
author | truelight <truelight@openttd.org> | 2004-12-16 14:57:25 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-16 14:57:25 +0000 |
commit | f6e23d726f015a0b1663da041cacf2c8404bdd35 (patch) | |
tree | 832180c549e00c58e979db89465c0c0d00feb60f | |
parent | 5e28fb8f97f7f57be4f62676fd96bd7b97103419 (diff) | |
download | openttd-f6e23d726f015a0b1663da041cacf2c8404bdd35.tar.xz |
(svn r1135) -Fix: added map.c/h to vc6 project file (bociusz)
-rw-r--r-- | ttd.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -216,6 +216,10 @@ SOURCE=.\landscape.c # End Source File
# Begin Source File
+SOURCE=.\map.c
+# End Source File
+# Begin Source File
+
SOURCE=.\md5.c
# End Source File
# Begin Source File
@@ -470,6 +474,10 @@ SOURCE=.\macros.h # End Source File
# Begin Source File
+SOURCE=.\map.h
+# End Source File
+# Begin Source File
+
SOURCE=.\md5.h
# End Source File
# Begin Source File
|