Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
138
Issues
138
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Commits
91cd8c95
Commit
91cd8c95
authored
Nov 11, 2020
by
Rob Swindell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MSVC build batch files.
parent
60a291bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/sexpots/build.bat
src/sexpots/build.bat
+6
-0
src/sexpots/release.bat
src/sexpots/release.bat
+2
-0
No files found.
src/sexpots/build.bat
0 → 100644
View file @
91cd8c95
@echo
off
setlocal
rem *** Requires Microsoft Visual C++ 2019 ***
call
"
%VS1
60COMNTOOLS
%
\VsMSBuildCmd.bat"
msbuild
sexpots
.sln
/p
:Platform
=
"Win32"
%
*
if
errorlevel
1
echo
.
&
echo
!
ERROR
(
s
)
occurred
&
exit
/b
1
\ No newline at end of file
src/sexpots/release.bat
0 → 100644
View file @
91cd8c95
@echo
off
call
build
.bat
"/p:Configuration=Release"
%
*
\ No newline at end of file
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