mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
update for cruise engine, fix a little oops LordHoto pointed out
svn-id: r26661
This commit is contained in:
parent
dae21b3b31
commit
2a80fc1c6b
@ -3,6 +3,7 @@
|
||||
# $URL$
|
||||
# $Id$
|
||||
|
||||
wince_gcc_root = /cygdrive/e/wince-gcc-root/
|
||||
srcdir = ../../..
|
||||
VPATH = $(srcdir)
|
||||
|
||||
@ -10,7 +11,7 @@ VPATH = $(srcdir)
|
||||
#DISABLE_SKY = 1
|
||||
#DISABLE_QUEEN = 1
|
||||
#DISABLE_GOB = 1
|
||||
#DISABLE_LURE = 1
|
||||
DISABLE_LURE = 1
|
||||
#DISABLE_CINE = 1
|
||||
#DISABLE_SAGA = 1
|
||||
#DISABLE_KYRA = 1
|
||||
@ -20,8 +21,9 @@ VPATH = $(srcdir)
|
||||
#DISABLE_SWORD2 = 1
|
||||
#DISABLE_TOUCHE = 1
|
||||
DISABLE_PARALLACTION = 1
|
||||
DISABLE_CRUISE = 1
|
||||
|
||||
DISABLE_HQ_SCALERS = 1
|
||||
#DISABLE_HQ_SCALERS = 1
|
||||
|
||||
CXX = arm-wince-pe-g++
|
||||
LD = arm-wince-pe-g++
|
||||
@ -41,13 +43,13 @@ DEFINES += -D__stdcall= -Dcdecl= -D__cdecl__= -D__cdecl= -Wno-multichar
|
||||
#DEFINES += -DDEBUG -DUSE_WINDBG -g
|
||||
DEFINES += -O2
|
||||
|
||||
INCLUDES := -I$(srcdir) -I. -I$(srcdir)/engines -Imissing/gcc -Ilibs/include -Ilibs/include/sdl -ICEgui -ICEkeys -I/cygdrive/e/wince-gcc-root/include
|
||||
INCLUDES := -I$(srcdir) -I. -I$(srcdir)/engines -Imissing/gcc -Ilibs/include -Ilibs/include/sdl -ICEgui -ICEkeys -I$(wince_gcc_root)/include
|
||||
|
||||
CFLAGS :=
|
||||
|
||||
CXXFLAGS := $(CFLAGS)
|
||||
|
||||
LDFLAGS := -Llibs/lib -L/cygdrive/e/wince-gcc-root/lib
|
||||
LDFLAGS := -Llibs/lib -L$(wince_gcc_root)/lib
|
||||
LIBS := -lSDL -lzlib -lmad -lmpeg2 -ltremorce --entry WinMainCRTStartup
|
||||
|
||||
TARGET = scummvm.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user