Add new staticly linked binary.

This commit is contained in:
2023-01-17 12:47:51 +01:00
parent 2fff23ebe8
commit edbcd9b3dc
6 changed files with 5 additions and 1 deletions

View File

@@ -926,7 +926,7 @@ function CreateInpFile(All) {
let Layer='';
let Li='';
// This containes mapped object pairs of original:replace
// This contains mapped object pairs of original:replace
let repAll = new Object();
// Loop over layers an create appropriate values
for (var i=1; i<=All['numLayer'];i++){

View File

@@ -26,3 +26,7 @@ clean:
install:
mv trimspNL $(prefix)/bin/.
trimspNL-static : trimspNL.F
$(FC) $(FCFLAGS) -static -o $@ $<

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.