Add deserializer

This commit is contained in:
Ilmir Usmanov
2014-07-23 22:55:45 +04:00
parent b923468720
commit ed4e2a20e4
7 changed files with 198 additions and 10 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ SOURCES_JERRY = \
$(wildcard ./src/libecmaoperations/*.c) \
$(wildcard ./src/liballocator/*.c) \
$(wildcard ./src/libcoreint/*.c) ) \
$(wildcard src/libruntime/target/$(TARGET_SYSTEM)/*)
$(wildcard src/libruntime/target/$(TARGET_SYSTEM)/*.c)
INCLUDES_JERRY = \
-I src \