Ticket #8558: compile.diff

File compile.diff, 1.2 KB (added by SF/florob, 18 years ago)

Patch against current SVN

  • maemo-sdl.cpp

     
    2121 */
    2222
    2323#include "common/stdafx.h"
    24 #include "backends/maemo/maemo-sdl.h"
     24#include "backends/platform/maemo/maemo-sdl.h"
    2525
    2626
    2727void OSystem_MAEMO::loadGFXMode() {
  • main.cpp

     
    2828#include <SDL/SDL.h>
    2929#include <SDL/SDL_syswm.h>
    3030
    31 #include "backends/maemo/maemo-sdl.h"
     31#include "backends/platform/maemo/maemo-sdl.h"
    3232#include "base/main.h"
    3333#include <hildon-widgets/hildon-app.h>
    3434#include <gtk/gtk.h>
  • Makefile

     
    1919DISABLE_CINE = 1
    2020DISABLE_AGI = 1
    2121
    22 srcdir = ../..
     22srcdir = ../../..
    2323VPATH = $(srcdir)
    2424
    2525CXX := g++
    2626EXECUTABLE  := scummvm
    2727
    28 INCDIR = ../../ . $(srcdir)/engines/
     28INCDIR = $(srcdir)/ . $(srcdir)/engines/
    2929
    3030CXXFLAGS := -g -ansi -W -Wno-unused-parameter
    3131CXXFLAGS += `pkg-config --cflags gconf-2.0 hildon-libs gtk+-2.0 libosso gdk-2.0`