From e930bcaa91df07fc456d90933e96892b7aba0017 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Mon, 8 Jan 2024 15:46:47 +0100 Subject: [PATCH] Package: Add windows 'libbief.dll'. --- packages/make-windows-dir.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/make-windows-dir.bat b/packages/make-windows-dir.bat index 28eccbc4..e2f386d7 100644 --- a/packages/make-windows-dir.bat +++ b/packages/make-windows-dir.bat @@ -43,6 +43,7 @@ mkdir pamhyr\mage copy /y ..\mage-windows\mage.exe pamhyr\mage\ copy /y ..\mage-windows\mage_extraire.exe pamhyr\mage\ copy /y ..\mage-windows\mailleurPF.exe pamhyr\mage\ +copy /y ..\mage-windows\libbief.dll pamhyr\mage\ rem Copy tests_cases mkdir pamhyr\tests_cases -- GitLab