File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ set basepath="%~dp0"
44
55cd %basepath% \..\Source
66set 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
7+ <<<<<<< HEAD
78
89set GOOS = windows
910set GOARCH = amd64
@@ -14,11 +15,27 @@ echo "Patching properties of act.win64.exe"
1415..\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"
1516
1617set GOOS = windows
18+ ====== =
19+
20+ set GOOS = windows
21+ set GOARCH = amd64
22+ echo " Build act.exe"
23+ go build -o ..\act.win64.exe %Sources%
24+
25+ echo " Patching properties of act.win64.exe"
26+ ..\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"
27+
28+ set GOOS = windows
29+ >>>>>>> ADSK/develop
1730set GOARCH = 386
1831echo " Build act.win32.exe"
1932go build -o ..\act.win32.exe %Sources%
2033
34+ <<<<<<< HEAD
2135echo " Patching properties of act.win32.exe"
36+ ====== =
37+ echo " Patching properties of act_win32.exe"
38+ >>>>>>> ADSK/develop
2239..\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"
2340
2441set GOOS = linux
@@ -45,7 +62,6 @@ go build -o ..\act.arm.darwin %Sources%
4562set GOOS = linux
4663set GOARCH = arm
4764set GOARM = 5
48- echo " Build act.arm.linux32"
4965go build -o ..\act.arm.linux32 %Sources%
5066
5167set GOOS = linux
@@ -57,4 +73,5 @@ go build -o ..\act.arm.linux64 %Sources%
5773copy ..\act.win64.exe ..\act.exe /Y
5874copy ..\act.linux64 ..\act.linux /Y
5975
76+
6077cd %startingDir%
You can’t perform that action at this time.
0 commit comments