[Scummvm-cvs-logs] SF.net SVN: scummvm: [26661] scummvm/trunk/backends/platform/wince/Makefile

knakos at users.sourceforge.net knakos at users.sourceforge.net
Sat Apr 28 19:40:45 CEST 2007


Revision: 26661
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26661&view=rev
Author:   knakos
Date:     2007-04-28 10:40:44 -0700 (Sat, 28 Apr 2007)

Log Message:
-----------
update for cruise engine, fix a little oops LordHoto pointed out

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wince/Makefile

Modified: scummvm/trunk/backends/platform/wince/Makefile
===================================================================
--- scummvm/trunk/backends/platform/wince/Makefile	2007-04-28 17:37:41 UTC (rev 26660)
+++ scummvm/trunk/backends/platform/wince/Makefile	2007-04-28 17:40:44 UTC (rev 26661)
@@ -3,6 +3,7 @@
 # $URL$
 # $Id$
 
+wince_gcc_root = /cygdrive/e/wince-gcc-root/
 srcdir    = ../../..
 VPATH     = $(srcdir)
 
@@ -10,7 +11,7 @@
 #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 @@
 #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 += -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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list