diff examples/qwt/simpleplot/build.sh @ 383:bd7f485e3573

More debug fixes
author Max Samukha <maxter@spambox.com>
date Mon, 12 Jul 2010 22:50:58 +0300
parents 1d56b2a2e10c
children
line wrap: on
line diff
--- a/examples/qwt/simpleplot/build.sh	Mon Jul 12 20:36:07 2010 +0300
+++ b/examples/qwt/simpleplot/build.sh	Mon Jul 12 22:50:58 2010 +0300
@@ -1,3 +1,2 @@
 #! /bin/bash
-
-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
+dmd -L-L../../../output/build/lib -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