mirror of https://github.com/OpenTTD/OpenTTD
(svn r4097) -Backported 4084 properly (included the last line)
also added a header that is needed because we didn't backport the new feature, that includes the header in the trunkrelease/0.4
parent
749a4f8c7d
commit
37835e9158
|
@ -63,7 +63,6 @@ release: all
|
|||
$(Q)cp docs/console.txt "OpenTTD $(REV)/docs/"
|
||||
$(Q)cp COPYING "OpenTTD $(REV)/docs/"
|
||||
$(Q)cp changelog.txt "OpenTTD $(REV)/docs/"
|
||||
$(Q)cp docs/README_if_game_crashed_on_OSX.txt "OpenTTD $(REV)/docs/"
|
||||
$(Q)cp os/macosx/*.webloc "OpenTTD $(REV)"
|
||||
$(Q)cp known-bugs.txt "OpenTTD $(REV)/known-bugs.txt"
|
||||
$(Q)cp scenario/* "OpenTTD $(REV)/scenario/"
|
||||
|
|
3
stdafx.h
3
stdafx.h
|
@ -265,6 +265,9 @@ assert_compile(sizeof(uint8) == 1);
|
|||
# define DrawString OTTD_DrawString
|
||||
# define Random OTTD_Random
|
||||
# define CloseConnection OTTD_CloseConnection
|
||||
|
||||
// enable the preprocessor to tell the difference between different OSX versions
|
||||
# include <AvailabilityMacros.h>
|
||||
#endif /* __APPLE */
|
||||
|
||||
#ifdef __AMIGA__
|
||||
|
|
Loading…
Reference in New Issue