Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
d4956f0a
Commit
d4956f0a
authored
Mar 06, 2018
by
Gargaj
Browse files
update build bat to include zipping
parent
bbe89d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_all.bat
View file @
d4956f0a
...
...
@@ -11,6 +11,12 @@ call :build
copy
LICENSE
_package.x64
copy
README
.md _package.x64
cd
_package.x64
set
FN
=
Bonzomatic_W64_
%date
:
~
0
,
4
%
-
%date
:
~
5
,
2
%
-
%date
:
~
8
,
2
%
.zip
zip
-r
-
9
%FN%
*
move
%FN%
..\
cd
..
set
BNZ_X64
=
OFF
set
BNZ_FLAVOR
=
GLFW
call
:build
...
...
@@ -24,6 +30,12 @@ call :build
copy
LICENSE
_package.x86
copy
README
.md _package.x86
cd
_package.x86
set
FN
=
Bonzomatic_W32_
%date
:
~
0
,
4
%
-
%date
:
~
5
,
2
%
-
%date
:
~
8
,
2
%
.zip
zip
-r
-
9
%FN%
*
move
%FN%
../
cd
..
goto
:eof
REM --------------------- BUILD TIME -------------------------------
...
...
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