Rename macosx/bevelButton* to ./osx_bevelButton*, the macosx/ dir is going away.

Originally committed to SVN as r2543.
This commit is contained in:
Amar Takhar 2008-12-29 02:57:41 +00:00
parent 2c4de1fb21
commit c30992fbbc
4 changed files with 6 additions and 6 deletions

View File

@ -129,7 +129,7 @@ UNIVCHARSET = charset_detect.cpp text_file_reader.cpp
endif endif
if BUILD_DARWIN if BUILD_DARWIN
BEVEL_BUTTON = macosx/bevelButton.cpp BEVEL_BUTTON = osx_bevelButton.cpp
endif endif
if FONTLISTER_FREETYPE if FONTLISTER_FREETYPE
@ -164,7 +164,7 @@ EXTRA_aegisub_SOURCES = \
dialog_associations.cpp \ dialog_associations.cpp \
lavc_file.cpp \ lavc_file.cpp \
lavc_keyframes.cpp \ lavc_keyframes.cpp \
macosx/bevelButton.cpp \ osx_bevelButton.cpp \
setup.cpp \ setup.cpp \
spellchecker_hunspell.cpp \ spellchecker_hunspell.cpp \
stdwx.cpp \ stdwx.cpp \
@ -327,7 +327,7 @@ noinst_HEADERS = \
$(srcdir)/boost/*.hpp \ $(srcdir)/boost/*.hpp \
gl/glext.h \ gl/glext.h \
$(srcdir)/*.hxx \ $(srcdir)/*.hxx \
macosx/bevelButton.h osx_bevelButton.h
EXTRA_DIST = \ EXTRA_DIST = \
auto4_perldata.inc \ auto4_perldata.inc \

View File

@ -12,12 +12,12 @@
#ifdef __WXMAC__ #ifdef __WXMAC__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "bevelButton.h" #pragma implementation "osx_bevelButton.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "bevelButton.h" #include "osx_bevelButton.h"
#include "wx/panel.h" #include "wx/panel.h"
#include "wx/stockitem.h" #include "wx/stockitem.h"

View File

@ -60,7 +60,7 @@
#include "idle_field_event.h" #include "idle_field_event.h"
#include "float_spin.h" #include "float_spin.h"
#include "tooltip_manager.h" #include "tooltip_manager.h"
#include "macosx/bevelButton.h" #include "osx_bevelButton.h"
/////////////// ///////////////