Skip to content

Commit

Permalink
modified make file to copy minpack dll to build/bin folder
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Mar 18, 2014
1 parent cbf706e commit 4b2ca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -187,7 +187,7 @@ CMinpack:
test -d 3rdParty/CMinpack/install || $(MAKE) -C 3rdParty/CMinpack/build install
test ! `uname` = Darwin || install_name_tool -id @rpath/libcminpack.1.3.2.dylib 3rdParty/CMinpack/install/lib/libcminpack.1.3.2.dylib
# copy dll/so to lib/omc/ folders
(cp -af 3rdParty/CMinpack/install/lib*/$(LIBCMINPACK)*$(SHREXT)* $(builddir_lib)/omc/)
(cp -af 3rdParty/CMinpack/install/lib*/$(LIBCMINPACK)*$(SHREXT)* $(builddir_bin))
#TODO: Only copy required headers, add them in omc/fmi subfolder, and do not copy c/txt-files
#cp -rp 3rdParty/CMinpack/install/include/* $(builddir_inc)

Expand Down

0 comments on commit 4b2ca6a

Please sign in to comment.