Skip to content

Commit

Permalink
add missing file on windows and rebuilt AutoGeneratedFile.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
frederichecht committed Dec 11, 2024
1 parent 2062b69 commit b1e524c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified AutoGeneratedFile.tar.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions bin/compile-version-MacOS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Warning after version Sonoma 14.xx MACOS it is impossible to change application directory
#
#
echo usage: $0 branchgit dircompilation optionconf [addprefix] [addconf]
exec 3>&1 # save stdout stream
echo2() { echo "$@"; echo "$@" 1>&3; }
Expand Down Expand Up @@ -62,6 +65,7 @@ exec 1>$LOG 2>&1 # save log is $LOG

echo2 compilation FreeFEM version ${ver} on Mac ${arch} in $(pwd)
echo2 ==========================================================

prefix=/Applications/FreeFem++.app/Contents/ff-$verb$addprefix
echo2 prefix = $prefix
test -d $prefix || mkdir -p $prefix
Expand Down
4 changes: 2 additions & 2 deletions src/bin-win32/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ all-local: $(WIN32DLLTARGET)
# correctly built.

if ENABLE_FFCS
win32-dll-target: FreeFem++.exe ff-c++
win32-dll-target: FreeFem++.exe ff-c++ md2edp.exe
-for i in $(LDADD2) ; do case $$i in *.dll) echo cp -p $$i .; cp -p $$i . ;; esac ; done
./copy-dll.sh
echo "on a fini"
else
win32-dll-target: FreeFem++.exe FreeFem++-nw.exe bamg.exe cvmsh2.exe launchff++.exe ff-c++ $(MPIPROG)
win32-dll-target: FreeFem++.exe FreeFem++-nw.exe bamg.exe cvmsh2.exe launchff++.exe ff-c++ md2edp.exe $(MPIPROG)
-cp ../nw/ffglut.exe . 2> /dev/null
-for i in $(LDADD2) ; do case $$i in *.dll) echo cp -p $$i .; cp -p $$i . ;; esac ; done
./copy-dll.sh
Expand Down

0 comments on commit b1e524c

Please sign in to comment.