Skip to content
Snippets Groups Projects
Commit 13f357f9 authored by Axel Loewe's avatar Axel Loewe
Browse files

Merge branch '119-windows-missing-dlls' into 'master'

Resolve "Windows missing dlls"

See merge request !16
parents d91f7d77 0f8c31d7
Branches
No related tags found
1 merge request!16Resolve "Windows missing dlls"
Pipeline #9760 passed
......@@ -4,7 +4,7 @@ build-cygwin:
- make -j
- mkdir meshalyzer_win64
- cp src/meshalyzer.exe meshalyzer_win64
- cp /bin/cyggcc_s-seh-1.dll /bin/cyggomp-1.dll /bin/cygjpeg-8.dll /bin/cygpng16-16.dll /bin/cygstdc++-6.dll /bin/cygwin1.dll /bin/cygz.dll /bin/cygfreetype-6.dll meshalyzer_win64
- cp /bin/cyggcc_s-seh-1.dll /bin/cyggomp-1.dll /bin/cygjpeg-8.dll /bin/cygpng16-16.dll /bin/cygstdc++-6.dll /bin/cygwin1.dll /bin/cygz.dll /bin/cygfreetype-6.dll /bin/cygbz2-1.dll /bin/cygbrotlidec-1.dll /bin/cygbrotlicommon-1.dll meshalyzer_win64
- zip -r $WIN_EXE meshalyzer_win64
artifacts:
paths:
......
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased
- added cygbz2-1.dll cygbrotlidec-1.dll cygbrotlicommon-1.dll to Windows executable
## [5.4] - 2024-11-08
- can drag-and-drop data/state files from external applications
- as-auxgrid can use IGB and time series .dat files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment