Fix include paths in rev.cpp.in
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
/** @file rev.cpp Autogenerated file with the revision and such of OpenTTD. */
|
/** @file rev.cpp Autogenerated file with the revision and such of OpenTTD. */
|
||||||
|
|
||||||
#include "/tmp/tmp.dmyBCceCMb/openttd-15.0-beta3/src/stdafx.h"
|
#include "${CMAKE_SOURCE_DIR}/src/stdafx.h"
|
||||||
#include "/tmp/tmp.dmyBCceCMb/openttd-15.0-beta3/src/core/bitmath_func.hpp"
|
#include "${CMAKE_SOURCE_DIR}/src/core/bitmath_func.hpp"
|
||||||
#include "/tmp/tmp.dmyBCceCMb/openttd-15.0-beta3/src/rev.h"
|
#include "${CMAKE_SOURCE_DIR}/src/rev.h"
|
||||||
|
|
||||||
#include "/tmp/tmp.dmyBCceCMb/openttd-15.0-beta3/src/safeguards.h"
|
#include "${CMAKE_SOURCE_DIR}/src/safeguards.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is this version of OpenTTD a release version?
|
* Is this version of OpenTTD a release version?
|
||||||
|
|||||||
Reference in New Issue
Block a user