diff options
author | truelight <truelight@openttd.org> | 2004-12-04 18:16:20 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-04 18:16:20 +0000 |
commit | 2c8f75e9284915ad2b9d94005f02505521bec4fe (patch) | |
tree | 048f2a9c683b79ed3ea74f306406b90c7ded885c | |
parent | d6a1f3e412834c52b09e297cffc36d0776cb7a92 (diff) | |
download | openttd-2c8f75e9284915ad2b9d94005f02505521bec4fe.tar.xz |
(svn r944) -Updated vc6 project file (Hackykid)
-rw-r--r-- | ttd.dsp | 68 |
1 files changed, 64 insertions, 4 deletions
@@ -212,10 +212,6 @@ SOURCE=.\gfx.c # End Source File
# Begin Source File
-SOURCE=.\newgrf.c
-# End Source File
-# Begin Source File
-
SOURCE=.\landscape.c
# End Source File
# Begin Source File
@@ -257,6 +253,10 @@ SOURCE=.\network.c # End Source File
# Begin Source File
+SOURCE=.\newgrf.c
+# End Source File
+# Begin Source File
+
SOURCE=.\oldloader.c
# End Source File
# Begin Source File
@@ -989,6 +989,66 @@ SOURCE=.\table\unmovable_land.h SOURCE=.\table\water_land.h
# End Source File
# End Group
+# Begin Group "Network Source Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\callback_table.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\dedicated.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_client.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_data.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_gamelist.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_server.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_udp.c
+# End Source File
+# End Group
+# Begin Group "Network Header Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\network_client.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_core.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_data.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_gamelist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_server.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\network_udp.h
+# End Source File
+# End Group
# Begin Source File
SOURCE=.\changelog.txt
|