File: buildall.sh

package info (click to toggle)
powder 106-1
  • links: PTS
  • area: non-free
  • in suites: lenny
  • size: 5,864 kB
  • ctags: 2,972
  • sloc: cpp: 49,543; makefile: 523; objc: 245; sh: 169; ansic: 107; csh: 49
file content (29 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh

echo Run this from the root of the source tree.

echo Rebuild all of POWDER
echo Build support binaries
cd support/bmp2c
make
cd ../encyclopedia2c
make
cd ../enummaker
make
cd ../map2c
make
cd ../txt2c
make
cd ../tile2c
make

echo Clean...
cd ../../port/linux
make clean
echo Premake
make premake
echo Final install
make
cp powder ../..
cd ../..
echo Run powder to play