mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Compilation under msys/mingw is sucessful (except plugins).
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@500 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
8bd8b5cd7a
commit
9925eafcbb
2 changed files with 6 additions and 2 deletions
|
|
@ -13,6 +13,12 @@ Software to install
|
|||
(quicklink: ftp://ftp.dante.de/tex-archive/tools/zip/info-zip/WIN32/zip232xN.zip), and extract zip.exe to c:\msys\1.0\usr\local\bin
|
||||
|
||||
|
||||
Building
|
||||
|
||||
WARNING: During the build, windows might slow down suddenly. Using ctl+alt+del to start the windows system monitor, you might see a process 'LVpSRV.exe' or something like this that eats 90% of cpu. Kill it. Don't know what it is, but once killed, windows runs normally.
|
||||
|
||||
|
||||
|
||||
Building
|
||||
|
||||
WARNING: During the build, windows might slow down suddenly. Using ctl+alt+del to start the windows system monitor, you might see a process 'LVpSRV.exe' or something like this that eats 90% of cpu. Kill it. Don't know what it is, but once killed, windows runs normally.
|
||||
|
|
|
|||
|
|
@ -120,8 +120,6 @@ endif
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
alldescs.h: Makefile.am $(libmediastreamer_la_SOURCES)
|
||||
builddir=`pwd` && cd $(srcdir) && \
|
||||
awk 'BEGIN { FS="[()]" ; }; /^\t*MS_FILTER_DESC_EXPORT/{ printf("%s\n", $$2) } ' > $$builddir/filterdescs.txt $(libmediastreamer_la_SOURCES) && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue