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
743c53eb
Commit
743c53eb
authored
Aug 22, 2016
by
Jonathan Wilkes
Browse files
remove references to old loadlibs in the installer metascript
parent
74f22c46
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/win32_inno/Makefile
View file @
743c53eb
...
...
@@ -95,11 +95,13 @@ lib_install:
install
-p
$(bin_src)/libtre-5.dll
$(DESTDIR)$(bindir)/
# For fluid~
install
-p
$(bin_src)/libfluidsynth-1.dll
$(DESTDIR)$(bindir)/
# For other external libs
install
-p
$(bin_src)/lua53.dll
$(DESTDIR)$(bindir)/
#install -p $(bin_src)/pthreadGC2.dll $(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libdl-0.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libportaudio-2.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libFLAC-8.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libspeex-1.dll
$(DESTDIR)$(bindir)/
# These are for Gem
install
-p
$(bin_src)/libftgl-2.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libfreetype-6.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