mirror of https://github.com/OpenTTD/OpenTTD
(svn r2049) -Update: updated project files
parent
2423eaac2c
commit
9791068844
8
ttd.dsp
8
ttd.dsp
|
@ -331,6 +331,10 @@ SOURCE=.\viewport.c
|
||||||
SOURCE=.\w32dm.c
|
SOURCE=.\w32dm.c
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
||||||
|
# Begin Source File
|
||||||
|
SOURCE=.\waypoint.c
|
||||||
|
# End Source File
|
||||||
|
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\w32dm2.cpp
|
SOURCE=.\w32dm2.cpp
|
||||||
|
@ -514,6 +518,10 @@ SOURCE=.\vehicle_gui.h
|
||||||
SOURCE=.\viewport.h
|
SOURCE=.\viewport.h
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
||||||
|
# Begin Source File
|
||||||
|
SOURCE=.\waypoint.h
|
||||||
|
# End Source File
|
||||||
|
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
SOURCE=.\window.h
|
SOURCE=.\window.h
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
|
@ -759,6 +759,9 @@
|
||||||
CompileAs="2"/>
|
CompileAs="2"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\waypoint.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="widget.c">
|
RelativePath="widget.c">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -964,6 +967,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="viewport.h">
|
RelativePath="viewport.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="waypoint.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="window.h">
|
RelativePath="window.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue