Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
89cd225f
Commit
89cd225f
authored
Sep 29, 2016
by
Jonathan Wilkes
Browse files
fix #122: add Gem dependencies for Windows package
parent
69a07550
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/win32_inno/Makefile
View file @
89cd225f
...
...
@@ -112,6 +112,8 @@ lib_install:
install
-p
$(bin_src)/libiconv-2.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libpng16-16.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/zlib1.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libpcre-1.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libgraphite2.dll
$(DESTDIR)$(bindir)/
# these stay with pd.exe
# if these are installed, include them in the build root
-install
-p
$(system32)/msvcp71.dll
$(DESTDIR)$(bindir)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment