Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
0b68cee3
Commit
0b68cee3
authored
Dec 04, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix RC compilation from source snapshots
parent
0230e4e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
activex/Makefile.am
activex/Makefile.am
+1
-1
No files found.
activex/Makefile.am
View file @
0b68cee3
...
...
@@ -103,7 +103,7 @@ DATA_axvlc_rc = $(noinst_axvlc_rc_DATA)
noinst_axvlc_rc_DATA
=
axvlc_rc.
$(OBJEXT)
noinst_axvlc_rcdir
=
$(libdir)
axvlc_rc.$(OBJEXT)
:
axvlc_rc.rc inplace.bmp axvlc.tlb
$(WINDRES)
-DVERSION
=
$(VERSION)
-DVERSION_NUMBER
=
`
echo
$(VERSION)
.0.0.0 |
sed
's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'
`
--include-dir
$(srcdir)
-i
$<
-o
$@
$(WINDRES)
-DVERSION
=
$(VERSION)
-DVERSION_NUMBER
=
`
echo
$(VERSION)
.0.0.0 |
sed
's/
[^0-9]*
\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'
`
--include-dir
$(srcdir)
-i
$<
-o
$@
else
...
...
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