openttd.dsp
author Darkvater
Wed, 22 Mar 2006 20:41:48 +0000
changeset 3298 f85d87c72d36
parent 3224 fd70771e0d6e
child 3323 cfda77cb7fed
permissions -rw-r--r--
(svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr)
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
     1
# Microsoft Developer Studio Project File - Name="openttd" - Package Owner=<4>
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
     2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
     3
# ** DO NOT EDIT **
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
     4
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
     5
# TARGTYPE "Win32 (x86) Console Application" 0x0103
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
     6
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
     7
CFG=openttd - Win32 Debug
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
     8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
     9
!MESSAGE use the Export Makefile command and run
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    10
!MESSAGE
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
    11
!MESSAGE NMAKE /f "openttd.mak".
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    12
!MESSAGE
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    13
!MESSAGE You can specify a configuration when running NMAKE
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    14
!MESSAGE by defining the macro CFG on the command line. For example:
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    15
!MESSAGE
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
    16
!MESSAGE NMAKE /f "openttd.mak" CFG="openttd - Win32 Debug"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    17
!MESSAGE
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    18
!MESSAGE Possible choices for configuration are:
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    19
!MESSAGE
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
    20
!MESSAGE "openttd - Win32 Release" (based on "Win32 (x86) Console Application")
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
    21
!MESSAGE "openttd - Win32 Debug" (based on "Win32 (x86) Console Application")
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    22
!MESSAGE
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    23
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    24
# Begin Project
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    25
# PROP AllowPerConfigDependencies 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    26
# PROP Scc_ProjName ""
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    27
# PROP Scc_LocalPath ""
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    28
CPP=cl.exe
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    29
RSC=rc.exe
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    30
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
    31
!IF  "$(CFG)" == "openttd - Win32 Release"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    32
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    33
# PROP BASE Use_MFC 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    34
# PROP BASE Use_Debug_Libraries 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    35
# PROP BASE Output_Dir "Release"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    36
# PROP BASE Intermediate_Dir "Release"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    37
# PROP BASE Target_Dir ""
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    38
# PROP Use_MFC 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    39
# PROP Use_Debug_Libraries 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    40
# PROP Output_Dir "Release"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    41
# PROP Intermediate_Dir "Release"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    42
# PROP Ignore_Export_Lib 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    43
# PROP Target_Dir ""
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    44
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
3298
f85d87c72d36 (svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr)
Darkvater
parents: 3224
diff changeset
    45
# ADD CPP /nologo /Gr /Zp4 /MT /W3 /Zi /Ox /Oa /Ow /Og /Oi /Os /Gf /Gy /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32_EXCEPTION_TRACKER" /D "WIN32_ENABLE_DIRECTMUSIC_SUPPORT" /D "WITH_PNG" /D "WITH_ZLIB" /D "ENABLE_NETWORK" /FAcs /FR /Yu"stdafx.h" /J /FD /c
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    46
# SUBTRACT CPP /WX /Ot
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    47
# ADD BASE RSC /l 0x809 /d "NDEBUG"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    48
# ADD RSC /l 0x809 /d "NDEBUG"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    49
BSC32=bscmake.exe
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    50
# ADD BASE BSC32 /nologo
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    51
# ADD BSC32 /nologo
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    52
LINK32=link.exe
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    53
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
2199
fda910149e15 (svn r2715) - Update MSVC project with dmusic.cpp updates
orudge
parents: 2193
diff changeset
    54
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib /nologo /subsystem:windows /map /machine:I386 /opt:nowin98
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    55
# SUBTRACT LINK32 /pdb:none
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    56
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
    57
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    58
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    59
# PROP BASE Use_MFC 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    60
# PROP BASE Use_Debug_Libraries 1
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    61
# PROP BASE Output_Dir "Debug"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    62
# PROP BASE Intermediate_Dir "Debug"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    63
# PROP BASE Target_Dir ""
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    64
# PROP Use_MFC 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    65
# PROP Use_Debug_Libraries 1
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    66
# PROP Output_Dir "Debug"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    67
# PROP Intermediate_Dir "Debug"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    68
# PROP Ignore_Export_Lib 0
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    69
# PROP Target_Dir ""
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    70
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
2199
fda910149e15 (svn r2715) - Update MSVC project with dmusic.cpp updates
orudge
parents: 2193
diff changeset
    71
# ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WITH_PNG" /D "WITH_ZLIB" /D "ENABLE_NETWORK" /D "WIN32_ENABLE_DIRECTMUSIC_SUPPORT" /YX"stdafx.h" /FD /GZ /c
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    72
# SUBTRACT CPP /WX /Fr
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    73
# ADD BASE RSC /l 0x809 /d "_DEBUG"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    74
# ADD RSC /l 0x809 /d "_DEBUG"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    75
BSC32=bscmake.exe
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    76
# ADD BASE BSC32 /nologo
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    77
# ADD BSC32 /nologo
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    78
LINK32=link.exe
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    79
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
2199
fda910149e15 (svn r2715) - Update MSVC project with dmusic.cpp updates
orudge
parents: 2193
diff changeset
    80
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    81
# SUBTRACT LINK32 /pdb:none
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    82
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    83
!ENDIF
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    84
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    85
# Begin Target
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    86
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
    87
# Name "openttd - Win32 Release"
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
    88
# Name "openttd - Win32 Debug"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    89
# Begin Group "Source Files"
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
    90
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    91
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
    92
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
    93
2399
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
    94
SOURCE=.\ai\ai.c
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
    95
!IF  "$(CFG)" == "openttd - Win32 Release"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
    96
# ADD CPP /Yu"../stdafx.h"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
    97
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
    98
!ENDIF
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
    99
# End Source File
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   100
# Begin Source File
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   101
2399
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   102
SOURCE=.\ai\trolly\build.c
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   103
!IF  "$(CFG)" == "openttd - Win32 Release"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   104
# ADD CPP /Yu"../../stdafx.h"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   105
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   106
!ENDIF
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   107
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   108
# Begin Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   109
2399
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   110
SOURCE=.\ai\trolly\trolly.c
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   111
!IF  "$(CFG)" == "openttd - Win32 Release"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   112
# ADD CPP /Yu"../../stdafx.h"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   113
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   114
!ENDIF
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   115
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   116
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   117
2399
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   118
SOURCE=.\ai\default\default.c
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   119
!IF  "$(CFG)" == "openttd - Win32 Release"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   120
# ADD CPP /Yu"../../stdafx.h"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   121
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   122
!ENDIF
2397
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   123
# End Source File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   124
# Begin Source File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   125
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   126
SOURCE=.\ai\trolly\pathfinder.c
2399
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   127
!IF  "$(CFG)" == "openttd - Win32 Release"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   128
# ADD CPP /Yu"../../stdafx.h"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   129
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   130
!ENDIF
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   131
# End Source File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   132
# Begin Source File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   133
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   134
SOURCE=.\ai\trolly\shared.c
2399
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   135
!IF  "$(CFG)" == "openttd - Win32 Release"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   136
# ADD CPP /Yu"../../stdafx.h"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   137
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
af093c585254 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater
parents: 2397
diff changeset
   138
!ENDIF
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   139
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   140
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   141
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   142
SOURCE=.\airport.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   143
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   144
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   145
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   146
SOURCE=.\aystar.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   147
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   148
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   149
3219
26c905075c5b (svn r3892) - Add missing file to VS project-file
Darkvater
parents: 3077
diff changeset
   150
SOURCE=.\bridge_map.c
26c905075c5b (svn r3892) - Add missing file to VS project-file
Darkvater
parents: 3077
diff changeset
   151
# End Source File
26c905075c5b (svn r3892) - Add missing file to VS project-file
Darkvater
parents: 3077
diff changeset
   152
