mirror of https://github.com/OpenTTD/OpenTTD
(svn r1804) Bring MSVC project files up to date (bociusz)
parent
f0f85a7ef3
commit
7278f72157
12
ttd.dsp
12
ttd.dsp
|
@ -191,6 +191,10 @@ SOURCE=.\console.c
|
|||
SOURCE=.\console_cmds.c
|
||||
# End Source File
|
||||
|
||||
# Begin Source File
|
||||
SOURCE=.\debug.c
|
||||
# End Source File
|
||||
|
||||
# Begin Source File
|
||||
SOURCE=.\documentation.txt
|
||||
# End Source File
|
||||
|
@ -457,6 +461,10 @@ SOURCE=.\command.h
|
|||
SOURCE=.\console.h
|
||||
# End Source File
|
||||
|
||||
# Begin Source File
|
||||
SOURCE=.\debug.h
|
||||
# End Source File
|
||||
|
||||
# Begin Source File
|
||||
SOURCE=.\economy.h
|
||||
# End Source File
|
||||
|
@ -796,10 +804,6 @@ SOURCE=.\table\build_industry.h
|
|||
SOURCE=.\table\clear_land.h
|
||||
# End Source File
|
||||
|
||||
# Begin Source File
|
||||
SOURCE=.\table\directions.h
|
||||
# End Source File
|
||||
|
||||
# Begin Source File
|
||||
SOURCE=.\table\engines.h
|
||||
# End Source File
|
||||
|
|
|
@ -309,6 +309,9 @@
|
|||
<File
|
||||
RelativePath=".\console_cmds.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\debug.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dedicated.c">
|
||||
</File>
|
||||
|
@ -1157,6 +1160,9 @@
|
|||
<File
|
||||
RelativePath="console.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="debug.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="economy.h">
|
||||
</File>
|
||||
|
@ -2534,9 +2540,6 @@
|
|||
<File
|
||||
RelativePath="table\clear_land.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\table\directions.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="table\engines.h">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue