File: tmwin.sh

package info (click to toggle)
tuxmath 2.0.3-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,488 kB
  • sloc: ansic: 18,791; sh: 4,416; makefile: 778; xml: 51; sed: 16
file content (18 lines) | stat: -rwxr-xr-x 533 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

# An 'all-in-one' script to build the Windows installer executable.

echo "Cleaning build directory:"
./cross-make.sh clean>/dev/null
./cross-make.sh distclean>/dev/null
echo "Running autoreconf --install .."
autoreconf --install ..
echo "Running ./cross-configure.sh --host=i686-pc-mingw32"
./cross-configure.sh --host=i686-pc-mingw32
echo "Running ./cross-make.sh"
./cross-make.sh
echo "Running ./cross-make.sh dist (to generate gmo files)"
./cross-make.sh dist
echo "Building NSIS installer file"
./cross-make.sh nsis