BACKENDS: Rename appMenu_osx.* to appmenu_osx.*

This commit is contained in:
Matthew Hoops 2011-07-13 09:26:50 -04:00
parent 19bb69c7ed
commit cde3a3d9a0
3 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "backends/platform/sdl/macosx/appMenu_osx.h"
#include "backends/platform/sdl/macosx/appmenu_osx.h"
#include "common/translation.h"
#include <Cocoa/Cocoa.h>

View file

@ -15,7 +15,7 @@ ifdef MACOSX
MODULE_OBJS += \
macosx/macosx-main.o \
macosx/macosx.o \
macosx/appMenu_osx.o
macosx/appmenu_osx.o
endif
ifdef WIN32