help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Another Building in MinGW


From: leledumbo
Subject: Re: [Help-smalltalk] Another Building in MinGW
Date: Wed, 14 May 2008 21:31:21 -0700 (PDT)

Worked, thanks. However, I must apply a little change to the makefile:
<code>
install-exec-hook::
        $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL)
gst-tool$(EXEEXT) "$(DESTDIR)$(bindir)/gst-load$(EXEEXT)"
        @for i in $(GST_EXTRA_TOOLS); do \
          echo $(LN) -f "$(DESTDIR)$(bindir)/gst-load$(EXEEXT)"
"$(DESTDIR)$(bindir)/$$i$(EXEEXT)"; \
          $(LN) -f "$(DESTDIR)$(bindir)/gst-load$(EXEEXT)"
"$(DESTDIR)$(bindir)/$$i$(EXEEXT)"; \
        done
</code>
There used to be no $(EXEEXT) behind gst-tool and gst-load on the first
line.
-- 
View this message in context: 
http://www.nabble.com/Another-Building-in-MinGW-tp17223428p17245773.html
Sent from the Gnu - Smalltalk mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]