comparison examples/opengl/hellogl/build.sh @ 128:3f976dec4bf2

build -> build.sh
author mandel
date Fri, 05 Jun 2009 15:46:15 +0000
parents
children
comparison
equal deleted inserted replaced
127:6027ff37f8ca 128:3f976dec4bf2
1 #! /bin/bash
2 #rcc mainwindow.qrc -o mainwindow_rcc.cpp
3 #g++ -c -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/X11R6/include mainwindow_rcc.cpp
4 dmd main.d window.d glwidget.d opengl/gl.d opengl/glu.d -L-L../../../lib -I../../../ -I../../../qt/d1 -L-lqtdgui -L-lqtdcore -L-lqtdopengl -L-lQtGui -L-lQtCore -L-lQtOpenGL -L-lGLU -ofhellogl