Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d270a960
Commit
d270a960
authored
Apr 09, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
programs: Remove obsolete winelauncher script.
parent
3e5899b3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
.gitignore
.gitignore
+0
-1
Makefile.in
programs/Makefile.in
+1
-4
winelauncher.in
programs/winelauncher.in
+0
-0
No files found.
.gitignore
View file @
d270a960
...
...
@@ -607,7 +607,6 @@ programs/winedbg/winedbg
programs/winedbg/winedbg.man
programs/winedevice/winedevice
programs/winefile/winefile
programs/winelauncher
programs/winemenubuilder/winemenubuilder
programs/winemine/winemine
programs/winepath/winepath
...
...
programs/Makefile.in
View file @
d270a960
...
...
@@ -117,7 +117,7 @@ INSTALLPROGS = \
INSTALLDIRS
=
$(DESTDIR)$(bindir)
PROGRAMS
=
wineapploader
winelauncher
PROGRAMS
=
wineapploader
@MAKE_RULES@
...
...
@@ -126,9 +126,6 @@ all: $(PROGRAMS) $(SUBDIRS)
wineapploader
:
wineapploader.in
sed
-e
's,@bindir\@,
$(bindir)
,g'
$(SRCDIR)
/wineapploader.in
>
$@
||
(
$(RM)
$@
&&
false
)
winelauncher
:
winelauncher.in
sed
-e
's,@bindir\@,
$(bindir)
,g'
-e
's,@libdir\@,
$(libdir)
,g'
-e
's,@dlldir\@,
$(dlldir)
,g'
$(SRCDIR)
/winelauncher.in
>
$@
||
(
$(RM)
$@
&&
false
)
# Rules for installation
.PHONY
:
install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
...
...
programs/winelauncher.in
deleted
100755 → 0
View file @
3e5899b3
This diff is collapsed.
Click to expand it.
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