comparison examples/opengl/hellogl/build @ 70:f1d6b8f559e6

build file fixes
author mandel
date Wed, 20 May 2009 13:24:34 +0000
parents e78566595089
children
comparison
equal deleted inserted replaced
69:79d648fdee0f 70:f1d6b8f559e6
1 #! /bin/bash 1 #! /bin/bash
2 #rcc mainwindow.qrc -o mainwindow_rcc.cpp 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 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../../../ -L-lqtdgui -L-lqtdcore -L-lqtdopengl -L-lQtGui -L-lQtCore -L-lQtOpenGL -L-lGLU 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