Skip to content

Commit

Permalink
copy recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Sep 3, 2015
1 parent c97eca9 commit c5a5c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.omdev.mingw
Expand Up @@ -316,7 +316,7 @@ sundials_msvc: 3rdParty/sundials/CMakeLists.txt

# copy dll to lib and bin folder
mkdir -p $(OMBUILDDIR)/include/omc/msvc/sundials
(cp -puf 3rdParty/sundials/build_msvc/include/* $(OMBUILDDIR)/include/omc/msvc/sundials)
(cp -pufr 3rdParty/sundials/build_msvc/include/* $(OMBUILDDIR)/include/omc/msvc/sundials)
(cp -puf 3rdParty/sundials/build_msvc/lib/* $(OMBUILDDIR)/lib/omc/msvc/)
(cp -puf 3rdParty/sundials/build_msvc/lib/*.dll $(OMBUILDDIR)/bin)

Expand Down

0 comments on commit c5a5c81

Please sign in to comment.