make YAP to be the system in console

This commit is contained in:
U-vsc-win7\vsc 2010-05-05 16:34:53 +01:00
parent 1d3f971511
commit 838f3b7bad
1 changed files with 1 additions and 1 deletions

2
LGPL/swi_console/Makefile.in Normal file → Executable file
View File

@ -14,7 +14,7 @@ LIBDIR=@libdir@/Yap
#
CC=@CC@
CPPFLAGS=@CPPFLAGS@
CFLAGS= @CFLAGS@ $(DEFS) $(CPPFLAGS) -I$(srcdir)
CFLAGS= @CFLAGS@ $(DEFS) $(CPPFLAGS) -I$(srcdir) -DRLC_VENDOR="\"YAP\""
#
#
# You shouldn't need to change what follows.