ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/configure.ac
(Generate patch)

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.59 by gbeauche, 2007-06-13T16:34:13Z vs.
Revision 1.60 by asvitkine, 2007-07-28T15:44:36Z

# Line 530 | Line 530 | SERIALSRC=serial_unix.cpp
530   ETHERSRC=../dummy/ether_dummy.cpp
531   SCSISRC=../dummy/scsi_dummy.cpp
532   AUDIOSRC=../dummy/audio_dummy.cpp
533 + PREFSSRC=../dummy/prefs_dummy.cpp
534   EXTFSSRC=extfs_unix.cpp
535   EXTRASYSSRCS=
536   case "$target_os" in
# Line 560 | Line 561 | darwin*)
561    fi
562    if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
563      EXTFSSRC=../MacOSX/extfs_macosx.mm
564 <  fi
564 >    PREFSSRC="../MacOSX/prefs_macosx.mm ../MacOSX/PrefsEditor/PrefsEditor.mm"
565 >    CPPFLAGS="$CPPFLAGS -I../MacOSX/PrefsEditor"
566 > fi
567    if [[ "x$ac_cv_framework_CoreAudio" = "xyes" ]]; then
568      AUDIOSRC="../MacOSX/audio_macosx.cpp ../MacOSX/AudioBackEnd.cpp ../MacOSX/AudioDevice.cpp ../MacOSX/MacOSX_sound_if.cpp"
569    fi
# Line 625 | Line 628 | if [[ "x$WANT_SDL_AUDIO" = "xyes" ]]; th
628    AUDIOSRC="../SDL/audio_sdl.cpp"
629   fi
630  
631 < SYSSRCS="$VIDEOSRCS $EXTFSSRC $SERIALSRC $ETHERSRC $SCSISRC $AUDIOSRC $SEMSRC $UISRCS $EXTRASYSSRCS"
631 > SYSSRCS="$VIDEOSRCS $EXTFSSRC $PREFSSRC $SERIALSRC $ETHERSRC $SCSISRC $AUDIOSRC $SEMSRC $UISRCS $EXTRASYSSRCS"
632  
633   dnl Define a macro that translates a yesno-variable into a C macro definition
634   dnl to be put into the config.h file

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines