# | Line 481 | Line 481 | if [[ "x$WANT_SDL_VIDEO" = "xyes" ]]; th | |
---|---|---|
481 | if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then | |
482 | EXTRASYSSRCS="$EXTRASYSSRCS ../MacOSX/clip_macosx.cpp" | |
483 | else | |
484 | < | EXTRASYSSRCS="$EXTRASYSSRCS ../dummy/clip_dummy.cpp" |
484 | > | case "$target_os" in |
485 | > | cygwin*) |
486 | > | EXTRASYSSRCS="$EXTRASYSSRCS ../Windows/clip_windows.cpp" |
487 | > | ;; |
488 | > | *) |
489 | > | EXTRASYSSRCS="$EXTRASYSSRCS ../dummy/clip_dummy.cpp" |
490 | > | ;; |
491 | > | esac |
492 | fi | |
493 | else | |
494 | VIDEOSRCS="video_x.cpp" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |