Skip to content

Commit

Permalink
Finish merge of build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweismann committed Aug 25, 2022
1 parent 2dae7f9 commit b558b92
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions Build/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,22 @@ set basepath="%~dp0"

cd %basepath%\..\Source
set Sources=actutils.go automaticcomponenttoolkit.go buildbindingccpp.go buildbindingccppdocumentation.go buildbindingcsharp.go buildbindinggo.go buildbindingnode.go buildbindingpascal.go buildbindingpython.go buildimplementationcpp.go buildbindingjava.go buildimplementationpascal.go componentdefinition.go componentdiff.go languagewriter.go languagec.go languagecpp.go languagepascal.go
<<<<<<< HEAD

set GOOS=windows
set GOARCH=amd64
echo "Build act.win64.exe"
go build -o ..\act.win64.exe %Sources%

echo "Patching properties of act.win64.exe"
..\build\verpatch ..\act.win64.exe /high /va 1.7.0 /pv "1.7.0-develop" /s copyright "(c) 2018-2019 ACT Developers" /s desc "ACT is a code generator for software components" /s productName "Automatic Component Toolkit"
..\build\verpatch ..\act.win64.exe /high /va 1.8.0 /pv "1.8.0-develop" /s copyright "(c) 2018-2019 ACT Developers" /s desc "ACT is a code generator for software components" /s productName "Automatic Component Toolkit"

set GOOS=windows
=======

set GOOS=windows
set GOARCH=amd64
echo "Build act.exe"
go build -o ..\act.win64.exe %Sources%

echo "Patching properties of act.win64.exe"
..\build\verpatch ..\act.win64.exe /high /va 1.7.0 /pv "1.7.0-develop" /s copyright "(c) 2018-2019 ACT Developers" /s desc "ACT is a code generator for software components" /s productName "Automatic Component Toolkit"

set GOOS=windows
>>>>>>> ADSK/develop
set GOARCH=386
echo "Build act.win32.exe"
go build -o ..\act.win32.exe %Sources%

<<<<<<< HEAD
echo "Patching properties of act.win32.exe"
=======
echo "Patching properties of act_win32.exe"
>>>>>>> ADSK/develop
..\build\verpatch ..\act.win32.exe /high /va 1.7.0 /pv "1.7.0-develop" /s copyright "(c) 2018-2019 ACT Developers" /s desc "ACT is a code generator for software components" /s productName "Automatic Component Toolkit"
..\build\verpatch ..\act.win32.exe /high /va 1.8.0 /pv "1.8.0-develop" /s copyright "(c) 2018-2019 ACT Developers" /s desc "ACT is a code generator for software components" /s productName "Automatic Component Toolkit"

set GOOS=linux
set GOARCH=amd64
Expand Down

0 comments on commit b558b92

Please sign in to comment.