diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-30 21:37:30 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-30 21:37:30 +0000 |
commit | 140ffc62a23b22f84656ae768cfe719658aedbc2 (patch) | |
tree | 59a2e2ac37121ba9c8b11254f1671432e900db94 /doc/README.MINGWCROSS | |
parent | 5f4681b57dd227a2d2a2dd9050fb6103daa6fabd (diff) | |
download | xine-lib-140ffc62a23b22f84656ae768cfe719658aedbc2.tar.gz xine-lib-140ffc62a23b22f84656ae768cfe719658aedbc2.tar.bz2 |
Trim trailing space & reduce space+tab.
Diffstat (limited to 'doc/README.MINGWCROSS')
-rw-r--r-- | doc/README.MINGWCROSS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.MINGWCROSS b/doc/README.MINGWCROSS index 87ae57b60..d721ca941 100644 --- a/doc/README.MINGWCROSS +++ b/doc/README.MINGWCROSS @@ -81,7 +81,7 @@ In the following text are used symbols $PREFIX and $USER with this meaning: # # compile and install the compiler # - # if you'll want rerun this step, I recommend delete + # if you'll want rerun this step, I recommend delete # $PREFIX/i386-mingw32/sys-include # tar xzf gcc-core-3.3.1-20030804-1-src.tar.gz @@ -107,7 +107,7 @@ In the following text are used symbols $PREFIX and $USER with this meaning: 4. recompile w32api and mingw-runtime from sources (optional) - + # # installing must be into $PREFIX/i386-mingw32 # @@ -153,7 +153,7 @@ In the following text are used symbols $PREFIX and $USER with this meaning: tar xzf pthreads-w32-2-7-0-release.tar.gz cd pthreads-w32-2-7-0-release/ - make CROSS=i386-mingw32- PTHREAD_DEF=pthreadGC2.def clean GC + make CROSS=i386-mingw32- PTHREAD_DEF=pthreadGC2.def clean GC # # possibility to use pthread library in M$ Visual C (optional) # |