view build.sh @ 2:d6f44347373d

* Switched over to geometry done with structs instead of classes. * Removed direct access to gtk structs * Refactoring
author David Bryant <daveb@acres.com.au>
date Fri, 10 Jul 2009 15:15:27 +0930
parents e907d2c54ec3
children 7d57cae10805
line wrap: on
line source

#!/bin/sh

dmd \
        -ofgui \
        gui.d tool_stack.d tool.d icanvas.d canvas.d \
        tk/geometry.d tk/gtk_support.d tk/misc.d tk/types.d tk/events.d \
        tk/geometry2.d cairo_support.d \
        -od.obj \
        -I"${DMD_BASE}/include/d" \
        -L-lgtkd -L-ldl


#dmd gui.d -ofgui -I"${DMD_BASE}/include/d" -S"${DMD_BASE}/lib" -no-export-dynamic -L-ldl -oq.obj
#rebuild gui.d -ofgui -I"${D_BASE}/local/include/d" -S"${D_BASE}/local/lib" -no-export-dynamic -L-ldl -oq.obj