File: buildall.OSX.sh

package info (click to toggle)
powder 117-2
  • links: PTS
  • area: non-free
  • in suites: stretch
  • size: 10,576 kB
  • ctags: 3,545
  • sloc: cpp: 55,002; makefile: 541; sh: 258; objc: 245; ansic: 107; csh: 54
file content (35 lines) | stat: -rwxr-xr-x 454 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
#!/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 clean
make
cd ../encyclopedia2c
make clean
make
cd ../enummaker
make clean
make
cd ../map2c
make clean
make
cd ../txt2c
make clean
make
cd ../tile2c
make clean
make

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