mirror of https://github.com/odrling/Aegisub
Rename macosx/bevelButton* to ./osx_bevelButton*, the macosx/ dir is going away.
Originally committed to SVN as r2543.
This commit is contained in:
parent
2c4de1fb21
commit
c30992fbbc
|
@ -129,7 +129,7 @@ UNIVCHARSET = charset_detect.cpp text_file_reader.cpp
|
|||
endif
|
||||
|
||||
if BUILD_DARWIN
|
||||
BEVEL_BUTTON = macosx/bevelButton.cpp
|
||||
BEVEL_BUTTON = osx_bevelButton.cpp
|
||||
endif
|
||||
|
||||
if FONTLISTER_FREETYPE
|
||||
|
@ -164,7 +164,7 @@ EXTRA_aegisub_SOURCES = \
|
|||
dialog_associations.cpp \
|
||||
lavc_file.cpp \
|
||||
lavc_keyframes.cpp \
|
||||
macosx/bevelButton.cpp \
|
||||
osx_bevelButton.cpp \
|
||||
setup.cpp \
|
||||
spellchecker_hunspell.cpp \
|
||||
stdwx.cpp \
|
||||
|
@ -327,7 +327,7 @@ noinst_HEADERS = \
|
|||
$(srcdir)/boost/*.hpp \
|
||||
gl/glext.h \
|
||||
$(srcdir)/*.hxx \
|
||||
macosx/bevelButton.h
|
||||
osx_bevelButton.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
auto4_perldata.inc \
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
#ifdef __WXMAC__
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "bevelButton.h"
|
||||
#pragma implementation "osx_bevelButton.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#include "bevelButton.h"
|
||||
#include "osx_bevelButton.h"
|
||||
#include "wx/panel.h"
|
||||
#include "wx/stockitem.h"
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
#include "idle_field_event.h"
|
||||
#include "float_spin.h"
|
||||
#include "tooltip_manager.h"
|
||||
#include "macosx/bevelButton.h"
|
||||
#include "osx_bevelButton.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
Loading…
Reference in New Issue