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
fe1f9481
Commit
fe1f9481
authored
Jul 29, 2022
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignore exp
parent
f952d1c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
.gitignore
.gitignore
+2
-0
libademco.exp
c/swig/libademco.exp
+0
-0
linux.sh
c/swig/linux.sh
+6
-0
No files found.
.gitignore
View file @
fe1f9481
...
...
@@ -85,6 +85,7 @@ obj/
*.so
*.dylib
*.dll
*.exp
# Compiled Static libraries
*.lai
...
...
@@ -92,6 +93,7 @@ obj/
*.a
*.lib
# Executables
*.exe
#AlarmCenter_Setup.exe
...
...
c/swig/libademco.exp
deleted
100644 → 0
View file @
f952d1c6
File deleted
c/swig/linux.sh
0 → 100644
View file @
fe1f9481
#/bin/bash
mkdir
-p
com/hb3344/ademco
swig
-java
-package
com.hb3344.ademco
-outdir
com/hb3344/ademco
-o
libademco_java_wrap.c libademco.swig
gcc
-fpic
-c
../ademco.c libademco_java_wrap.c
-I
"../"
-I
"%JAVA_HOME%include"
-I
"%JAVA_HOME%include/win32"
gcc
-shared
ademco.o libademco_java_wrap.o
-o
libademco.so
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