Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ademco_hb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
ademco_hb
Commits
d630422f
Commit
d630422f
authored
1 year ago
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix swig build
parent
bd0995ff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
42 deletions
+46
-42
libademco.swig
swig/libademco.swig
+45
-41
mk_examples.sh
tools/mk_examples.sh
+1
-1
No files found.
swig/libademco.swig
View file @
d630422f
...
...
@@ -15,6 +15,8 @@
%{
/* Includes the header in the wrapper code */
#include "../ademco_config.h"
#include "../ademco_version.h"
#include "../hb_com.h"
%}
...
...
@@ -36,6 +38,8 @@ JAVA_ARRAYS_TYPEMAPS(uint8_t, byte, jbyte, Uint8, "[B")
%pointer_functions(size_t, size_tp);
/* Parse the header file to generate wrappers */
%include "../ademco_config.h"
%include "../ademco_version.h"
%include "../ademco.h"
%include "../hb_com.h"
This diff is collapsed.
Click to expand it.
tools/mk_examples.sh
View file @
d630422f
...
...
@@ -9,7 +9,7 @@ cd $CURRENT_DIR
./examples.bat
mkdir
-p
dist/examples/x86
cp
"/h/dev/AlarmCenterTestTools/Release/直连型主机模拟器V1.1
5
.exe"
dist/examples/x86/
cp
"/h/dev/AlarmCenterTestTools/Release/直连型主机模拟器V1.1
6
.exe"
dist/examples/x86/
cp
"/g/dev_libs/curl-7.87.0/builds/libcurl-vc14-x86-release-dll-ipv6-sspi-schannel/bin/libcurl.dll"
dist/examples/x86/
cp
../examples/Win32/Release/server_demo.exe dist/examples/x86/
cp
../examples/Release/httprelay.exe dist/examples/x86/
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment