Update vision to 20131020.

This commit is contained in:
Rene Gollent
2013-10-20 15:48:24 -04:00
parent 97abd9d4f7
commit 728c6c0e37
3 changed files with 3 additions and 33 deletions

View File

@@ -1,16 +0,0 @@
Index: Makefile
===================================================================
--- Vision/Makefile (revision 946)
+++ Vision/Makefile (working copy)
@@ -84,10 +84,7 @@
LDFLAGS := $(REG_LIBS) -nodefaultlibs
-ifeq ($(wildcard /boot/common/include/infopopper/InfoPopper.h), )
-else
- CFLAGS += -DUSE_INFOPOPPER=1
-endif
+CFLAGS += -DUSE_INFOPOPPER=1
DEP := gcc -MM -DBEOS_BUILD

View File

@@ -11,15 +11,3 @@ Index: Makefile
# lua
LUA_LIBS := -L./src/lua/lib -llua -llualib
@@ -84,10 +84,7 @@
LDFLAGS := $(REG_LIBS) -nodefaultlibs
-ifeq ($(wildcard /boot/common/include/infopopper/InfoPopper.h), )
-else
- CFLAGS += -DUSE_INFOPOPPER=1
-endif
+CFLAGS += -DUSE_INFOPOPPER=1
DEP := gcc -MM -DBEOS_BUILD