Skip to content
Snippets Groups Projects
Commit 755bb92e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

New script for porting Windows source code to WineLib.

parent eb58e1d5
No related merge requests found
......@@ -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)/winemaker $(bindir)/wineshelllink
### Dependencies:
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment