File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -4,39 +4,22 @@ 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
87
98set GOOS = windows
109set GOARCH = amd64
1110echo " Build act.win64.exe"
1211go build -o ..\act.win64.exe %Sources%
1312
1413echo " Patching properties of act.win64.exe"
15- ..\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"
14+ ..\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"
1615
1716set 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
3017set GOARCH = 386
3118echo " Build act.win32.exe"
3219go build -o ..\act.win32.exe %Sources%
3320
34- <<<<<<< HEAD
3521echo " Patching properties of act.win32.exe"
36- ====== =
37- echo " Patching properties of act_win32.exe"
38- >>>>>>> ADSK/develop
39- ..\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"
22+ ..\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"
4023
4124set GOOS = linux
4225set GOARCH = amd64
You can’t perform that action at this time.
0 commit comments