Rename quickjs folder to indicate it's modified
parent
48540e297d
commit
a7758fcccd
18
dust3d.pro
18
dust3d.pro
|
@ -388,21 +388,21 @@ SOURCES += src/main.cpp
|
||||||
|
|
||||||
HEADERS += src/version.h
|
HEADERS += src/version.h
|
||||||
|
|
||||||
INCLUDEPATH += thirdparty/quickjs/quickjs-2019-07-09
|
INCLUDEPATH += thirdparty/quickjs/quickjs-2019-07-09-dust3d
|
||||||
|
|
||||||
DEFINES += "CONFIG_VERSION=\"\\\"2019-07-09\\\"\""
|
DEFINES += "CONFIG_VERSION=\"\\\"2019-07-09\\\"\""
|
||||||
|
|
||||||
SOURCES += thirdparty/quickjs/quickjs-2019-07-09/quickjs.c
|
SOURCES += thirdparty/quickjs/quickjs-2019-07-09-dust3d/quickjs.c
|
||||||
HEADERS += thirdparty/quickjs/quickjs-2019-07-09/quickjs.h
|
HEADERS += thirdparty/quickjs/quickjs-2019-07-09-dust3d/quickjs.h
|
||||||
|
|
||||||
SOURCES += thirdparty/quickjs/quickjs-2019-07-09/cutils.c
|
SOURCES += thirdparty/quickjs/quickjs-2019-07-09-dust3d/cutils.c
|
||||||
HEADERS += thirdparty/quickjs/quickjs-2019-07-09/cutils.h
|
HEADERS += thirdparty/quickjs/quickjs-2019-07-09-dust3d/cutils.h
|
||||||
|
|
||||||
SOURCES += thirdparty/quickjs/quickjs-2019-07-09/libunicode.c
|
SOURCES += thirdparty/quickjs/quickjs-2019-07-09-dust3d/libunicode.c
|
||||||
HEADERS += thirdparty/quickjs/quickjs-2019-07-09/libunicode.h
|
HEADERS += thirdparty/quickjs/quickjs-2019-07-09-dust3d/libunicode.h
|
||||||
|
|
||||||
SOURCES += thirdparty/quickjs/quickjs-2019-07-09/libregexp.c
|
SOURCES += thirdparty/quickjs/quickjs-2019-07-09-dust3d/libregexp.c
|
||||||
HEADERS += thirdparty/quickjs/quickjs-2019-07-09/libregexp.h
|
HEADERS += thirdparty/quickjs/quickjs-2019-07-09-dust3d/libregexp.h
|
||||||
|
|
||||||
INCLUDEPATH += thirdparty/nodemesh
|
INCLUDEPATH += thirdparty/nodemesh
|
||||||
|
|
||||||
|
|
|
@ -109,8 +109,8 @@
|
||||||
//#define FORCE_GC_AT_MALLOC
|
//#define FORCE_GC_AT_MALLOC
|
||||||
|
|
||||||
#ifdef CONFIG_ATOMICS
|
#ifdef CONFIG_ATOMICS
|
||||||
//#include <pthread.h>
|
#include <pthread.h>
|
||||||
//#include <stdatomic.h>
|
#include <stdatomic.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue