Added wine.inf setupapi script to setup the initial Wine registry

(based on the work of Chris Morgan and Brian Vincent).
This commit is contained in:
Alexandre Julliard 2004-02-27 22:04:55 +00:00
parent 7ba8fba26f
commit 299d5594ce
2 changed files with 2018 additions and 2 deletions

View File

@ -41,11 +41,12 @@ bin2res: bin2res.o
$(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)
install::
$(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
$(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext) $(datadir)/wine
$(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
$(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
$(INSTALL_DATA) $(SRCDIR)/wine.inf $(datadir)/wine/wine.inf
uninstall::
$(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
$(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) $(datadir)/wine/wine.inf
### Dependencies:

2015
tools/wine.inf Normal file

File diff suppressed because it is too large Load Diff