#!/bin/sh

rm -f netmon_wce
rm -f network_tray.pot

sync
gcc `pkg-config --cflags --libs gtk+-2.0` netmon_wce.c -o netmon_wce

xgettext --keyword="_" netmon_wce.c  -o netmon_wce.pot

sync
strip --strip-unneeded netmon_wce

echo 'done'
