diff examples/qwt/simpleplot/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 7341c47790d4
children bd7f485e3573
line wrap: on
line diff
--- a/examples/qwt/simpleplot/build.sh	Sun Jul 11 01:59:42 2010 +0100
+++ b/examples/qwt/simpleplot/build.sh	Mon Jul 12 20:36:07 2010 +0300
@@ -1,3 +1,3 @@
 #! /bin/bash
 
-dmd simple.d -L-lqtdqwt -L-lqtdgui -L-lqtdcore -L-lcpp_qwt -L-lcpp_core -L-lcpp_gui -L-lqwt-qt4 -L-lQtGui -L-lQtCore -ofsimple
+dmd -I../../../d2 -I../../../output/build simple.d -L-lqtdqwt -L-lqtdgui -L-lqtdcore -L-lcpp_qwt -L-lcpp_core -L-lcpp_gui -L-lqwt-qt4 -L-lQtGui -L-lQtCore -ofsimple