openttd.dsp
author matthijs
Wed, 22 Mar 2006 22:26:16 +0000
branch0.4.5
changeset 9958 bed516c67d61
parent 9950 88a936946fc8
permissions -rw-r--r--
(svn r4041) [Debian] Change next version number to 0.4.6 instead of 0.4.5.1.
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
9950
88a936946fc8 (svn r4031) - Backport from trunk (r4030):
Darkvater
parents: 2916
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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   150
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
   151
# 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
   152
# 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
   153
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=.\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
   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_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
   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
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   162
SOURCE=.\currency.c
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   163
# End Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   164
# Begin Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   165
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
   166
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
   167
# 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
   168
# 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
   169
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   170
SOURCE=.\video\dedicated_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   171
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   172
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   173
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   174
# ADD CPP /Yu"../stdafx.h"
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
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
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
!ENDIF
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
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   181
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   182
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
   183
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
   184
# 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
   185
# 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
   186
2199
fda910149e15 (svn r2715) - Update MSVC project with dmusic.cpp updates
orudge
parents: 2193
diff changeset
   187
SOURCE=.\music\dmusic.cpp
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   188
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   189
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   190
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   191
# SUBTRACT CPP /YX /Yc /Yu
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
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
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
!ENDIF
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
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   198
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   199
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
   200
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
   201
# 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
   202
# 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
   203
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   204
SOURCE=.\driver.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   205
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   206
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   207
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
   208
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
   209
# 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
   210
# 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
   211
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=.\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
   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=.\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
   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=.\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
   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
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
   224
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
   225
# 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
   226
# 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
   227
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
   228
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
   229
# 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
   230
# 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
   231
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=.\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
   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=.\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
   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
2108
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
diff changeset
   240
SOURCE=.\mersenne.c
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
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
2108
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
diff changeset
   243
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
   244
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
   245
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   246
!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
   247
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
# 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
   249
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   250
!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
   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
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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   254
!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
   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
# 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
   257
# 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
   258
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
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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   283
SOURCE=.\music\null_m.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   284
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   285
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   286
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   287
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   288
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   289
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   290
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   291
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   292
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   293
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   294
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   295
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   296
SOURCE=.\sound\null_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   297
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   298
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   299
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   300
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   301
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   302
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   303
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   304
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   305
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   306
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   307
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   308
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   309
SOURCE=.\video\null_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   310
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   311
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   312
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   313
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   314
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   315
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   316
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   317
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   318
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   319
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   320
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   321
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
   322
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
   323
# 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
   324
# 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
   325
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
   326
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
   327
# 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
   328
# 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
   329
2742
bfa51fe0dac5 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
tron
parents: 2632
diff changeset
   330
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
   331
# 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
   332
# 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
   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=.\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
   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=.\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
   339
# End Source File
2016
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
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
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
   342
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
   343
# 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
   344
# 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
   345
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=.\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
   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
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   350
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
   351
# 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
   352
# 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
   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=.\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
   355
# 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
   356
# 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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   362
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
   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
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
   365
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   366
SOURCE=.\sound\sdl_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   367
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   368
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   369
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   370
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   371
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   372
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   373
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   374
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   375
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   376
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   377
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   378
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   379
SOURCE=.\video\sdl_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   380
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   381
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   382
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   383
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   384
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   385
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   386
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   387
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   388
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   389
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   390
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   391
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
   392
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
   393
# 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
   394
# 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
   395
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   396
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
   397
# 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
   398
# 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
   399
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   400
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
   401
# 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
   402
# 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
   403
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   404
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
   405
# 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
   406
# 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
   407
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=.\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
   409
# 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
   410
# 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
   411
2632
a6eb048ccab0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater
parents: 2399
diff changeset
   412
SOURCE=.\station_newgrf.c
a6eb048ccab0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater
parents: 2399
diff changeset
   413
# End Source File
a6eb048ccab0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater
parents: 2399
diff changeset
   414
# Begin Source File
a6eb048ccab0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater
parents: 2399
diff changeset
   415
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
   416
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
   417
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   418
!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
   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
# 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
   421
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   422
!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
   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
!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
   425
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
# 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
   427
# 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
   428
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
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
   430
# 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
   431
# 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
   432
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
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
   434
# 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
   435
# 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
   436
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
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
   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
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   441
SOURCE=.\thread.c
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   442
# End Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   443
# Begin Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   444
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
   445
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
   446
# 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
   447
# 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
   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=.\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
   450
# 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
   451
# 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
   452
# 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
   453
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   454
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
   455
# 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
   456
# 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
   457
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
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
   459
# 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
   460
# 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
   461
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   462
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
   463
# 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
   464
# 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
   465
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
   466
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
   467
# 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
   468
# 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
   469
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
   470
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
   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=.\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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   478
