Changeset d519288 in OpenModelica


Ignore:
Timestamp:
2021-11-23T15:09:37+01:00 (2 years ago)
Author:
GitHub <noreply@…>
Branches:
maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
25b5073b, 4508d65, 71aae049, b1ae27f7
Parents:
0802d69
git-author:
Mahder Gebremedhin <mahge@…> (11/23/21 15:09:37)
git-committer:
GitHub <noreply@…> (11/23/21 15:09:37)
Message:

Do not copy libexpat.dll from OMDev. (#8202)

  • It was giving warnings about incompatible dll on OMEdit messages.
  • It does not seem to be used anyway so it is removed.
  • If anything actually fails we will find out after the Windows tests are run.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Makefile.omdev.mingw

    r18b18361 rd519288  
    295295  test ! -f $(OMDEVMSYS)/tools/msys/mingw64/bin/libunistring-2.dll || cp -puf $(OMDEVMSYS)/tools/msys/mingw64/bin/libunistring-2.dll $(builddir_bin)/
    296296endif
    297   (cp -pf $(OMDEVMSYS)/lib/expat-win32-msvc/libexpat.dll $(builddir_bin)/)
    298297  (cp -pf $(OMDEVMSYS)/lib/lapack-win32-msvc/blas_win32_MT.dll $(builddir_bin)/)
    299298  (cp -pf $(OMDEVMSYS)/lib/lapack-win32-msvc/lapack_win32_MT.dll $(builddir_bin)/)
Note: See TracChangeset for help on using the changeset viewer.