diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-09 22:52:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-09 22:52:46 +0000 |
commit | 27ae027bc71779c0ab195d5af880303257007f0e (patch) | |
tree | bc5d7a169c2b7f93270f22c2c7f8301860912238 /docs/GettingStarted.html | |
parent | 1fc9f8ef0c803958b1d943b6caabe481e96b7372 (diff) | |
download | external_llvm-27ae027bc71779c0ab195d5af880303257007f0e.zip external_llvm-27ae027bc71779c0ab195d5af880303257007f0e.tar.gz external_llvm-27ae027bc71779c0ab195d5af880303257007f0e.tar.bz2 |
This will be moved elsewhere.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20101 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index e49608a..5883ef0 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -285,14 +285,7 @@ up</a></li> <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> |