mirror of https://github.com/odrling/Aegisub
Disable osx_bevelButton until we see how 2.9 looks on 10.4 (carbon) and 10.5 (coca).
Originally committed to SVN as r3228.
This commit is contained in:
parent
11ad86631a
commit
9cd0720036
|
@ -120,9 +120,9 @@ else
|
||||||
UNIVCHARSET = charset_detect.cpp text_file_reader.cpp
|
UNIVCHARSET = charset_detect.cpp text_file_reader.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_DARWIN
|
#if BUILD_DARWIN
|
||||||
BEVEL_BUTTON = osx_bevelButton.cpp
|
# BEVEL_BUTTON = osx_bevelButton.cpp
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
if FONTLISTER_FREETYPE
|
if FONTLISTER_FREETYPE
|
||||||
FONT_LISTER = font_file_lister_freetype.cpp
|
FONT_LISTER = font_file_lister_freetype.cpp
|
||||||
|
|
Loading…
Reference in New Issue