Josh Engebretson 504180a03e Adding ANDROID to DUK_F_32BIT_PTRS check 8 years ago
..
CMakeLists.txt d932e1b331 NEWBUILD: Much of ThirdParty building 11 years ago
README.TXT 3adb59c815 Update to Duktape 2.0.1 8 years ago
duk_config.h 504180a03e Adding ANDROID to DUK_F_32BIT_PTRS check 8 years ago
duk_logging.c 3adb59c815 Update to Duktape 2.0.1 8 years ago
duk_logging.h 3adb59c815 Update to Duktape 2.0.1 8 years ago
duk_module_duktape.c 3adb59c815 Update to Duktape 2.0.1 8 years ago
duk_module_duktape.h 3adb59c815 Update to Duktape 2.0.1 8 years ago
duk_v1_compat.c 3adb59c815 Update to Duktape 2.0.1 8 years ago
duk_v1_compat.h 3adb59c815 Update to Duktape 2.0.1 8 years ago
duktape.c 3adb59c815 Update to Duktape 2.0.1 8 years ago
duktape.h 3adb59c815 Update to Duktape 2.0.1 8 years ago

README.TXT

To create the duk_config.h file change into the directory ${DUKTAPE}/tools and run the
following Python command (you can copy/paste it):

python2 configure.py \
--output-directory=out \
--omit-removed-config-options --omit-deprecated-config-options --omit-unused-config-options \
--emit-config-sanity-check \
--option-file ../config/examples/performance_sensitive.yaml \
--option-file ../config/examples/timing_sensitive.yaml

An 'extern "C"' block has to be added to the headers duk_logging.h, duk_module_duktape.h and
duk_v1_compat.h (from the directory ${DUKTAPE}/extras) to avoid C++ decoration of the function
names.