summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2005-12-12 23:03:11 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2005-12-12 23:03:11 +0000
commita229c7a74ace6e26165bbb71bfe565be837e5830 (patch)
tree50e0be97ec93a53f892bf260990905316cd10445 /docs
parentefb3c761faf1b7ae8ef76230e02f7d5701e9574d (diff)
Set svn:eol-style as appropriate for all files
Diffstat (limited to 'docs')
-rw-r--r--docs/backup/win32_build_on_cygwin_using_mingw.txt74
1 files changed, 37 insertions, 37 deletions
diff --git a/docs/backup/win32_build_on_cygwin_using_mingw.txt b/docs/backup/win32_build_on_cygwin_using_mingw.txt
index c0e68447..d787baae 100644
--- a/docs/backup/win32_build_on_cygwin_using_mingw.txt
+++ b/docs/backup/win32_build_on_cygwin_using_mingw.txt
@@ -1,37 +1,37 @@
-How to build Box Backup on Win32 using Cygwin and MinGW
-By Chris Wilson, 2005-12-07
-
-Install Cygwin on your Windows box [http://www.cygwin.org]
-Make sure to include the following packages:
-* Devel/gcc-mingw
-* Devel/gcc-mingw-core
-* Devel/gcc-mingw-g++
-* Mingw/mingw-zlib
-
-Download OpenSSL from
-[http://www.openssl.org/source/openssl-0.9.7i.tar.gz]
-
-Open a Cygwin shell, and unpack OpenSSL:
-
- tar xzvf openssl-0.9.7i.tar.gz
-
-Configure OpenSSL for MinGW compilation, and build and install it:
-
- cd openssl-0.9.7i
- ./Configure --prefix=/usr/i686-pc-mingw32/ mingw
- make
- make install
-
-Now unpack the Box Backup sources, enter the source directory,
-and configure like this:
-
- export CXX="g++ -mno-cygwin"
- export LD="g++ -mno-cygwin"
- export CFLAGS="-mno-cygwin -mthreads"
- export CXXFLAGS="-mno-cygwin -mthreads"
- export LDFLAGS="-mno-cygwin -mthreads"
- export LIBS="-lcrypto -lws2_32 -lgdi32"
- (if you don't have a "configure" file, run "./bootstrap")
- ./configure --target=i686-pc-mingw32
- make
-
+How to build Box Backup on Win32 using Cygwin and MinGW
+By Chris Wilson, 2005-12-07
+
+Install Cygwin on your Windows box [http://www.cygwin.org]
+Make sure to include the following packages:
+* Devel/gcc-mingw
+* Devel/gcc-mingw-core
+* Devel/gcc-mingw-g++
+* Mingw/mingw-zlib
+
+Download OpenSSL from
+[http://www.openssl.org/source/openssl-0.9.7i.tar.gz]
+
+Open a Cygwin shell, and unpack OpenSSL:
+
+ tar xzvf openssl-0.9.7i.tar.gz
+
+Configure OpenSSL for MinGW compilation, and build and install it:
+
+ cd openssl-0.9.7i
+ ./Configure --prefix=/usr/i686-pc-mingw32/ mingw
+ make
+ make install
+
+Now unpack the Box Backup sources, enter the source directory,
+and configure like this:
+
+ export CXX="g++ -mno-cygwin"
+ export LD="g++ -mno-cygwin"
+ export CFLAGS="-mno-cygwin -mthreads"
+ export CXXFLAGS="-mno-cygwin -mthreads"
+ export LDFLAGS="-mno-cygwin -mthreads"
+ export LIBS="-lcrypto -lws2_32 -lgdi32"
+ (if you don't have a "configure" file, run "./bootstrap")
+ ./configure --target=i686-pc-mingw32
+ make
+