Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
c37c7fd5
Commit
c37c7fd5
authored
May 11, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac, Makefile.am: fixes for WinCE build.
parent
a8bf646b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Makefile.am
Makefile.am
+5
-0
configure.ac
configure.ac
+2
-2
No files found.
Makefile.am
View file @
c37c7fd5
...
...
@@ -421,6 +421,11 @@ vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc builtin`
vlc_LDADD
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
# Work around a bug in the arm-wince-pe linker
if
HAVE_WINCE
vlc_LDFLAGS
+=
lib/libvlc.a
endif
# We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
# old automake-1.5 bug (automake/279).
DEPENDENCIES_vlc
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
...
...
configure.ac
View file @
c37c7fd5
...
...
@@ -3661,12 +3661,12 @@ if test "${SYS}" = "mingwce"; then
VLC_ADD_CXXFLAGS([wince],[])
VLC_ADD_LDFLAGS([wince],[-lcommctrl -lcommdlg -laygshell])
dnl Gross hack
VLC_ADD_LDFLAGS([wince],[modules/gui/wince/wince_rc.o])
VLC_ADD_LDFLAGS([wince],[
\\\${top_builddir}
modules/gui/wince/wince_rc.o])
elif test "${SYS}" = "mingw32"; then
VLC_ADD_CXXFLAGS([wince],[])
VLC_ADD_LDFLAGS([wince],[-lcomctl32 -lcomdlg32 -lgdi32 -lole32])
dnl Gross hack
VLC_ADD_LDFLAGS([wince],[modules/gui/wince/wince_rc.o])
VLC_ADD_LDFLAGS([wince],[
\\\${top_builddir}
modules/gui/wince/wince_rc.o])
fi
dnl
...
...
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