Skip to content

Commit b1e524c

Browse files
committed
add missing file on windows and rebuilt AutoGeneratedFile.tar.gz
1 parent 2062b69 commit b1e524c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

AutoGeneratedFile.tar.gz

-2.6 KB
Binary file not shown.

bin/compile-version-MacOS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Warning after version Sonoma 14.xx MACOS it is impossible to change application directory
2+
#
3+
#
14
echo usage: $0 branchgit dircompilation optionconf [addprefix] [addconf]
25
exec 3>&1 # save stdout stream
36
echo2() { echo "$@"; echo "$@" 1>&3; }
@@ -62,6 +65,7 @@ exec 1>$LOG 2>&1 # save log is $LOG
6265

6366
echo2 compilation FreeFEM version ${ver} on Mac ${arch} in $(pwd)
6467
echo2 ==========================================================
68+
6569
prefix=/Applications/FreeFem++.app/Contents/ff-$verb$addprefix
6670
echo2 prefix = $prefix
6771
test -d $prefix || mkdir -p $prefix

src/bin-win32/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ all-local: $(WIN32DLLTARGET)
6767
# correctly built.
6868

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

0 commit comments

Comments
 (0)