Fix build with new MacOS X extfs implementation (in C++).

This commit is contained in:
gbeauche 2007-12-30 09:15:00 +00:00
parent 016dfddd79
commit 38501abd6a
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ links:
dummy/prefs_editor_dummy.cpp dummy/scsi_dummy.cpp SDL slirp \
MacOSX/sys_darwin.cpp MacOSX/clip_macosx.cpp \
MacOSX/macos_util_macosx.h MacOSX/extfs_macosx.h \
MacOSX/extfs_macosx.mm Windows/clip_windows.cpp \
MacOSX/extfs_macosx.cpp Windows/clip_windows.cpp \
MacOSX/MacOSX_sound_if.cpp MacOSX/MacOSX_sound_if.h \
MacOSX/AudioBackEnd.cpp MacOSX/AudioBackEnd.h \
MacOSX/AudioDevice.cpp MacOSX/AudioDevice.h MacOSX/audio_macosx.cpp \

View File

@ -560,7 +560,7 @@ darwin*)
EXTRASYSSRCS="$EXTRASYSSRCS ../MacOSX/sys_darwin.cpp"
fi
if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
EXTFSSRC=../MacOSX/extfs_macosx.mm
EXTFSSRC=../MacOSX/extfs_macosx.cpp
PREFSSRC="../MacOSX/prefs_macosx.mm ../MacOSX/PrefsEditor/PrefsEditor.mm"
CPPFLAGS="$CPPFLAGS -I../MacOSX/PrefsEditor"
fi