Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
UltimateZoneBuilder
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
Alam Ed Arias
UltimateZoneBuilder
Commits
668cb137
Commit
668cb137
authored
8 years ago
by
ZZYZX
Browse files
Options
Downloads
Patches
Plain Diff
Updated GIT build batch
parent
107b4887
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Make GIT Build.bat
+2
-2
2 additions, 2 deletions
Make GIT Build.bat
Source/Core/Properties/AssemblyInfo.cs
+2
-2
2 additions, 2 deletions
Source/Core/Properties/AssemblyInfo.cs
Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs
+1
-1
1 addition, 1 deletion
Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs
with
5 additions
and
5 deletions
Make GIT Build.bat
+
2
−
2
View file @
668cb137
...
...
@@ -13,7 +13,7 @@ ECHO. Files in the 'GIT_Build' directory may be overwritten.
ECHO
.
ECHO
.
SET
STUDIODIR
=
c
:\Program
Files
(
x86
)
\Microsoft
Visual
Studio
9
.0
SET
STUDIODIR
=
c
:\Program
Files
(
x86
)
\Microsoft
Visual
Studio
14
.0
SET
HHWDIR
=
c
:\Program
Files
(
x86
)
\HTML
Help
Workshop
SET
SEVENZIPDIR
=
c
:\Program
Files
(
x86
)
\7
-Zip
...
...
@@ -187,7 +187,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO PACKFAIL
IF
NOT
EXIST
.\GIT_Build\gzdb.7z
GOTO
FILEFAIL
IF
NOT
EXIST
.\GIT_Build\GZDB_Updater.7z
GOTO
FILEFAIL
REN
"GIT_Build\gzdb.7z"
GZDoom_Builder
-r
%REVISIONNUMBER%
.7z
REN
"GIT_Build\gzdb.7z"
GZDoom_Builder
_Bugfix
-r
%REVISIONNUMBER%
.7z
IF
EXIST
"Build\Changelog.txt"
DEL
/F /Q
"Build\Changelog.txt"
>
NUL
@ECHO
%REVISIONNUMBER%
>
.\GIT_Build\Version.txt
...
...
This diff is collapsed.
Click to expand it.
Source/Core/Properties/AssemblyInfo.cs
+
2
−
2
View file @
668cb137
...
...
@@ -30,6 +30,6 @@ using CodeImp.DoomBuilder;
// Build Number
// Revision
//
[
assembly
:
AssemblyVersion
(
"2.3.0.279
7
"
)]
[
assembly
:
AssemblyVersion
(
"2.3.0.279
8
"
)]
[
assembly
:
NeutralResourcesLanguageAttribute
(
"en"
)]
[
assembly
:
AssemblyHash
(
"
ebd7fb1
"
)]
[
assembly
:
AssemblyHash
(
"
5821152
"
)]
This diff is collapsed.
Click to expand it.
Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs
+
1
−
1
View file @
668cb137
...
...
@@ -29,5 +29,5 @@ using System.Resources;
// Build Number
// Revision
//
[
assembly
:
AssemblyVersion
(
"2.3.0.279
7
"
)]
[
assembly
:
AssemblyVersion
(
"2.3.0.279
8
"
)]
[
assembly
:
NeutralResourcesLanguageAttribute
(
"en"
)]
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