openttd.dsp
author tron
Sun, 14 Aug 2005 18:10:18 +0000
changeset 2340 0a9f3eeccb96
parent 2318 c54eda6b4eff
child 2383 80ff60d10aed
permissions -rw-r--r--
(svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
This doesn't ease the global variable mess, but makes the distinction between sprite heap and gfx loading routines easier.
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
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
    45
# ADD CPP /nologo /Gr /Zp4 /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
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
    94
SOURCE=.\ai_build.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
    95
# 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
    96
# 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
    97
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
    98
SOURCE=.\ai_new.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
    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
2096
3043c62401d0 (svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to make room
truelight
parents: 2016
diff changeset
   102
SOURCE=.\ai_old.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
   103
# 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
   104
# 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
   105
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   106
SOURCE=.\ai_pathfinder.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
   107
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   108
# Begin Source File
1558
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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   110
SOURCE=.\ai_shared.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
   111
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   112
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   113
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   114
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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   118
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
   119
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   120
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   121
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   122
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
   123
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   124
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   125
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   126
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
   127
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   128
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   129
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   130
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
   131
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   132
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   133
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   134
SOURCE=.\currency.c
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   135
# End Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   136
# Begin Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   137
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   138
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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   142
SOURCE=.\video\dedicated_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   143
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   144
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   145
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   146
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   147
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   148
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   149
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   150
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   151
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   152
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   153
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   154
1558
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
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
   156
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   157
# Begin Source File
1558
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
2199
fda910149e15 (svn r2715) - Update MSVC project with dmusic.cpp updates
orudge
parents: 2193
diff changeset
   159
SOURCE=.\music\dmusic.cpp
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   160
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   161
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   162
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   163
# SUBTRACT CPP /YX /Yc /Yu
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   164
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   165
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   166
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   167
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   168
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   169
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   170
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   171
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   172
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
   173
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   174
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   175
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   176
SOURCE=.\driver.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   177
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   178
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   179
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   180
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
   181
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   182
# Begin Source File
1558
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
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
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
   185
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   186
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   187
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   188
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
   189
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   190
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   191
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   192
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
   193
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   194
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   195
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
   196
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
   197
# 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
   198
# 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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   204
SOURCE=.\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
   205
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   206
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   207
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=.\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
   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
2108
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
diff changeset
   212
SOURCE=.\mersenne.c
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
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
2108
56fb33886585 (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater
parents: 2096
diff changeset
   215
1558
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=.\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
   217
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   218
!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
   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
# 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
   221
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   222
!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
   223
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   224
# 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
   225
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   226
!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
   227
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
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   229
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   230
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
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
   232
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   233
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   234
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
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
   236
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   237
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   238
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
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
   240
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   241
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   242
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   243
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
   244
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   245
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   246
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
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
   248
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   249
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   250
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
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
   252
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   253
# Begin Source File
1558
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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   255
SOURCE=.\music\null_m.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   256
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   257
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   258
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   259
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   260
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   261
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   262
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   263
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   264
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   265
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   266
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   267
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   268
SOURCE=.\sound\null_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   269
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   270
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   271
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   272
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   273
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   274
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   275
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   276
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   277
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   278
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   279
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   280
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   281
SOURCE=.\video\null_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   282
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   283
!IF  "$(CFG)" == "openttd - Win32 Release"
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
# ADD CPP /Yu"../stdafx.h"
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
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
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
!ENDIF
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
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   292
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   293
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   294
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
   295
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   296
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   297
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   298
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
   299
# 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
   300
# 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
   301
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   302
SOURCE=.\openttd.rc
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   303
# 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
   304
# 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
   305
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   306
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
   307
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   308
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   309
2016
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
diff changeset
   310
SOURCE=.\pbs.c
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
diff changeset
   311
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   312
# Begin Source File
2016
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
diff changeset
   313
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   314
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
   315
# End Source File
2016
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
diff changeset
   316
# 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
   317
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   318
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
   319
# 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
   320
# 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
   321
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=.\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
   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
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   326
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
   327
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   328
# 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
   329
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   330
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
   331
# End Source File
2126
ec88a0292dd2 (svn r2636) 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
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   333
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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   338
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
   339
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   340
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   341
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   342
SOURCE=.\sound\sdl_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   343
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   344
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   345
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   346
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   347
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   348
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   349
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   350
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   351
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   352
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   353
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   354
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   355
SOURCE=.\video\sdl_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   356
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   357
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   358
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   359
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   360
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   361
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   362
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   363
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   364
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   365
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   366
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   367
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   368
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
   369
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   370
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   371
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   372
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
   373
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   374
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   375
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   376
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
   377
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   378
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   379
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   380
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
   381
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   382
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   383
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   384
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
   385
# 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
   386
# 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
   387
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   388
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
   389
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   390
!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
   391
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
# 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
   393
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1558
diff changeset
   394
!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
   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
!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
   397
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   398
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   399
# Begin Source File
1558
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
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
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
   402
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   403
# Begin Source File
1558
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
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
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
   406
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   407
# Begin Source File
1558
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
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
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
   410
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   411
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   412
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   413
SOURCE=.\thread.c
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   414
# End Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   415
# Begin Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   416
1558
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
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
   418
# 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
   419
# 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
   420
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
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
   422
# 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
   423
# 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
   424
# Begin Source File
1558
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
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
   427
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   428
# Begin Source File
1558
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
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
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
   431
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   432
# Begin Source File
1558
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
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
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
   435
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   436
# Begin Source File
1558
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
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   438
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
   439
# 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
   440
# 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
   441
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   442
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
   443
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   444
# Begin Source File
1558
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
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
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
   447
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   448
# Begin Source File
1558
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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   450
SOURCE=.\music\win32_m.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   451
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   452
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   453
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   454
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   455
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   456
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   457
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   458
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   459
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   460
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   461
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   462
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   463
SOURCE=.\sound\win32_s.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   464
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   465
!IF  "$(CFG)" == "openttd - Win32 Release"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   466
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   467
# ADD CPP /Yu"../stdafx.h"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   468
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   469
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   470
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   471
!ENDIF
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   472
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   473
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   474
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   475
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   476
SOURCE=.\video\win32_v.c
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   477
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   478
!IF  "$(CFG)" == "openttd - Win32 Release"
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
# ADD CPP /Yu"../stdafx.h"
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
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
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
!ENDIF
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
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   487
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   488
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   489
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
   490
# 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
   491
# 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
   492
# 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
   493
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   494
# 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
   495
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   496
2096
3043c62401d0 (svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to make room
truelight
parents: 2016
diff changeset
   497
SOURCE=.\ai_new.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
   498
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   499
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   500
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   501
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
   502
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   503
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   504
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   505
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
   506
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   507
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   508
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   509
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
   510
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   511
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   512
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   513
SOURCE=.\currency.h
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   514
# End Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   515
# Begin Source File
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
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=.\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
   518
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   519
# Begin Source File
1558
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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   521
SOURCE=.\video\dedicated_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   522
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   523
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   524
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   525
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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   529
SOURCE=.\music\dmusic.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   530
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   531
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   532
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   533
SOURCE=.\driver.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   534
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   535
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   536
1558
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=.\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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   545
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
   546
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   547
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   548
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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   553
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
   554
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   555
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   556
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
   557
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
   558
# 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
   559
# 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
   560
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   561
SOURCE=.\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
   562
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   563
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   564
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   565
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
   566
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   567
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   568
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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   589
SOURCE=.\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
   590
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   591
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   592
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   593
SOURCE=.\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
   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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   597
SOURCE=.\music\null_m.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   598
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   599
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   600
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   601
SOURCE=.\sound\null_s.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   602
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   603
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   604
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   605
SOURCE=.\video\null_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   606
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   607
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   608
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   609
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
   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
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   612
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   613
SOURCE=.\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
   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
2016
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
diff changeset
   617
SOURCE=.\pbs.h
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
diff changeset
   618
# End Source File
9713b1ba1b6d (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Darkvater
parents: 1948
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=.\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
   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
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   625
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
   626
# 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
   627
# 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
   628
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   629
SOURCE=.\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
   630
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   631
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   632
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   633
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
   634
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   635
# Begin Source File
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   636
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   637
SOURCE=.\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
   638
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   639
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   640
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   641
SOURCE=.\sound\sdl_s.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   642
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   643
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   644
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   645
SOURCE=.\video\sdl_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   646
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   647
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   648
1558
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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   653
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
   654
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   655
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   656
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=.\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
   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
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   661
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
   662
# 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
   663
# 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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   669
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
   670
# 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
   671
# 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
   672
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   673
SOURCE=.\thread.h
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   674
# End Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
diff changeset
   675
# Begin Source File
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2199
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=.\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
   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=.\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
   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=.\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   689
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
   690
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   691
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   692
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   693
SOURCE=.\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
   694
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   695
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   696
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=.\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
   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=.\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
   702
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   703
# Begin Source File
1558
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
2193
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   705
SOURCE=.\music\win32_m.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   706
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   707
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   708
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   709
SOURCE=.\sound\win32_s.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   710
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   711
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   712
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   713
SOURCE=.\video\win32_v.h
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   714
# End Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   715
# Begin Source File
4f1354798228 (svn r2708) Update MSVC6 project with recent changes
orudge
parents: 2126
diff changeset
   716
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   717
SOURCE=.\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
   718
# 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
   719
# 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
   720
# 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
   721
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
# 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
   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=.\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
   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=.\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
   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=.\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
   734
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   735
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   736
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   737
SOURCE=.\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
   738
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   739
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   740
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   741
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
   742
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   743
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   744
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   745
SOURCE=.\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
   746
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   747
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   748
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   749
SOURCE=.\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
   750
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   751
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   752
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
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
   754
# End Source File
2126
ec88a0292dd2 (svn r2636) 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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   826
# 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
   827
# 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
   828
# 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
   829
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
# 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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   858
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   859
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   860
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   861
SOURCE=.\rail_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
   862
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   863
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   864
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   865
SOURCE=.\road_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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   902
# End Source File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   903
# End Group
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   904
# Begin Group "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
   905
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   906
# PROP Default_Filter ""
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   907
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   908
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   909
SOURCE=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   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=.\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
   934
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   935
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   936
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   937
SOURCE=.\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
   938
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
   939
# Begin Source File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   940
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1545
diff changeset
   941
SOURCE=.\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
   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\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
  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\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
  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\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
  1010
# 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
  1011
# 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
  1012
# 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
  1013
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
# 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
  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=.\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
  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=.\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
  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=.\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
  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=.\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
  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=.\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
  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=.\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
  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=.\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
  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 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
  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=.\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
  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=.\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
  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_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
  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_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
  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_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
  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_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
  1070
# 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
  1071
# 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
  1072
# Begin Source File
1558
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
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
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
  1075
# End Source File
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1076
# Begin Source File
1558
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
2126
ec88a0292dd2 (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde
parents: 2108
diff changeset
  1078
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
  1079
# 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
  1080
# 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
  1081
1558
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
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
  1083
# 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
  1084
# 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
  1085
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
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
  1087
# 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
  1088
# 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
  1089
# End Project