Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
DrawSVG
Commits
2f7d893d
Commit
2f7d893d
authored
Feb 13, 2021
by
TheNumbat
Browse files
change runcmake to scotty3d one
parent
f1c93dc7
Changes
1
Show whitespace changes
Inline
Side-by-side
runcmake_win.bat
View file @
2f7d893d
@echo
off
call
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
>
NUL
2
>
NUL
mkdir
build
c
d
build
push
d
build
cmake
..
cd
..
pause
if
"
%
1"
==
"configure"
exit
if
[
%
1
]==[]
(
cmake
--build
.
--config
RelWithDebInfo
)
if
not
[
%
1
]==[]
(
cmake
--build
.
--config
%
1
)
popd
\ 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