Skip to content

Commit

Permalink
MSYS2 : Copy necessary DLL to project bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
oxillo committed Jan 24, 2016
1 parent 1ca96c4 commit 74ca123
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file removed export/msys2/qtmlClient.dll
Binary file not shown.
14 changes: 14 additions & 0 deletions libs/openFrameworksCompiled/project/msys2/config.msys2.default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,20 @@ PLATFORM_LIBRARY_SEARCH_PATHS =
#PLATFORM_CC=

afterplatform: $(TARGET_NAME)

@cp $(MSYS2_ROOT)/bin/libwinpthread-1.dll bin/
@cp $(MSYS2_ROOT)/bin/libwinpthread-1.dll bin/
@cp $(MSYS2_ROOT)/bin/libgcc_s_dw2-1.dll bin/
@cp $(MSYS2_ROOT)/bin/libstdc++-6.dll bin/
@cp $(MSYS2_ROOT)/bin/libboost_filesystem-mt.dll bin/
@cp $(MSYS2_ROOT)/bin/libboost_system-mt.dll bin/
@cp $(MSYS2_ROOT)/bin/libcairo-2.dll bin/
@cp $(MSYS2_ROOT)/bin/LIBEAY32.dll bin/
@cp $(MSYS2_ROOT)/bin/libfreeimage-3.dll bin/
@cp $(MSYS2_ROOT)/bin/libfreetype-6.dll bin/
@cp $(MSYS2_ROOT)/bin/glew32.dll bin/
@cp $(MSYS2_ROOT)/bin/SSLEAY32.dll bin/
@if [ -d $(OF_EXPORT_PATH)/$(ABI_LIB_SUBPATH) ]; then cp -r $(OF_EXPORT_PATH)/$(ABI_LIB_SUBPATH)/* bin/; fi
@echo
@echo " compiling done"
@echo " to launch the application"
Expand Down

0 comments on commit 74ca123

Please sign in to comment.