summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsignde <signde@openttd.org>2004-09-12 20:28:52 +0000
committersignde <signde@openttd.org>2004-09-12 20:28:52 +0000
commit1b498bca57457a5f46cc43baef225687e312692b (patch)
tree70b21a029048db06bdc4f9ac3eee69cc5d049f76
parentd6cab2e06d5538321be9d7b9e33822b3ff4ddc5a (diff)
downloadopenttd-1b498bca57457a5f46cc43baef225687e312692b.tar.xz
(svn r222) -Fix: Added network.h and console_cmd.c to MSVC6 Project
-Fix: Added console_cmd.c to the Makefile
-rw-r--r--Makefile2
-rw-r--r--ttd.dsp8
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b45d09b40..3055b58fc 100644
--- a/Makefile
+++ b/Makefile
@@ -449,7 +449,7 @@ endif
ttd_SOURCES = \
ai.c ai_build.c ai_new.c ai_pathfinder.c ai_shared.c aircraft_cmd.c \
aircraft_gui.c airport.c airport_gui.c aystar.c bridge_gui.c \
- clear_cmd.c command.c console.c disaster_cmd.c dock_gui.c dummy_land.c economy.c \
+ clear_cmd.c command.c console.c console_cmds.c disaster_cmd.c dock_gui.c dummy_land.c economy.c \
engine.c engine_gui.c fileio.c gfx.c graph_gui.c grfspecial.c \
industry_cmd.c industry_gui.c intro_gui.c landscape.c main_gui.c \
minilzo.c misc.c misc_cmd.c misc_gui.c music_gui.c namegen.c network.c \
diff --git a/ttd.dsp b/ttd.dsp
index 7a5f08f86..10837c215 100644
--- a/ttd.dsp
+++ b/ttd.dsp
@@ -188,6 +188,10 @@ SOURCE=.\console.c
# End Source File
# Begin Source File
+SOURCE=.\console_cmds.c
+# End Source File
+# Begin Source File
+
SOURCE=.\documentation.txt
# End Source File
# Begin Source File
@@ -458,6 +462,10 @@ SOURCE=.\macros.h
# End Source File
# Begin Source File
+SOURCE=.\network.h
+# End Source File
+# Begin Source File
+
SOURCE=.\news.h
# End Source File
# Begin Source File