# Begin Source File
26c905075c5b (svn r3892) - Add missing file to VS project-file
Darkvater
parents: 3077
diff changeset
   153
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   154
SOURCE=.\command.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   155
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   156
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   157
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   158
SOURCE=.\console.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   159
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   160
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   161
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   162
SOURCE=.\console_cmds.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   163
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   164
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   165
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   166
SOURCE=.\currency.c
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   167
# End Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   168
# Begin Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   169
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   170
SOURCE=.\debug.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   171
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   172
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   173
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   174
SOURCE=.\video\dedicated_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   175
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   176
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   177
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   178
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   179
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   180
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   181
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   182
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   183
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   184
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   185
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   186
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   187
SOURCE=.\depot.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   188
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   189
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   190
2199
fda910149e15 (svn r2715) - Update MSVC project with dmusic.cpp updates
orudge
parents: 2193
diff changeset
   191
SOURCE=.\music\dmusic.cpp
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   192
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   193
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   194
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   195
# SUBTRACT CPP /YX /Yc /Yu
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   196
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   197
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   198
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   199
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   200
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   201
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   202
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   203
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   204
SOURCE=.\documentation.txt
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   205
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   206
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   207
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   208
SOURCE=.\driver.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   209
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   210
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   211
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   212
SOURCE=.\economy.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   213
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   214
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   215
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   216
SOURCE=.\engine.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   217
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   218
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   219
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   220
SOURCE=.\fileio.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   221
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   222
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   223
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   224
SOURCE=.\gfx.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   225
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   226
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   227
2340
0a9f3eeccb96 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   228
SOURCE=.\gfxinit.c
0a9f3eeccb96 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   229
# End Source File
0a9f3eeccb96 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   230
# Begin Source File
0a9f3eeccb96 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   231
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   232
SOURCE=.\landscape.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   233
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   234
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   235
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   236
SOURCE=.\map.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   237
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   238
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   239
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   240
SOURCE=.\md5.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   241
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   242
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   243
2108
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
diff changeset
   244
SOURCE=.\mersenne.c
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
diff changeset
   245
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   246
# Begin Source File
2108
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
diff changeset
   247
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   248
SOURCE=.\minilzo.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   249
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   250
!IF  "$(CFG)" == "openttd - Win32 Release"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   251
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   252
# SUBTRACT CPP /YX /Yc /Yu
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   253
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   254
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   255
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   256
# SUBTRACT CPP /YX
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   257
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   258
!ENDIF
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   259
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   260
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   261
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   262
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   263
SOURCE=.\misc.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   264
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   265
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   266
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   267
SOURCE=.\mixer.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   268
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   269
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   270
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   271
SOURCE=.\namegen.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   272
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   273
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   274
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   275
SOURCE=.\network.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   276
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   277
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   278
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   279
SOURCE=.\newgrf.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   280
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   281
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   282
2962
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   283
SOURCE=.\newgrf_engine.c
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   284
# End Source File
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   285
# Begin Source File
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   286
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   287
SOURCE=.\newgrf_station.c
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   288
# End Source File
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   289
# Begin Source File
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   290
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   291
SOURCE=.\npf.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   292
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   293
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   294
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   295
SOURCE=.\music\null_m.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   296
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   297
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   298
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   299
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   300
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   301
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   302
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   303
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   304
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   305
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   306
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   307
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   308
SOURCE=.\sound\null_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   309
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   310
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   311
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   312
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   313
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   314
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   315
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   316
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   317
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   318
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   319
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   320
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   321
SOURCE=.\video\null_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   322
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   323
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   324
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   325
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   326
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   327
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   328
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   329
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   330
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   331
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   332
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   333
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   334
SOURCE=.\oldloader.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   335
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   336
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   337
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   338
SOURCE=.\openttd.c
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   339
# End Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   340
# Begin Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   341
2742
bfa51fe0dac5 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents: 2632
diff changeset
   342
SOURCE=.\ottdres.rc
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   343
# End Source File
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   344
# Begin Source File
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   345
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   346
SOURCE=.\pathfind.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   347
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   348
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   349
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   350
SOURCE=.\players.c
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   351
# End Source File
2016
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
diff changeset
   352
