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
2b48b258
Commit
2b48b258
authored
Aug 13, 2022
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release
parent
bb722eae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
examples.bat
tools/examples.bat
+1
-1
examples_x64.bat
tools/examples_x64.bat
+1
-1
mkrelease.sh
tools/mkrelease.sh
+1
-0
No files found.
tools/examples.bat
View file @
2b48b258
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
devenv /Build "Release|x86" ../examples/examples.sln
\ No newline at end of file
devenv /Build "Release|x86" ../examples/ademco_hb_examples.sln
\ No newline at end of file
tools/examples_x64.bat
View file @
2b48b258
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
devenv /Build "Release|x64" ../examples/examples.sln
\ No newline at end of file
devenv /Build "Release|x64" ../examples/ademco_hb_examples.sln
\ No newline at end of file
tools/mkrelease.sh
View file @
2b48b258
...
...
@@ -8,6 +8,7 @@ mkdir examples
mkdir
examples/x86
mkdir
examples/x64
cp
"/e/dev/AlarmCenterTestTools/Release/直连型主机模拟器V1.13.exe"
examples/x86/
cp
"/g/dev_libs/libevent-2.1.12-stable-install/lib/event_core.dll"
examples/x86/
cp
../examples/Win32/Release/server_demo.exe examples/x86/
cp
../examples/Release/ademco.dll examples/x86/
cp
../examples/Release/ademco.lib examples/x86/
...
...
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