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
602c0274
Commit
602c0274
authored
Jun 23, 2022
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
batch build
parent
a74e2389
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
bench.h
examples/bench/bench.h
+2
-2
examples.sln
examples/examples.sln
+4
-0
No files found.
examples/bench/bench.h
View file @
602c0274
...
@@ -21,9 +21,9 @@ using namespace std::chrono;
...
@@ -21,9 +21,9 @@ using namespace std::chrono;
#endif
#endif
#else // WIN32
#else // WIN32
#ifdef _DEBUG
#ifdef _DEBUG
#pragma comment(lib, "../
Win32/
Debug/ademco.lib")
#pragma comment(lib, "../Debug/ademco.lib")
#else
#else
#pragma comment(lib, "../
Win32/
Release/ademco.lib")
#pragma comment(lib, "../Release/ademco.lib")
#endif
#endif
#endif
#endif
...
...
examples/examples.sln
View file @
602c0274
...
@@ -4,6 +4,10 @@ Microsoft Visual Studio Solution File, Format Version 12.00
...
@@ -4,6 +4,10 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 16.0.30114.105
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench", "bench\bench.vcxproj", "{01B919A1-174A-45E5-A2B5-B509BD66E91A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench", "bench\bench.vcxproj", "{01B919A1-174A-45E5-A2B5-B509BD66E91A}"
ProjectSection(ProjectDependencies) = postProject
{EF267749-DA49-433D-BF4E-742D4BC7F1DA} = {EF267749-DA49-433D-BF4E-742D4BC7F1DA}
{D0015E82-053E-431E-95D6-41E9AC9C1342} = {D0015E82-053E-431E-95D6-41E9AC9C1342}
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ademco_hb", "ademco_hb\ademco_hb.vcxproj", "{EF267749-DA49-433D-BF4E-742D4BC7F1DA}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ademco_hb", "ademco_hb\ademco_hb.vcxproj", "{EF267749-DA49-433D-BF4E-742D4BC7F1DA}"
EndProject
EndProject
...
...
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