[llvm-commits] CVS: llvm/docs/GettingStarted.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 9 14:53:01 PST 2005
Changes in directory llvm/docs:
GettingStarted.html updated: 1.110 -> 1.111
---
Log message:
This will be moved elsewhere.
---
Diffs of the changes: (+2 -9)
GettingStarted.html | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.110 llvm/docs/GettingStarted.html:1.111
--- llvm/docs/GettingStarted.html:1.110 Wed Feb 9 16:38:47 2005
+++ llvm/docs/GettingStarted.html Wed Feb 9 16:52:46 2005
@@ -285,14 +285,7 @@
<li><a name="pf_6">The port is done using the MSYS shell.
<a href="http://www.mingw.org/MinGWiki/">Download</a> and install
bison (excl. M4.exe) and flex in that order. Build binutils-2.15 from source,
-if necessary. If you need to create a library for an MS DLL, do the following:
-<ul>
-<li><tt>pexports /C/WINNT/SYSTEM32/file.dll | sed "s/^_//" >
-/C/MinGW/lib/file.def</tt></li>
-<li>Edit file and append @<ordinal> to the missing function name</li>
-<li><tt>dlltool.exe -k -d /C/MinGW/lib/file.def -l
-/C/MinGW/lib/libfile.a.</tt></li>
-</ul></li>
+if necessary.</li>
</ol>
</div>
@@ -1502,7 +1495,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/02/09 22:38:47 $
+ Last modified: $Date: 2005/02/09 22:52:46 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list