Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
e319463f
Commit
e319463f
authored
Jul 01, 2016
by
Jonathan Wilkes
Browse files
install (rsync) nw directory as part of makefile.mingw, don't install pd.tk
parent
067b1e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/makefile.mingw
View file @
e319463f
...
...
@@ -258,7 +258,8 @@ ABOUT_FILE=$(pddocdir)/1.manual/1.introduction.txt
install
:
all
# the real install
install
-d
$(DESTDIR)$(bindir)
install
-p
pd.tk
$(DESTDIR)$(bindir)/pd.tk
# rsync the nw directory, which includes the nw binary itself
rsync
-ax
--exclude
=
.git
--exclude
=
.svn ../nw
$(DESTDIR)$(bindir)
install
-p
$(PDEXEC)
$(DESTDIR)$(bindir)/$(PDEXEC)
install
-p
pd.com
$(DESTDIR)$(bindir)/pd.com
install
-p
pd.dll
$(DESTDIR)$(bindir)/pd.dll
...
...
Write
Preview
Supports
Markdown
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