support new prefs editor handling (rerun autogen)

This commit is contained in:
asvitkine 2007-07-28 15:44:36 +00:00
parent 9fd74d26cf
commit eae5f4ec20

View File

@ -530,6 +530,7 @@ SERIALSRC=serial_unix.cpp
ETHERSRC=../dummy/ether_dummy.cpp ETHERSRC=../dummy/ether_dummy.cpp
SCSISRC=../dummy/scsi_dummy.cpp SCSISRC=../dummy/scsi_dummy.cpp
AUDIOSRC=../dummy/audio_dummy.cpp AUDIOSRC=../dummy/audio_dummy.cpp
PREFSSRC=../dummy/prefs_dummy.cpp
EXTFSSRC=extfs_unix.cpp EXTFSSRC=extfs_unix.cpp
EXTRASYSSRCS= EXTRASYSSRCS=
case "$target_os" in case "$target_os" in
@ -560,7 +561,9 @@ darwin*)
fi fi
if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
EXTFSSRC=../MacOSX/extfs_macosx.mm EXTFSSRC=../MacOSX/extfs_macosx.mm
fi PREFSSRC="../MacOSX/prefs_macosx.mm ../MacOSX/PrefsEditor/PrefsEditor.mm"
CPPFLAGS="$CPPFLAGS -I../MacOSX/PrefsEditor"
fi
if [[ "x$ac_cv_framework_CoreAudio" = "xyes" ]]; then if [[ "x$ac_cv_framework_CoreAudio" = "xyes" ]]; then
AUDIOSRC="../MacOSX/audio_macosx.cpp ../MacOSX/AudioBackEnd.cpp ../MacOSX/AudioDevice.cpp ../MacOSX/MacOSX_sound_if.cpp" AUDIOSRC="../MacOSX/audio_macosx.cpp ../MacOSX/AudioBackEnd.cpp ../MacOSX/AudioDevice.cpp ../MacOSX/MacOSX_sound_if.cpp"
fi fi
@ -625,7 +628,7 @@ if [[ "x$WANT_SDL_AUDIO" = "xyes" ]]; then
AUDIOSRC="../SDL/audio_sdl.cpp" AUDIOSRC="../SDL/audio_sdl.cpp"
fi fi
SYSSRCS="$VIDEOSRCS $EXTFSSRC $SERIALSRC $ETHERSRC $SCSISRC $AUDIOSRC $SEMSRC $UISRCS $EXTRASYSSRCS" SYSSRCS="$VIDEOSRCS $EXTFSSRC $PREFSSRC $SERIALSRC $ETHERSRC $SCSISRC $AUDIOSRC $SEMSRC $UISRCS $EXTRASYSSRCS"
dnl Define a macro that translates a yesno-variable into a C macro definition dnl Define a macro that translates a yesno-variable into a C macro definition
dnl to be put into the config.h file dnl to be put into the config.h file