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
755bb92e
Commit
755bb92e
authored
Nov 05, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 05, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New script for porting Windows source code to WineLib.
parent
eb58e1d5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
tools/Makefile.in
+4
-3
winemaker
tools/winemaker
+0
-0
No files found.
tools/Makefile.in
View file @
755bb92e
...
...
@@ -42,9 +42,10 @@ bin2res: bin2res.o
install
::
$(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
[
-d
$(bindir)
]
||
$(MKDIR)
$(bindir)
$(INSTALL_PROGRAM)
fnt2bdf
$(bindir)
/fnt2bdf
$(INSTALL_PROGRAM)
wineshelllink
$(bindir)
/wineshelllink
$(INSTALL_PROGRAM)
$(SRCDIR)
/winemaker
$(bindir)
/winemaker
$(INSTALL_PROGRAM)
$(SRCDIR)
/wineshelllink
$(bindir)
/wineshelllink
uninstall
::
$(
PROGRAMS) $(
INSTALLSUBDIRS:%=%/__uninstall__)
$(RM)
$(bindir)
/fnt2bdf
$(bindir)
/wineshelllink
uninstall
::
$(INSTALLSUBDIRS:%=%/__uninstall__)
$(RM)
$(bindir)
/fnt2bdf
$(bindir)
/wine
maker
$(bindir)
/wine
shelllink
### Dependencies:
tools/winemaker
0 → 100755
View file @
755bb92e
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