Project

General

Profile

Actions

Anomalie #377

open

Windows builds: Update installdirs to a flat folder and use pev to include dependencies

Added by François Cerbelle 3 months ago. Updated 3 months ago.

Status:
Résolu
Priority:
Normal
Target version:
Start date:
02/08/2024
Due date:
% Done:

100%

Estimated time:
2:00 h
Spent time:

Description

for i in $(DESTDIR)/usr/lib/mkernel/*.dll; do
echo $(i) :;
for j in `peldd - f text "${i}" | tail - n+2 | sort - u`; do
echo -- - ${j};
find /usr/x86_64-w64-mingw32/ -name "${j}" -exec cp {} $(installdir)/usr/lib/ \;;
done;
done

Actions #1

Updated by François Cerbelle 3 months ago

  • Subject changed from Windows builds: Update installdirs to a flat folder to Windows builds: Update installdirs to a flat folder and use pev to include dependencies
Actions #2

Updated by François Cerbelle 3 months ago

  • Description updated (diff)
Actions #3

Updated by François Cerbelle 3 months ago

  • Description updated (diff)
Actions #4

Updated by François Cerbelle 3 months ago

  • Description updated (diff)
Actions #5

Updated by François Cerbelle 3 months ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF