Changeset 1675
- Timestamp:
- 02/17/05 06:20:40 (4 years ago)
- Files:
-
- trunk/swish-e/src/win32/build.sh (modified) (2 diffs)
- trunk/swish-e/src/win32/dist.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/src/win32/build.sh
r1576 r1675 5 5 # http://www.webaugur.com/wares/files/swish-e/builddir.zip 6 6 7 # You also need the following from Debian (unstable?): 8 # apt-get install mingw32 mingw32-binutils mingw32-runtime 9 7 10 # Host Arch 8 HA=i386 9 10 # cross-compiler: gcc 3.3.1 20030804-1, binutils 2.15.91 20040904, mingw-runtime 3.3 11 PATH=/opt/mingw/bin:/opt/mingw/${HA}-mingw32msvc:$PATH 11 HA=i586 12 12 13 13 # Remove the cache for our configure script else we will have problems. … … 25 25 --with-pcre=$PWD/../pcre 26 26 27 # Build docs 28 pushd doc 29 make 30 popd 31 32 # Build Binaries; pushd in case something else fails 27 # Build Binaries 33 28 make 34 29 trunk/swish-e/src/win32/dist.sh
r1479 r1675 1 1 #!/bin/sh 2 3 # You need a native Linux version of makensis. This is not easy to come by. 4 # Here you'll find a binary tarball and Debian package: 5 # http://webaugur.com/wares/files/makensis/ 6 7 # You'll also need the following from Debian: 8 # apt-get install sysutils 9 10 2 11 3 12 # Convert our documentation and scripts to DOS format
