equal
deleted
inserted
replaced
707 C_SOURCES += viewport.c |
707 C_SOURCES += viewport.c |
708 C_SOURCES += water_cmd.c |
708 C_SOURCES += water_cmd.c |
709 C_SOURCES += waypoint.c |
709 C_SOURCES += waypoint.c |
710 C_SOURCES += widget.c |
710 C_SOURCES += widget.c |
711 C_SOURCES += window.c |
711 C_SOURCES += window.c |
712 C_SOURCES += music/null.c |
712 C_SOURCES += music/null_m.c |
713 C_SOURCES += sound/null.c |
713 C_SOURCES += sound/null_s.c |
714 C_SOURCES += video/null.c |
714 C_SOURCES += video/null_v.c |
715 |
715 |
716 CXX_SOURCES = |
716 CXX_SOURCES = |
717 |
717 |
718 ifdef WITH_SDL |
718 ifdef WITH_SDL |
719 C_SOURCES += sdl.c |
719 C_SOURCES += sdl.c |
720 C_SOURCES += sound/sdl.c |
720 C_SOURCES += sound/sdl_s.c |
721 C_SOURCES += video/sdl.c |
721 C_SOURCES += video/sdl_v.c |
722 endif |
722 endif |
723 |
723 |
724 ifdef WIN32 |
724 ifdef WIN32 |
725 C_SOURCES += win32.c |
725 C_SOURCES += win32.c |
726 C_SOURCES += music/win32.c |
726 C_SOURCES += music/win32_m.c |
727 C_SOURCES += sound/win32.c |
727 C_SOURCES += sound/win32_s.c |
728 C_SOURCES += video/win32.c |
728 C_SOURCES += video/win32_v.c |
729 else |
729 else |
730 C_SOURCES += unix.c |
730 C_SOURCES += unix.c |
731 C_SOURCES += music/extmidi.c |
731 C_SOURCES += music/extmidi.c |
732 endif |
732 endif |
733 |
733 |