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
David MacDonald
purr-data
Commits
6cde5b3e
Commit
6cde5b3e
authored
Nov 12, 2012
by
Ivica Bukvic
Browse files
few remaining stray pd-l2ork version fixes
parent
520f32a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/import.c
View file @
6cde5b3e
...
@@ -171,6 +171,7 @@ void import_setup(void)
...
@@ -171,6 +171,7 @@ void import_setup(void)
post
(
"[import] %s"
,
version
);
post
(
"[import] %s"
,
version
);
post
(
"
\t
[import] is still in development, the interface could change!"
);
post
(
"
\t
[import] is still in development, the interface could change!"
);
post
(
"
\t
compiled against Pd version %d.%d.%d"
,
PD_MAJOR_VERSION
,
//post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION,
PD_MINOR_VERSION
,
PD_BUGFIX_VERSION
);
// PD_MINOR_VERSION, PD_BUGFIX_VERSION);
post
(
"
\t
compiled against Pd-l2ork version %s"
,
PD_TEST_VERSION
);
}
}
src/makefile.in
View file @
6cde5b3e
...
@@ -217,7 +217,7 @@ install: all
...
@@ -217,7 +217,7 @@ install: all
$(DESTDIR)$(pddocdir)/7.stuff/$$dir
;
\
$(DESTDIR)$(pddocdir)/7.stuff/$$dir
;
\
done
done
mv
$(ABOUT_FILE)
$(ABOUT_FILE).tmp
mv
$(ABOUT_FILE)
$(ABOUT_FILE).tmp
cat
$(ABOUT_FILE).tmp
|
sed
's|PD_VERSION|Pd version $(PD_VERSION)|'
\
cat
$(ABOUT_FILE).tmp
|
sed
's|PD_VERSION|Pd
-l2ork
version $(PD_
TEST_
VERSION)|'
\
>
$(ABOUT_FILE)
>
$(ABOUT_FILE)
rm
$(ABOUT_FILE).tmp
rm
$(ABOUT_FILE).tmp
rsync
-ax
--exclude
=
.git
--exclude
=
.svn ../extra
$(DESTDIR)$(libpddir)
/
rsync
-ax
--exclude
=
.git
--exclude
=
.svn ../extra
$(DESTDIR)$(libpddir)
/
...
...
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