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
STJr
UltimateZoneBuilder
Commits
914f5ec9
Commit
914f5ec9
authored
10 years ago
by
MaxED
Browse files
Options
Downloads
Patches
Plain Diff
Updated setup and automatic build files.
parent
0a7bd9f6
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
MakeRelease.bat
+8
-0
8 additions, 0 deletions
MakeRelease.bat
MakeSVNRelease.bat
+8
-0
8 additions, 0 deletions
MakeSVNRelease.bat
Setup/gzbuilder_setup.iss
+1
-0
1 addition, 0 deletions
Setup/gzbuilder_setup.iss
with
17 additions
and
0 deletions
MakeRelease.bat
+
8
−
0
View file @
914f5ec9
...
...
@@ -105,6 +105,14 @@ msbuild "Source\Plugins\NodesViewer\NodesViewer.csproj" /t:Rebuild /p:Configurat
IF
%ERRORLEVEL%
NEQ
0
GOTO
ERRORFAIL
IF
NOT
EXIST
"Build\Plugins\NodesViewer.dll"
GOTO
FILEFAIL
ECHO
.
ECHO
Compiling
Sound
Propagation
Mode
plugin
...
ECHO
.
IF
EXIST
"Build\Plugins\SoundPropagationMode.dll"
DEL
/F /Q
"Build\Plugins\SoundPropagationMode.dll"
>
NUL
msbuild
"Source\Plugins\SoundPropagationMode\SoundPropagation.csproj"
/t
:Rebuild
/p
:Configuration
=
Release
/p
:Platform
=
x86
/v
:minimal
IF
%ERRORLEVEL%
NEQ
0
GOTO
ERRORFAIL
IF
NOT
EXIST
"Build\Plugins\SoundPropagationMode.dll"
GOTO
FILEFAIL
ECHO
.
ECHO
Compiling
Tag
Explorer
plugin
...
ECHO
.
...
...
This diff is collapsed.
Click to expand it.
MakeSVNRelease.bat
+
8
−
0
View file @
914f5ec9
...
...
@@ -105,6 +105,14 @@ msbuild "Source\Plugins\NodesViewer\NodesViewer.csproj" /t:Rebuild /p:Configurat
IF
%ERRORLEVEL%
NEQ
0
GOTO
ERRORFAIL
IF
NOT
EXIST
"Build\Plugins\NodesViewer.dll"
GOTO
FILEFAIL
ECHO
.
ECHO
Compiling
Sound
Propagation
Mode
plugin
...
ECHO
.
IF
EXIST
"Build\Plugins\SoundPropagationMode.dll"
DEL
/F /Q
"Build\Plugins\SoundPropagationMode.dll"
>
NUL
msbuild
"Source\Plugins\SoundPropagationMode\SoundPropagation.csproj"
/t
:Rebuild
/p
:Configuration
=
Release
/p
:Platform
=
x86
/v
:minimal
IF
%ERRORLEVEL%
NEQ
0
GOTO
ERRORFAIL
IF
NOT
EXIST
"Build\Plugins\SoundPropagationMode.dll"
GOTO
FILEFAIL
ECHO
.
ECHO
Compiling
Tag
Explorer
plugin
...
ECHO
.
...
...
This diff is collapsed.
Click to expand it.
Setup/gzbuilder_setup.iss
+
1
−
0
View file @
914f5ec9
...
...
@@ -54,6 +54,7 @@ Source: Plugins\BuilderEffects.dll; DestDir: {app}\Plugins; Flags: ignoreversion
Source: Plugins\ColorPicker.dll; DestDir: {app}\Plugins; Flags: ignoreversion
Source: Plugins\CommentsPanel.dll; DestDir: {app}\Plugins; Flags: ignoreversion
Source: Plugins\NodesViewer.dll; DestDir: {app}\Plugins; Flags: ignoreversion
Source: Plugins\SoundPropagationMode.dll; DestDir: {app}\Plugins; Flags: ignoreversion
Source: Plugins\TagExplorer.dll; DestDir: {app}\Plugins; Flags: ignoreversion
Source: Plugins\TagRange.dll; DestDir: {app}\Plugins; Flags: ignoreversion
Source: Plugins\VisplaneExplorer.dll; DestDir: {app}\Plugins; Flags: ignoreversion
...
...
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