1#!/bin/sh
2cd $1
3if [ -n "$FPCCfg" ]; then
4	  MAKEOPTS=" -n @$FPCCfg"
5  fi
6  make bigide OPT="$MAKEOPTS" USESVN2REVISIONINC=0
7strip lazarus
8strip startlazarus
9strip lazbuild
10
11