changes to get js2_shell to build
git-svn-id: svn://10.0.0.236/trunk@86603 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
16e47f0dbe
commit
94fa1139ec
@ -1,10 +1,14 @@
|
||||
|
||||
include $(top_srcdir)/common.mk
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/
|
||||
LIBS = -L$(top_srcdir)/src/ -ljs2
|
||||
INCLUDES = -I$(JS2_DIR)
|
||||
LIBS = -L$(JS2_DIR) -ljs2 $(LIBBOEHM)
|
||||
|
||||
bin_PROGRAMS = parser_test
|
||||
bin_PROGRAMS = parser_test js2_shell
|
||||
|
||||
parser_test_DEPENDENCIES = $(top_srcdir)/src/libjs2.a
|
||||
parser_test_SOURCES = parser_test.cpp
|
||||
parser_test_DEPENDENCIES = $(LIBJS2)
|
||||
parser_test_SOURCES = parser_test.cpp
|
||||
|
||||
js2_shell_DEPENDENCIES = $(LIBJS2) $(LIBBOEHM)
|
||||
js2_shell_LDADD = $(LIBBOEHM)
|
||||
js2_shell_SOURCES = js2_shell.cpp
|
||||
@ -30,6 +30,7 @@
|
||||
#undef INTERPRET_INPUT
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <assert.h>
|
||||
|
||||
#include "world.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user