Changeset 2134
- Timestamp:
- 04/18/08 17:11:04 (1 month ago)
- Files:
-
- swish-e/branches/2.6/src/win32/build.sh (modified) (2 diffs)
- swish-e/branches/2.6/src/win32/dist.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish-e/branches/2.6/src/win32/build.sh
r1763 r2134 1 #!/bin/ sh1 #!/bin/bash 2 2 # This script documents how to build SWISH-E for Win32 under Linux 3 3 … … 26 26 --target=${HA} \ 27 27 --build=${BA} \ 28 --with-libxml2=$PWD/../libxml2 \ 29 --with-zlib=$PWD/../zlib \ 30 --with-pcre=$PWD/../pcre \ 31 --enable-shared 28 --with-libxml2=$PWD/../prefix \ 29 --with-zlib=$PWD/../prefix \ 30 --with-pcre=$PWD/../prefix \ 31 --with-db=$PWD/../prefix \ 32 --enable-shared \ 33 CFLAGS=$PWD/../prefix/include \ 34 LDFLAGS=$PWD/../prefix/lib \ 35 LIBS=-ldb-4.5 32 36 33 37 # Build Binaries swish-e/branches/2.6/src/win32/dist.sh
r1763 r2134 1 #!/bin/ sh1 #!/bin/bash 2 2 3 3 # You need a native Linux version of makensis. This is not easy to come by.
