New script for porting Windows source code to WineLib.

This commit is contained in:
Francois Gouget 2000-11-05 05:23:39 +00:00 committed by Alexandre Julliard
parent eb58e1d597
commit 755bb92e15
2 changed files with 2855 additions and 3 deletions

View File

@ -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:

2851
tools/winemaker Executable file

File diff suppressed because it is too large Load Diff