1
0
Fork 0

(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 trunk
release/0.4
bjarni 2006-03-24 23:33:30 +00:00
parent 749a4f8c7d
commit 37835e9158
2 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,6 @@ release: all
$(Q)cp docs/console.txt "OpenTTD $(REV)/docs/" $(Q)cp docs/console.txt "OpenTTD $(REV)/docs/"
$(Q)cp COPYING "OpenTTD $(REV)/docs/" $(Q)cp COPYING "OpenTTD $(REV)/docs/"
$(Q)cp changelog.txt "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 os/macosx/*.webloc "OpenTTD $(REV)"
$(Q)cp known-bugs.txt "OpenTTD $(REV)/known-bugs.txt" $(Q)cp known-bugs.txt "OpenTTD $(REV)/known-bugs.txt"
$(Q)cp scenario/* "OpenTTD $(REV)/scenario/" $(Q)cp scenario/* "OpenTTD $(REV)/scenario/"

View File

@ -265,6 +265,9 @@ assert_compile(sizeof(uint8) == 1);
# define DrawString OTTD_DrawString # define DrawString OTTD_DrawString
# define Random OTTD_Random # define Random OTTD_Random
# define CloseConnection OTTD_CloseConnection # define CloseConnection OTTD_CloseConnection
// enable the preprocessor to tell the difference between different OSX versions
# include <AvailabilityMacros.h>
#endif /* __APPLE */ #endif /* __APPLE */
#ifdef __AMIGA__ #ifdef __AMIGA__