Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
c63b7467
Commit
c63b7467
authored
9 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into next
parents
6301deb2
19e82bc8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
comptime.bat
+9
-9
9 additions, 9 deletions
comptime.bat
with
9 additions
and
9 deletions
comptime.bat
+
9
−
9
View file @
c63b7467
@
ECHO
OFF
@
echo
off
set
BRA
=
Unknown
set
BRA
=
Unknown
set
REV
=
illegal
set
REV
=
illegal
...
@@ -13,20 +13,20 @@ goto filwri
...
@@ -13,20 +13,20 @@ goto filwri
:gitrev
:gitrev
set
GIT
=
%
2
set
GIT
=
%
2
if
"
%GIT%
"
==
""
set
GIT
=
git
if
"
%GIT%
"
==
""
set
GIT
=
git
FOR
/
F
"usebackq"
%%s
IN
(
`
%GIT%
rev-parse --abbrev-ref HEAD`
)
DO
@SET
BRA
=
%%s
for
/
f
"usebackq"
%%s
in
(
`
%GIT%
rev-parse --abbrev-ref HEAD`
)
do
@set
BRA
=
%%s
FOR
/
F
"usebackq"
%%s
IN
(
`
%GIT%
rev-parse HEAD`
)
DO
@SET
REV
=
%%s
for
/
f
"usebackq"
%%s
in
(
`
%GIT%
rev-parse HEAD`
)
do
@set
REV
=
%%s
set
REV
=
%REV
:
~
0
,
8
%
set
REV
=
%REV
:
~
0
,
8
%
goto
filwri
goto
filwri
:svnrev
:svnrev
set
BRA
=
Subversion
set
BRA
=
Subversion
FOR
/
F
"usebackq"
%%s
IN
(
`svnversion .`
)
DO
@SET
REV
=
%%s
for
/
f
"usebackq"
%%s
in
(
`svnversion .`
)
do
@set
REV
=
%%s
set
REV
=
r
%REV%
set
REV
=
r
%REV%
goto
filwri
goto
filwri
:filwri
:filwri
ECHO
//
Do
not
edit
!
This
file
was
autogenerated
>
%
1
\comptime.h
echo
//
Do
not
edit
!
This
file
was
autogenerated
>
%
1
\comptime.h
ECHO
//
by
the
%
0
batch
file
>>
%
1
\comptime.h
echo
//
by
the
%
0
batch
file
>>
%
1
\comptime.h
ECHO
//
>>
%
1
\comptime.h
echo
//
>>
%
1
\comptime.h
ECHO
const
char
*
compbranch
=
"
%BRA%
"
;
>>
%
1
\comptime.h
echo
const
char
*
compbranch
=
"
%BRA%
"
;
>>
%
1
\comptime.h
ECHO
const
char
*
comprevision
=
"
%REV%
"
;
>>
%
1
\comptime.h
echo
const
char
*
comprevision
=
"
%REV%
"
;
>>
%
1
\comptime.h
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment