Signed-off-by: Mark Harmstone <m...@harmstone.com>
---
 mingw-w64-crt/Makefile.am                     |   1 +
 .../lib-common/chakrart_windowsapp.def        | 115 ++++++++++++++++++
 mingw-w64-crt/lib-common/windowsapp.mri       |   1 +
 mingw-w64-crt/lib32/chakrart_windowsapp.def   | 115 ++++++++++++++++++
 4 files changed, 232 insertions(+)
 create mode 100644 mingw-w64-crt/lib-common/chakrart_windowsapp.def
 create mode 100644 mingw-w64-crt/lib32/chakrart_windowsapp.def

diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index 669403ad3..81a9817b1 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -3048,6 +3048,7 @@ endif
                %/libapi-ms-win-shcore-stream-winrt-l1-1-0.a \
                %/libbcrypt_windowsapp.a \
                %/libcabinet_windowsapp.a \
+               %/libchakrart_windowsapp.a \
                %/libicu.a \
                %/librometadata.a \
                %/libwindows.ai.machinelearning.a \
diff --git a/mingw-w64-crt/lib-common/chakrart_windowsapp.def 
b/mingw-w64-crt/lib-common/chakrart_windowsapp.def
new file mode 100644
index 000000000..47bfc9b39
--- /dev/null
+++ b/mingw-w64-crt/lib-common/chakrart_windowsapp.def
@@ -0,0 +1,115 @@
+LIBRARY chakra
+
+EXPORTS
+
+JsAddRef
+JsBooleanToBool
+JsBoolToBoolean
+JsCallFunction
+JsCollectGarbage
+JsConstructObject
+JsConvertValueToBoolean
+JsConvertValueToNumber
+JsConvertValueToObject
+JsConvertValueToString
+JsCreateArray
+JsCreateArrayBuffer
+JsCreateContext
+JsCreateDataView
+JsCreateError
+JsCreateExternalArrayBuffer
+JsCreateExternalObject
+JsCreateFunction
+JsCreateNamedFunction
+JsCreateObject
+JsCreateRangeError
+JsCreateReferenceError
+JsCreateRuntime
+JsCreateSymbol
+JsCreateSyntaxError
+JsCreateTypedArray
+JsCreateTypeError
+JsCreateURIError
+JsDefineProperty
+JsDeleteIndexedProperty
+JsDeleteProperty
+JsDisableRuntimeExecution
+JsDisposeRuntime
+JsDoubleToNumber
+JsEnableRuntimeExecution
+JsEquals
+JsGetAndClearException
+JsGetArrayBufferStorage
+JsGetContextData
+JsGetContextOfObject
+JsGetCurrentContext
+JsGetDataViewStorage
+JsGetExtensionAllowed
+JsGetExternalData
+JsGetFalseValue
+JsGetGlobalObject
+JsGetIndexedPropertiesExternalData
+JsGetIndexedProperty
+JsGetNullValue
+JsGetOwnPropertyDescriptor
+JsGetOwnPropertyNames
+JsGetOwnPropertySymbols
+JsGetProperty
+JsGetPropertyIdFromName
+JsGetPropertyIdFromSymbol
+JsGetPropertyIdType
+JsGetPropertyNameFromId
+JsGetPrototype
+JsGetRuntime
+JsGetRuntimeMemoryLimit
+JsGetRuntimeMemoryUsage
+JsGetStringLength
+JsGetSymbolFromPropertyId
+JsGetTrueValue
+JsGetTypedArrayInfo
+JsGetTypedArrayStorage
+JsGetUndefinedValue
+JsGetValueType
+JsHasException
+JsHasExternalData
+JsHasIndexedPropertiesExternalData
+JsHasIndexedProperty
+JsHasProperty
+JsIdle
+JsInspectableToObject
+JsInstanceOf
+JsIntToNumber
+JsIsRuntimeExecutionDisabled
+JsNumberToDouble
+JsNumberToInt
+JsObjectToInspectable
+JsParseScript
+JsParseSerializedScript
+JsParseSerializedScriptWithCallback
+JsPointerToString
+JsPreventExtension
+JsProjectWinRTNamespace
+JsRelease
+JsRunScript
+JsRunSerializedScript
+JsRunSerializedScriptWithCallback
+JsSerializeScript
+JsSetContextData
+JsSetCurrentContext
+JsSetException
+JsSetExternalData
+JsSetIndexedPropertiesToExternalData
+JsSetIndexedProperty
+JsSetObjectBeforeCollectCallback
+JsSetProjectionEnqueueCallback
+JsSetPromiseContinuationCallback
+JsSetProperty
+JsSetPrototype
+JsSetRuntimeBeforeCollectCallback
+JsSetRuntimeMemoryAllocationCallback
+JsSetRuntimeMemoryLimit
+JsStartDebugging
+JsStrictEquals
+JsStringToPointer
+JsValueToVariant
+JsVariantToValue
diff --git a/mingw-w64-crt/lib-common/windowsapp.mri 
b/mingw-w64-crt/lib-common/windowsapp.mri
index 02013b664..60c34f954 100644
--- a/mingw-w64-crt/lib-common/windowsapp.mri
+++ b/mingw-w64-crt/lib-common/windowsapp.mri
@@ -199,6 +199,7 @@ ADDLIB libapi-ms-win-shcore-obsolete-l1-1-0_windowsapp.a
 ADDLIB libapi-ms-win-shcore-stream-winrt-l1-1-0.a
 ADDLIB libbcrypt_windowsapp.a
 ADDLIB libcabinet_windowsapp.a
+ADDLIB libchakrart_windowsapp.a
 ADDLIB libicu.a
 ADDLIB librometadata.a
 ADDLIB libwindows.ai.machinelearning.a
diff --git a/mingw-w64-crt/lib32/chakrart_windowsapp.def 
b/mingw-w64-crt/lib32/chakrart_windowsapp.def
new file mode 100644
index 000000000..0076dbe43
--- /dev/null
+++ b/mingw-w64-crt/lib32/chakrart_windowsapp.def
@@ -0,0 +1,115 @@
+LIBRARY chakra
+
+EXPORTS
+
+JsAddRef@8
+JsBooleanToBool@8
+JsBoolToBoolean@8
+JsCallFunction@16
+JsCollectGarbage@4
+JsConstructObject@16
+JsConvertValueToBoolean@8
+JsConvertValueToNumber@8
+JsConvertValueToObject@8
+JsConvertValueToString@8
+JsCreateArray@8
+JsCreateArrayBuffer@8
+JsCreateContext@8
+JsCreateDataView@16
+JsCreateError@8
+JsCreateExternalArrayBuffer@20
+JsCreateExternalObject@12
+JsCreateFunction@12
+JsCreateNamedFunction@16
+JsCreateObject@4
+JsCreateRangeError@8
+JsCreateReferenceError@8
+JsCreateRuntime@12
+JsCreateSymbol@8
+JsCreateSyntaxError@8
+JsCreateTypedArray@20
+JsCreateTypeError@8
+JsCreateURIError@8
+JsDefineProperty@16
+JsDeleteIndexedProperty@8
+JsDeleteProperty@16
+JsDisableRuntimeExecution@4
+JsDisposeRuntime@4
+JsDoubleToNumber@12
+JsEnableRuntimeExecution@4
+JsEquals@12
+JsGetAndClearException@4
+JsGetArrayBufferStorage@12
+JsGetContextData@8
+JsGetContextOfObject@8
+JsGetCurrentContext@4
+JsGetDataViewStorage@12
+JsGetExtensionAllowed@8
+JsGetExternalData@8
+JsGetFalseValue@4
+JsGetGlobalObject@4
+JsGetIndexedPropertiesExternalData@16
+JsGetIndexedProperty@12
+JsGetNullValue@4
+JsGetOwnPropertyDescriptor@12
+JsGetOwnPropertyNames@8
+JsGetOwnPropertySymbols@8
+JsGetProperty@12
+JsGetPropertyIdFromName@8
+JsGetPropertyIdFromSymbol@8
+JsGetPropertyIdType@8
+JsGetPropertyNameFromId@8
+JsGetPrototype@8
+JsGetRuntime@8
+JsGetRuntimeMemoryLimit@8
+JsGetRuntimeMemoryUsage@8
+JsGetStringLength@8
+JsGetSymbolFromPropertyId@8
+JsGetTrueValue@4
+JsGetTypedArrayInfo@20
+JsGetTypedArrayStorage@20
+JsGetUndefinedValue@4
+JsGetValueType@8
+JsHasException@4
+JsHasExternalData@8
+JsHasIndexedPropertiesExternalData@8
+JsHasIndexedProperty@12
+JsHasProperty@12
+JsIdle@4
+JsInspectableToObject@8
+JsInstanceOf@12
+JsIntToNumber@8
+JsIsRuntimeExecutionDisabled@8
+JsNumberToDouble@8
+JsNumberToInt@8
+JsObjectToInspectable@8
+JsParseScript@16
+JsParseSerializedScript@20
+JsParseSerializedScriptWithCallback@24
+JsPointerToString@12
+JsPreventExtension@4
+JsProjectWinRTNamespace@4
+JsRelease@8
+JsRunScript@16
+JsRunSerializedScript@20
+JsRunSerializedScriptWithCallback@24
+JsSerializeScript@12
+JsSetContextData@8
+JsSetCurrentContext@4
+JsSetException@4
+JsSetExternalData@8
+JsSetIndexedPropertiesToExternalData@16
+JsSetIndexedProperty@12
+JsSetObjectBeforeCollectCallback@12
+JsSetProjectionEnqueueCallback@8
+JsSetPromiseContinuationCallback@8
+JsSetProperty@16
+JsSetPrototype@8
+JsSetRuntimeBeforeCollectCallback@12
+JsSetRuntimeMemoryAllocationCallback@12
+JsSetRuntimeMemoryLimit@8
+JsStartDebugging@0
+JsStrictEquals@12
+JsStringToPointer@12
+JsValueToVariant@8
+JsVariantToValue@8
-- 
2.41.0



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to