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
nerrons
purr-data
Commits
d4daacdc
Commit
d4daacdc
authored
Jan 28, 2017
by
Albert Gräf
Browse files
Try to make the Windows/mingw build work again.
parent
1ce4a09c
Changes
2
Hide whitespace changes
Inline
Side-by-side
packages/win32_inno/Makefile
View file @
d4daacdc
...
...
@@ -42,7 +42,11 @@ endif
@echo
" "
@echo
"win32_inno install succeeded!"
build_pd
:
git_version
:
$(pd_src)/src/s_stuff.h.in
cd
$(pd_src)
/src/
&&
\
sed
's|^\(#define PD_BUILD_VERSION "\).*"|\1
$(PD_BUILD_VERSION)
"|'
s_stuff.h.in
>
s_stuff.h
build_pd
:
git_version
cd
$(pd_src)
/src
&&
$(MAKE)
-f
makefile.mingw
pd_install
:
build_pd
...
...
pd/src/makefile.mingw
View file @
d4daacdc
...
...
@@ -148,6 +148,11 @@ PD_VERSION := $(PD_MAJOR_VERSION).$(PD_MINOR_VERSION).$(PD_BUGFIX_VERSION)
ifneq
($(PD_TEST_VERSION),)
PD_VERSION
:=
$(PD_VERSION)
-
$(PD_TEST_VERSION)
endif
# AG: Pd-l2ork version number
PD_L2ORK_VERSION
:=
$(
shell
grep
PD_L2ORK_VERSION m_pd.h |
\
sed
's|^.define *PD_L2ORK_VERSION *"\(.*\)".*|\1|'
)
PD_BUILD_VERSION
:=
$(
shell
grep
PD_BUILD_VERSION s_stuff.h |
\
sed
's|^.define *PD_BUILD_VERSION *"\(.*\)".*|\1|'
)
#
...
...
@@ -294,7 +299,7 @@ install: all
install
-p
../doc/7.stuff/$$dir/*.*
$(pddocdir)/7.stuff/$$dir
;
\
done
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 version $(PD_
L2ORK_
VERSION)
($(PD_BUILD_VERSION))
|'
\
>
$(ABOUT_FILE)
rm
$(ABOUT_FILE).tmp
install
-d
$(libpddir)/extra
...
...
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