Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
465
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
ad626cd2
Commit
ad626cd2
authored
22 years ago
by
Samuel Hocevar
Browse files
Options
Downloads
Patches
Plain Diff
* ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
parent
537cf3aa
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/gui/win32/Modules.am
+1
-1
1 addition, 1 deletion
modules/gui/win32/Modules.am
modules/gui/win32/win32.bpr
+1
-1
1 addition, 1 deletion
modules/gui/win32/win32.bpr
with
2 additions
and
2 deletions
modules/gui/win32/Modules.am
+
1
−
1
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 && \
...
...
This diff is collapsed.
Click to expand it.
modules/gui/win32/win32.bpr
+
1
−
1
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=
""
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment