comparison index.html @ 2377:50a50a14b100

doc update: exclude nsis with empty make rule instead of rm
author Tony Theodore <tonyt@logyst.com>
date Tue, 03 Apr 2012 12:53:05 +1000
parents da62ac2a6890
children 7f494e72d0b6
comparison
equal deleted inserted replaced
2376:477a6e439c92 2377:50a50a14b100
760 compiler toolchain. However, not all operating systems 760 compiler toolchain. However, not all operating systems
761 support this. 761 support this.
762 </p> 762 </p>
763 <p> 763 <p>
764 Since no other packages depend on it, the remainder of 764 Since no other packages depend on it, the remainder of
765 MXE can be successfully built by simply 765 MXE can be successfully built by simply specifying
766 removing the package: 766 an empty build rule:
767 </p> 767 </p>
768 <pre>rm <em>where MXE is downloaded</em>/src/nsis.mk</pre> 768 <pre>make nsis_BUILD=</pre>
769 </div> 769 </div>
770 770
771 <div class="section"> 771 <div class="section">
772 <h2 id="usage">Usage</h2> 772 <h2 id="usage">Usage</h2>
773 773