1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2025-01-21 14:12:57 +03:00
parent 509c57d392
commit c6408b7199
9 changed files with 30 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "opi_addin"
name = "opi_tcpserver"
version = "0.1.0"
dependencies = [
"addin1c",

View File

@@ -1,5 +1,5 @@
[package]
name = "opi_addin"
name = "opi_tcpserver"
version = "0.1.0"
edition = "2021"

View File

@@ -1,8 +1,8 @@
@echo off
:: Установить переменную
set CARGO_NAME=opi_addin
set LIB_NAME=OPI_AddIn
set CARGO_NAME=opi_tcpserver
set LIB_NAME=OPI_TCPServer
set OPENSSL_DIR=C:\msys64\mingw64
set OPENSSL_LIB_DIR=%OPENSSL_DIR%\lib
set OPENSSL_INCLUDE_DIR=%OPENSSL_DIR%\include

BIN
src/en/OInt/addins/OPI_TCPServer.zip vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="4c9ebab6-8e20-4690-b509-2e32b293ad75">
<name>OPI_TCPClient</name>
<synonym>
<key>ru</key>
<value>TCPClient</value>
</synonym>
<synonym>
<key></key>
<value>OPI TCPClient</value>
</synonym>
<templateType>AddIn</templateType>
</mdclass:CommonTemplate>

Binary file not shown.

BIN
src/ru/OInt/addins/OPI_TCPServer.zip vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="4c9ebab6-8e20-4690-b509-2e32b293ad75">
<name>OPI_TCPClient</name>
<synonym>
<key>ru</key>
<value>TCPClient</value>
</synonym>
<synonym>
<key></key>
<value>OPI TCPClient</value>
</synonym>
<templateType>AddIn</templateType>
</mdclass:CommonTemplate>