comparison examples/itemviews/customsortfiltermodel/build.sh @ 147:4b423949c893

ldc -> dmd
author mandel
date Fri, 12 Jun 2009 22:21:33 +0000
parents 22257add3152
children
comparison
equal deleted inserted replaced
146:22257add3152 147:4b423949c893
1 #! /bin/bash 1 #! /bin/bash
2 2
3 ldc main.d mysortfilterproxymodel.d window.d -I../../../ -I../../../qt/d1 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofmysortfilterproxymodel 3 dmd main.d mysortfilterproxymodel.d window.d -I../../../ -I../../../qt/d1 -L-L../../../lib -L-lqtdgui -L-lqtdcore -L-lQtCore -L-lQtGui -ofmysortfilterproxymodel