mirror of https://github.com/OpenTTD/OpenTTD
(svn r12969) -Codechange: remove a completely pointless file.
parent
8da41ec62e
commit
fb1db90cc6
|
@ -882,7 +882,7 @@ make_cflags_and_ldflags() {
|
||||||
|
|
||||||
# Each debug level reduces the optimalization by a bit
|
# Each debug level reduces the optimalization by a bit
|
||||||
if [ $enable_debug -ge 1 ]; then
|
if [ $enable_debug -ge 1 ]; then
|
||||||
CFLAGS="$CFLAGS -g -D_DEBUG"
|
CFLAGS="$CFLAGS -g -D_DEBUG -D_FORTIFY_SOURCE=2"
|
||||||
if [ "$os" = "PSP" ]; then
|
if [ "$os" = "PSP" ]; then
|
||||||
CFLAGS="$CFLAGS -G0"
|
CFLAGS="$CFLAGS -G0"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2391,10 +2391,6 @@
|
||||||
RelativePath=".\..\src\yapf\nodelist.hpp"
|
RelativePath=".\..\src\yapf\nodelist.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\yapf\track_dir.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\yapf\yapf.h"
|
RelativePath=".\..\src\yapf\yapf.h"
|
||||||
>
|
>
|
||||||
|
|
|
@ -2388,10 +2388,6 @@
|
||||||
RelativePath=".\..\src\yapf\nodelist.hpp"
|
RelativePath=".\..\src\yapf\nodelist.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\yapf\track_dir.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\yapf\yapf.h"
|
RelativePath=".\..\src\yapf\yapf.h"
|
||||||
>
|
>
|
||||||
|
|
|
@ -547,7 +547,6 @@ network/core/udp.h
|
||||||
# YAPF
|
# YAPF
|
||||||
yapf/follow_track.hpp
|
yapf/follow_track.hpp
|
||||||
yapf/nodelist.hpp
|
yapf/nodelist.hpp
|
||||||
yapf/track_dir.hpp
|
|
||||||
yapf/yapf.h
|
yapf/yapf.h
|
||||||
yapf/yapf.hpp
|
yapf/yapf.hpp
|
||||||
yapf/yapf_base.hpp
|
yapf/yapf_base.hpp
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
#ifndef TRACK_DIR_HPP
|
|
||||||
#define TRACK_DIR_HPP
|
|
||||||
|
|
||||||
#include "../openttd.h"
|
|
||||||
|
|
||||||
#endif /* TRACK_DIR_HPP */
|
|
|
@ -3,10 +3,7 @@
|
||||||
#ifndef YAPF_HPP
|
#ifndef YAPF_HPP
|
||||||
#define YAPF_HPP
|
#define YAPF_HPP
|
||||||
|
|
||||||
|
#include "../openttd.h"
|
||||||
|
|
||||||
#include "track_dir.hpp"
|
|
||||||
|
|
||||||
#include "../vehicle_base.h"
|
#include "../vehicle_base.h"
|
||||||
#include "../road_map.h"
|
#include "../road_map.h"
|
||||||
#include "../tunnel_map.h"
|
#include "../tunnel_map.h"
|
||||||
|
|
Loading…
Reference in New Issue