Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
ad626cd2
Commit
ad626cd2
authored
Oct 03, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
parent
537cf3aa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/gui/win32/Modules.am
modules/gui/win32/Modules.am
+1
-1
modules/gui/win32/win32.bpr
modules/gui/win32/win32.bpr
+1
-1
No files found.
modules/gui/win32/Modules.am
View file @
ad626cd2
...
...
@@ -8,7 +8,7 @@ EXTRA_DIST += $(BORLAND_win32)
# We have private rules! We do whatever we want! Don't mess with us!
SOURCES_win32 = PRIVATE
modules/gui/win32/libwin32_plugin
$(LIBEXT)
: $(BORLAND_win32)
modules/gui/win32/libwin32_plugin
.dll
: $(BORLAND_win32)
cd modules/gui/win32/ && \
rm -f win32.mak && \
$(BCBUILDER)/Bin/bpr2mak win32.bpr -s | sed -e 's@^LIBPATH = .*@&;$$(RELEASELIBPATH)@' -e 's@^USERDEFINES = .*@& -DMODULE_NAME=win32@' > win32.mak && \
...
...
modules/gui/win32/win32.bpr
View file @
ad626cd2
...
...
@@ -3,7 +3,7 @@
<PROJECT>
<MACROS>
<VERSION
value=
"BCB.05.03"
/>
<PROJECT
value=
"libwin32_plugin.
so
"
/>
<PROJECT
value=
"libwin32_plugin.
dll
"
/>
<OBJFILES
value=
"win32.obj mainframe.obj network.obj playlist.obj preferences.obj about.obj
disc.obj control.obj menu.obj messages.obj misc.obj"
/>
<RESFILES
value=
""
/>
...
...
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