SOURCE=.\music\win32_m.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   479
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   480
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   481
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   482
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   483
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   484
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   485
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   486
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   487
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   488
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   489
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   490
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   491
SOURCE=.\sound\win32_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   492
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   493
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   494
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   495
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   496
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   497
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   498
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   499
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   500
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   501
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   502
# Begin Source File
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
SOURCE=.\video\win32_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   505
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   506
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   507
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   508
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   509
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   510
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   511
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   512
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   513
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   514
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   515
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   516
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
   517
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
   518
# 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
   519
# 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
   520
# 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
   521
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   522
# 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
   523
# 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
   524
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   525
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
   526
# 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
   527
# 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
   528
2397
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   529
SOURCE=.\ai\ai.h
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   530
# End Source File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   531
# Begin Source File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
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=.\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
   534
# 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
   535
# 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
   536
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
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
   538
# 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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   541
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
   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
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   545
SOURCE=.\currency.h
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   546
# End Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   547
# Begin Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
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=.\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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   553
SOURCE=.\video\dedicated_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   554
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   555
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
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=.\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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   561
SOURCE=.\music\dmusic.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   562
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   563
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   564
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   565
SOURCE=.\driver.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   566
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   567
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   573
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
   574
# 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
   575
# 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
   576
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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   581
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
   582
# 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
   583
# 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
   584
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   585
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
   586
# 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
   587
# 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
   588
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
   589
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
   590
# 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
   591
# 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
   592
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
   593
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
   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=.\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
   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=.\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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   609
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
   610
# 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
   611
# 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
   612
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=.\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
   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=.\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
   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=.\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
   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=.\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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   629
SOURCE=.\music\null_m.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   630
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   631
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   632
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   633
SOURCE=.\sound\null_s.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   634
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   635
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   636
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   637
SOURCE=.\video\null_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   638
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   639
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   640
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   641
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
   642
# 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
   643
# 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
   644
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
   645
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
   646
# 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
   647
# 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
   648
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   649
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
   650
# 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
   651
# 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
   652
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
   653
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
   654
# 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
   655
# 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
   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=.\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
   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
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   661
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
   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
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   664
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
   665
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
   666
# 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
   667
# 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
   668
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   669
SOURCE=.\sound\sdl_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\sdl_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
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
   677
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
   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
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
   680
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=.\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
   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=.\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
   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
2632
a6eb048ccab0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater
parents: 2399
diff changeset
   689
SOURCE=.\station_newgrf.h
a6eb048ccab0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater
parents: 2399
diff changeset
   690
# End Source File
a6eb048ccab0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater
parents: 2399
diff changeset
   691
# Begin Source File
a6eb048ccab0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater
parents: 2399
diff changeset
   692
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
   693
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
   694
# 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
   695
# 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
   696
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
   697
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
   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
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
   700
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   701
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
   702
# 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
   703
# 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
   704
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   705
SOURCE=.\thread.h
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   706
# End Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   707
# Begin Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   708
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
   709
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
   710
# 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
   711
# 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
   712
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   713
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
   714
# 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
   715
# 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
   716
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=.\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
   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=.\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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   729
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
   730
# 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
   731
# 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
   732
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=.\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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   737
SOURCE=.\music\win32_m.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   738
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   739
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   740
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   741
SOURCE=.\sound\win32_s.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   742
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   743
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   744
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   745
SOURCE=.\video\win32_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   746
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   747
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   748
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
   749
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
   750
# 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
   751
# 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
   752
# 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
   753
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   754
# 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
   755
# 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
   756
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=.\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
   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=.\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
   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=.\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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   773
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
   774
# 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
   775
# 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
   776
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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   781
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
   782
# 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
   783
# 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
   784
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   785
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
   786
# 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
   787
# 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
   788
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   789
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
   790
# 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
   791
# 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
   792
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=.\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
   794
# 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
   795
# 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
   796
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
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
   798
# 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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   858
# 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
   859
# 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
   860
# 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
   861
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
# 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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   902
# 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
   903
# 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
   904
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
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
   906
# 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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   934
# 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
   935
# 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
   936
# 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
   937
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
# 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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   978
# 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
   979
# 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
   980
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
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
   982
# 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
   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\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
   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\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
   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\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
   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\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
   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\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
  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\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
  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\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
  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\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
  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\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
  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\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
  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\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
  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\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
  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\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
  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\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
  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\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
  1042
# 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
  1043
# 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
  1044
# 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
  1045
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
# 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
  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=.\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
  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=.\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
  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=.\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
  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=.\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
  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=.\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
  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=.\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
  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=.\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
  1074
# 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
  1075
# 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
  1076
# 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
  1077
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
# 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
  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=.\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
  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=.\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
  1086
# 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
  1087
# 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
  1088
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
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
  1090
# 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
  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=.\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
  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=.\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
  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_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
  1102
# 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
  1103
# 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
  1104
# 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
  1105
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
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
  1107
# 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
  1108
# 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
  1109
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
  1110
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
  1111
# 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
  1112
# 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
  1113
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
  1114
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
  1115
# 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
  1116
# 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
  1117
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
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
  1119
# 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
  1120
# 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
  1121
# End Project