mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-20 14:09:19 +00:00
(svn r12969) -Codechange: remove a completely pointless file.
This commit is contained in:
parent
8da41ec62e
commit
fb1db90cc6
@ -882,7 +882,7 @@ make_cflags_and_ldflags() {
|
||||
|
||||
# Each debug level reduces the optimalization by a bit
|
||||
if [ $enable_debug -ge 1 ]; then
|
||||
CFLAGS="$CFLAGS -g -D_DEBUG"
|
||||
CFLAGS="$CFLAGS -g -D_DEBUG -D_FORTIFY_SOURCE=2"
|
||||
if [ "$os" = "PSP" ]; then
|
||||
CFLAGS="$CFLAGS -G0"
|
||||
fi
|
||||
|
@ -2391,10 +2391,6 @@
|
||||
RelativePath=".\..\src\yapf\nodelist.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\track_dir.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\yapf.h"
|
||||
>
|
||||
|
@ -2388,10 +2388,6 @@
|
||||
RelativePath=".\..\src\yapf\nodelist.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\track_dir.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\yapf.h"
|
||||
>
|
||||
|
@ -547,7 +547,6 @@ network/core/udp.h
|
||||
# YAPF
|
||||
yapf/follow_track.hpp
|
||||
yapf/nodelist.hpp
|
||||
yapf/track_dir.hpp
|
||||
yapf/yapf.h
|
||||
yapf/yapf.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
|
||||
#define YAPF_HPP
|
||||
|
||||
|
||||
|
||||
#include "track_dir.hpp"
|
||||
|
||||
#include "../openttd.h"
|
||||
#include "../vehicle_base.h"
|
||||
#include "../road_map.h"
|
||||
#include "../tunnel_map.h"
|
||||
|
Loading…
Reference in New Issue
Block a user