New script for porting Windows source code to WineLib.
This commit is contained in:
parent
eb58e1d597
commit
755bb92e15
|
@ -42,9 +42,10 @@ bin2res: bin2res.o
|
||||||
install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
|
install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
|
||||||
[ -d $(bindir) ] || $(MKDIR) $(bindir)
|
[ -d $(bindir) ] || $(MKDIR) $(bindir)
|
||||||
$(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
|
$(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__)
|
uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
|
||||||
$(RM) $(bindir)/fnt2bdf $(bindir)/wineshelllink
|
$(RM) $(bindir)/fnt2bdf $(bindir)/winemaker $(bindir)/wineshelllink
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue