annotate demos/interview/build.sh @ 382:1d56b2a2e10c

Fixes to debugging stuff. Added size_t as primitive type to workaround Qwt build failure in debug
author Max Samukha <maxter@spambox.com>
date Mon, 12 Jul 2010 20:36:07 +0300
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