annotate demos/interview/build.sh @ 414:b2a803c73b89 default tip

Declare tabArray const.
author David Nadlinger <code@klickverbot.at>
date Fri, 06 May 2011 13:39:49 +0200
parents 4536633518e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
197
4536633518e1 build script update
eldar
parents:
diff changeset
1 #! /bin/bash
4536633518e1 build script update
eldar
parents:
diff changeset
2
4536633518e1 build script update
eldar
parents:
diff changeset
3 drcc -name interview interview.qrc -o qrc_interview.d
4536633518e1 build script update
eldar
parents:
diff changeset
4 dmd main.d model_d2.d qrc_interview.d -L-L../../lib -L-lqtdgui -L-lqtdcore -I../../ -I../../qt/d2 -L-lQtGui -L-lQtCore -ofinterview