changeset 147:4b423949c893

ldc -> dmd
author mandel
date Fri, 12 Jun 2009 22:21:33 +0000
parents 22257add3152
children ae34188ddd84
files examples/itemviews/customsortfiltermodel/build.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/itemviews/customsortfiltermodel/build.sh	Fri Jun 12 22:20:37 2009 +0000
+++ b/examples/itemviews/customsortfiltermodel/build.sh	Fri Jun 12 22:21:33 2009 +0000
@@ -1,3 +1,3 @@
 #! /bin/bash
 
-ldc main.d mysortfilterproxymodel.d window.d -I../../../ -I../../../qt/d1 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofmysortfilterproxymodel
\ No newline at end of file
+dmd main.d mysortfilterproxymodel.d window.d -I../../../ -I../../../qt/d1 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofmysortfilterproxymodel
\ No newline at end of file