# Begin Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   353
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   354
SOURCE=.\pool.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   355
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   356
# Begin Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   357
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   358
SOURCE=.\queue.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   359
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   360
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   361
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   362
SOURCE=.\rail.c
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   363
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   364
# Begin Source File
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   365
3224
fd70771e0d6e (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Darkvater
parents: 3219
diff changeset
   366
SOURCE=.\road_map.c
fd70771e0d6e (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Darkvater
parents: 3219
diff changeset
   367
# End Source File
fd70771e0d6e (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Darkvater
parents: 3219
diff changeset
   368
# Begin Source File
fd70771e0d6e (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Darkvater
parents: 3219
diff changeset
   369
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   370
SOURCE=.\saveload.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   371
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   372
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   373
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   374
SOURCE=.\screenshot.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   375
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   376
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   377
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   378
SOURCE=.\sdl.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   379
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   380
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   381
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   382
SOURCE=.\sound\sdl_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   383
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   384
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   385
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   386
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   387
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   388
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   389
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   390
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   391
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   392
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   393
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   394
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   395
SOURCE=.\video\sdl_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   396
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   397
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   398
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   399
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   400
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   401
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   402
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   403
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   404
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   405
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   406
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   407
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   408
SOURCE=.\settings.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   409
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   410
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   411
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   412
SOURCE=.\signs.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   413
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   414
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   415
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   416
SOURCE=.\sound.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   417
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   418
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   419
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   420
SOURCE=.\sprite.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   421
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   422
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   423
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   424
SOURCE=.\spritecache.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   425
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   426
# Begin Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   427
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   428
SOURCE=.\StdAfx.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   429
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   430
!IF  "$(CFG)" == "openttd - Win32 Release"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   431
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   432
# ADD CPP /Yc"stdafx.h"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   433
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   434
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   435
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   436
!ENDIF
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   437
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   438
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   439
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   440
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   441
SOURCE=.\string.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   442
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   443
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   444
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   445
SOURCE=.\strings.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   446
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   447
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   448
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   449
SOURCE=.\texteff.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   450
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   451
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   452
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   453
SOURCE=.\thread.c
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   454
# End Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   455
# Begin Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   456
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   457
SOURCE=.\tile.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   458
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   459
# Begin Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   460
3224
fd70771e0d6e (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Darkvater
parents: 3219
diff changeset
   461
SOURCE=.\tunnel_map.c
fd70771e0d6e (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Darkvater
parents: 3219
diff changeset
   462
# End Source File
fd70771e0d6e (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Darkvater
parents: 3219
diff changeset
   463
# Begin Source File
fd70771e0d6e (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Darkvater
parents: 3219
diff changeset
   464
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   465
SOURCE=.\unix.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   466
# PROP Exclude_From_Build 1
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   467
# End Source File
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   468
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   469
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   470
SOURCE=.\vehicle.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   471
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   472
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   473
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   474
SOURCE=.\vehicle_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   475
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   476
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   477
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   478
SOURCE=.\viewport.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   479
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   480
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   481
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   482
SOURCE=.\waypoint.c
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   483
# End Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   484
# Begin Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   485
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   486
SOURCE=.\widget.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   487
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   488
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   489
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   490
SOURCE=.\win32.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   491
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   492
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   493
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   494
SOURCE=.\music\win32_m.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   495
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   496
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   497
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   498
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   499
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   500
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   501
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   502
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   503
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   504
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   505
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   506
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   507
SOURCE=.\sound\win32_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   508
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   509
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   510
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   511
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   512
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   513
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   514
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   515
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   516
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   517
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   518
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   519
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   520
SOURCE=.\video\win32_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   521
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   522
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   523
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   524
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   525
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   526
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   527
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   528
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   529
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   530
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   531
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   532
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   533
SOURCE=.\window.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   534
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   535
# End Group
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   536
# Begin Group "Header Files"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   537
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   538
# PROP Default_Filter "h;hpp;hxx;hm;inl"
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   539
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   540
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   541
SOURCE=.\ai\trolly\trolly.h
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   542
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   543
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   544
2397
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   545
SOURCE=.\ai\ai.h
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   546
# End Source File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   547
# Begin Source File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   548
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   549
SOURCE=.\aystar.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   550
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   551
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   552
3077
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   553
SOURCE=.\clear.h
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   554
# End Source File
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   555
# Begin Source File
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   556
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   557
SOURCE=.\command.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   558
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   559
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   560
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   561
SOURCE=.\console.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   562
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   563
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   564
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   565
SOURCE=.\currency.h
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   566
# End Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   567
# Begin Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   568
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   569
SOURCE=.\debug.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   570
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   571
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   572
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   573
SOURCE=.\video\dedicated_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   574
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   575
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   576
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   577
SOURCE=.\depot.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   578
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   579
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   580
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   581
SOURCE=.\music\dmusic.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   582
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   583
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   584
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   585
SOURCE=.\driver.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   586
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   587
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   588
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   589
SOURCE=.\economy.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   590
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   591
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   592
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   593
SOURCE=.\engine.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   594
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   595
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   596
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   597
SOURCE=.\fileio.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   598
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   599
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   600
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   601
SOURCE=.\functions.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   602
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   603
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   604
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   605
SOURCE=.\gfx.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   606
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   607
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   608
2340
0a9f3eeccb96 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   609
SOURCE=.\gfxinit.h
0a9f3eeccb96 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   610
# End Source File
0a9f3eeccb96 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   611
# Begin Source File
0a9f3eeccb96 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   612
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   613
SOURCE=.\gui.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   614
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   615
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   616
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   617
SOURCE=.\hal.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   618
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   619
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   620
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   621
SOURCE=.\industry.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   622
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   623
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   624
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   625
SOURCE=.\macros.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   626
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   627
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   628
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   629
SOURCE=.\map.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   630
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   631
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   632
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   633
SOURCE=.\md5.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   634
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   635
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   636
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   637
SOURCE=.\network.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   638
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   639
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   640
2962
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   641
SOURCE=.\newgrf.h
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   642
# End Source File
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   643
# Begin Source File
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   644
2983
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2963
diff changeset
   645
SOURCE=.\newgrf_callbacks.h
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2963
diff changeset
   646
# End Source File
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2963
diff changeset
   647
# Begin Source File
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2963
diff changeset
   648
2962
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   649
SOURCE=.\newgrf_engine.h
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   650
# End Source File
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   651
# Begin Source File
dbd168a4703a (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   652
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   653
SOURCE=.\newgrf_station.h
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   654
# End Source File
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   655
# Begin Source File
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   656
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   657
SOURCE=.\news.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   658
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   659
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   660
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   661
SOURCE=.\npf.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   662
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   663
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   664
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   665
SOURCE=.\music\null_m.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   666
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   667
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   668
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   669
SOURCE=.\sound\null_s.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   670
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   671
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   672
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   673
SOURCE=.\video\null_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   674
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   675
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   676
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   677
SOURCE=.\openttd.h
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   678
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   679
# Begin Source File
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   680
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   681
SOURCE=.\pathfind.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   682
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   683
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   684
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   685
SOURCE=.\player.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   686
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   687
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   688
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   689
SOURCE=.\pool.h
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   690
# End Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   691
# Begin Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   692
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   693
SOURCE=.\queue.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   694
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   695
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   696
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   697
SOURCE=.\rail.h
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   698
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   699
# Begin Source File
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   700
3077
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   701
SOURCE=.\road.h
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   702
# End Source File
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   703
# Begin Source File
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   704
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   705
SOURCE=.\saveload.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   706
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   707
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   708
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   709
SOURCE=.\sound\sdl_s.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   710
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   711
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   712
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   713
SOURCE=.\video\sdl_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   714
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   715
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   716
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   717
SOURCE=.\signs.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   718
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   719
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   720
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   721
SOURCE=.\sound.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   722
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   723
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   724
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   725
SOURCE=.\station.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   726
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   727
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   728
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   729
SOURCE=.\StdAfx.h
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   730
# End Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   731
# Begin Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   732
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   733
SOURCE=.\string.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   734
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   735
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   736
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   737
SOURCE=.\strings.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   738
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   739
# Begin Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   740
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   741
SOURCE=.\thread.h
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   742
# End Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   743
# Begin Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   744
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   745
SOURCE=.\tile.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   746
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   747
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   748
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   749
SOURCE=.\town.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   750
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   751
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   752
3077
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   753
SOURCE=.\train.h
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   754
# End Source File
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   755
# Begin Source File
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   756
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   757
SOURCE=.\variables.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   758
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   759
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   760
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   761
SOURCE=.\vehicle.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   762
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   763
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   764
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   765
SOURCE=.\vehicle_gui.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   766
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   767
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   768
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   769
SOURCE=.\viewport.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   770
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   771
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   772
3077
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   773
SOURCE=.\void.h
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   774
# End Source File
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   775
# Begin Source File
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   776
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   777
SOURCE=.\waypoint.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   778
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   779
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   780
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   781
SOURCE=.\music\win32_m.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   782
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   783
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   784
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   785
SOURCE=.\sound\win32_s.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   786
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   787
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   788
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   789
SOURCE=.\video\win32_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   790
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   791
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   792
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   793
SOURCE=.\window.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   794
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   795
# End Group
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   796
# Begin Group "Gui Source codes"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   797
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   798
# PROP Default_Filter ""
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   799
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   800
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   801
SOURCE=.\aircraft_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   802
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   803
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   804
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   805
SOURCE=.\airport_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   806
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   807
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   808
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   809
SOURCE=.\bridge_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   810
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   811
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   812
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   813
SOURCE=.\dock_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   814
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   815
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   816
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   817
SOURCE=.\engine_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   818
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   819
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   820
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   821
SOURCE=.\graph_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   822
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   823
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   824
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   825
SOURCE=.\industry_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   826
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   827
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   828
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   829
SOURCE=.\intro_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   830
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   831
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   832
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   833
SOURCE=.\main_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   834
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   835
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   836
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   837
SOURCE=.\misc_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   838
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   839
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   840
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   841
SOURCE=.\music_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   842
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   843
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   844
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   845
SOURCE=.\network_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   846
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   847
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   848
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   849
SOURCE=.\news_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   850
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   851
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   852
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   853
SOURCE=.\order_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   854
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   855
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   856
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   857
SOURCE=.\player_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   858
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   859
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   860
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   861
SOURCE=.\rail_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   862
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   863
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   864
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   865
SOURCE=.\road_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   866
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   867
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   868
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   869
SOURCE=.\roadveh_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   870
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   871
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   872
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   873
SOURCE=.\settings_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   874
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   875
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   876
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   877
SOURCE=.\ship_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   878
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   879
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   880
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   881
SOURCE=.\smallmap_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   882
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   883
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   884
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   885
SOURCE=.\station_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   886
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   887
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   888
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   889
SOURCE=.\subsidy_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   890
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   891
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   892
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   893
SOURCE=.\terraform_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   894
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   895
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   896
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   897
SOURCE=.\town_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   898
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   899
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   900
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   901
SOURCE=.\train_gui.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   902
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   903
# End Group
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   904
# Begin Group "Landscape"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   905
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   906
# PROP Default_Filter ""
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   907
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   908
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   909
SOURCE=.\aircraft_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   910
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   911
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   912
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   913
SOURCE=.\clear_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   914
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   915
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   916
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   917
SOURCE=.\disaster_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   918
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   919
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   920
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   921
SOURCE=.\dummy_land.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   922
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   923
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   924
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   925
SOURCE=.\industry_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   926
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   927
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   928
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   929
SOURCE=.\misc_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   930
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   931
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   932
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   933
SOURCE=.\order_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   934
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   935
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   936
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   937
SOURCE=.\rail_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   938
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   939
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   940
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   941
SOURCE=.\road_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   942
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   943
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   944
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   945
SOURCE=.\roadveh_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   946
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   947
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   948
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   949
SOURCE=.\ship_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   950
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   951
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   952
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   953
SOURCE=.\station_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   954
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   955
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   956
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   957
SOURCE=.\town_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   958
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   959
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   960
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   961
SOURCE=.\train_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   962
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   963
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   964
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   965
SOURCE=.\tree_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   966
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   967
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   968
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   969
SOURCE=.\tunnelbridge_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   970
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   971
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   972
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   973
SOURCE=.\unmovable_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   974
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   975
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   976
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   977
SOURCE=.\water_cmd.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   978
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   979
# End Group
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   980
# Begin Group "Tables"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   981
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   982
# PROP Default_Filter ""
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   983
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   984
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   985
SOURCE=.\table\ai_rail.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   986
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   987
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   988
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   989
SOURCE=.\table\allstrings.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   990
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   991
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   992
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   993
SOURCE=.\table\animcursors.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   994
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   995
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   996
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   997
SOURCE=.\table\autorail.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   998
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   999
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1000
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1001
SOURCE=.\table\build_industry.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1002
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1003
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1004
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1005
SOURCE=.\table\clear_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1006
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1007
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1008
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1009
SOURCE=.\table\engines.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1010
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1011
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1012
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1013
SOURCE=.\table\files.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1014
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1015
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1016
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1017
SOURCE=.\table\genland.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1018
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1019
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1020
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1021
SOURCE=.\table\industry_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1022
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1023
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1024
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1025
SOURCE=.\table\landscape_const.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1026
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1027
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1028
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1029
SOURCE=.\table\landscape_sprite.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1030
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1031
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1032
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1033
SOURCE=.\table\namegen.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1034
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1035
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1036
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1037
SOURCE=.\table\palettes.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1038
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1039
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1040
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1041
SOURCE=.\table\road_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1042
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1043
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1044
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1045
SOURCE=.\table\roadveh.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1046
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1047
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1048
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1049
SOURCE=.\table\sprites.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1050
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1051
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1052
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1053
SOURCE=.\table\station_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1054
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1055
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1056
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1057
SOURCE=.\table\strings.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1058
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1059
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1060
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1061
SOURCE=.\table\town_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1062
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1063
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1064
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1065
SOURCE=.\table\track_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1066
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1067
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1068
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1069
SOURCE=.\table\train_cmd.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1070
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1071
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1072
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1073
SOURCE=.\table\tree_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1074
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1075
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1076
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1077
SOURCE=.\table\tunnel_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1078
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1079
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1080
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1081
SOURCE=.\table\unmovable_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1082
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1083
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1084
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1085
SOURCE=.\table\water_land.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1086
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1087
# End Group
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1088
# Begin Group "Network Source Files"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1089
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1090
# PROP Default_Filter ""
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1091
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1092
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1093
SOURCE=.\callback_table.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1094
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1095
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1096
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1097
SOURCE=.\dedicated.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1098
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1099
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1100
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1101
SOURCE=.\network_client.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1102
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1103
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1104
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1105
SOURCE=.\network_data.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1106
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1107
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1108
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1109
SOURCE=.\network_gamelist.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1110
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1111
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1112
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1113
SOURCE=.\network_server.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1114
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1115
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1116
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1117
SOURCE=.\network_udp.c
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1118
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1119
# End Group
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1120
# Begin Group "Network Header Files"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1121
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1122
# PROP Default_Filter ""
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1123
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1124
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1125
SOURCE=.\network_client.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1126
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1127
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1128
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1129
SOURCE=.\network_core.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1130
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1131
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1132
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1133
SOURCE=.\network_data.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1134
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1135
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1136
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1137
SOURCE=.\network_gamelist.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1138
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1139
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1140
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1141
SOURCE=.\network_server.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1142
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1143
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1144
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1145
SOURCE=.\network_udp.h
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1146
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1147
# End Group
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1148
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1149
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1150
SOURCE=.\changelog.txt
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1151
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1152
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1153
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1154
SOURCE=.\mainicon.ico
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1155
# End Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1156
# Begin Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1157
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1158
SOURCE=.\openttd.ico
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1159
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1160
# Begin Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1161
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1162
SOURCE=.\ReadMe.txt
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1163
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1164
# End Target
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
  1165
# End Project