mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Remove 32 bit support for releases and nightly builds
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Script for building HeidiSQL main executable, in 32 bit and 64 bit
|
* Script for building HeidiSQL main executable, in 64 bit
|
||||||
* Syntax:
|
* Syntax:
|
||||||
* php build.php
|
* php build.php
|
||||||
*
|
*
|
||||||
@@ -43,7 +43,7 @@ function compilerCommand(int $bit, string $outputNameExtension): string
|
|||||||
$params = [
|
$params = [
|
||||||
//'-$O-', // disable optimization
|
//'-$O-', // disable optimization
|
||||||
'-$W+', // Generate stack frames
|
'-$W+', // Generate stack frames
|
||||||
'--no-config', // do not load default dcc64/32.cfg file
|
'--no-config', // do not load default dcc64.cfg file
|
||||||
//'-M', // Modifizierte Units erzeugen
|
//'-M', // Modifizierte Units erzeugen
|
||||||
'-Q', // Quiet compile, workaround for avoiding error D21153 - see http://qc.borland.com/wc/qcmain.aspx?d=44731
|
'-Q', // Quiet compile, workaround for avoiding error D21153 - see http://qc.borland.com/wc/qcmain.aspx?d=44731
|
||||||
'-TX.'.$outputNameExtension, // Erweiterung des Ausgabenamens
|
'-TX.'.$outputNameExtension, // Erweiterung des Ausgabenamens
|
||||||
@@ -181,7 +181,7 @@ foreach($po_files as $po_file)
|
|||||||
execCommand('"extra\\internationalization\\msgfmt.exe" -o '.$mo_file.' '.$po_file);
|
execCommand('"extra\\internationalization\\msgfmt.exe" -o '.$mo_file.' '.$po_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
$compileBits = ['32', '64'];
|
$compileBits = ['64'];
|
||||||
|
|
||||||
foreach($compileBits as $bit)
|
foreach($compileBits as $bit)
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
out/plink-32.exe
BIN
out/plink-32.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user