summaryrefslogtreecommitdiff
path: root/openttd.dsp
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-09-08 14:31:13 +0000
committerDarkvater <darkvater@openttd.org>2005-09-08 14:31:13 +0000
commit5d3f87bcd8e9fd8bc1082a5796f404b8c3fff7bf (patch)
treeb4235b8d963d221f28fd376dcc82d2b22c4f7155 /openttd.dsp
parent45ca3b6336f1c6e7c2991319837132b607d482dc (diff)
downloadopenttd-5d3f87bcd8e9fd8bc1082a5796f404b8c3fff7bf.tar.xz
(svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Diffstat (limited to 'openttd.dsp')
-rw-r--r--openttd.dsp32
1 files changed, 28 insertions, 4 deletions
diff --git a/openttd.dsp b/openttd.dsp
index 286aa2424..8ecd2de6e 100644
--- a/openttd.dsp
+++ b/openttd.dsp
@@ -91,27 +91,51 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=.\ai\trolly\build.c
+SOURCE=.\ai\ai.c
+!IF "$(CFG)" == "openttd - Win32 Release"
+# ADD CPP /Yu"../stdafx.h"
+!ELSEIF "$(CFG)" == "openttd - Win32 Debug"
+!ENDIF
# End Source File
# Begin Source File
-SOURCE=.\ai\trolly\trolly.c.c
+SOURCE=.\ai\trolly\build.c
+!IF "$(CFG)" == "openttd - Win32 Release"
+# ADD CPP /Yu"../../stdafx.h"
+!ELSEIF "$(CFG)" == "openttd - Win32 Debug"
+!ENDIF
# End Source File
# Begin Source File
-SOURCE=.\ai\default.c
+SOURCE=.\ai\trolly\trolly.c
+!IF "$(CFG)" == "openttd - Win32 Release"
+# ADD CPP /Yu"../../stdafx.h"
+!ELSEIF "$(CFG)" == "openttd - Win32 Debug"
+!ENDIF
# End Source File
# Begin Source File
-SOURCE=.\ai\ai.c
+SOURCE=.\ai\default\default.c
+!IF "$(CFG)" == "openttd - Win32 Release"
+# ADD CPP /Yu"../../stdafx.h"
+!ELSEIF "$(CFG)" == "openttd - Win32 Debug"
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\ai\trolly\pathfinder.c
+!IF "$(CFG)" == "openttd - Win32 Release"
+# ADD CPP /Yu"../../stdafx.h"
+!ELSEIF "$(CFG)" == "openttd - Win32 Debug"
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\ai\trolly\shared.c
+!IF "$(CFG)" == "openttd - Win32 Release"
+# ADD CPP /Yu"../../stdafx.h"
+!ELSEIF "$(CFG)" == "openttd - Win32 Debug"
+!ENDIF
# End Source File
# Begin Source File