source: trunk/examples/objects/floatBuffer/Makefile @ 1619

Last change on this file since 1619 was 1065, checked in by dkearney, 16 years ago

changed float buffer example to really buffer floats.
changed dxWrite to demo functions for changing properties of the positions grid we create.
added character version of show to simple buffer objects.

File size: 107 bytes
Line 
1all: floatBuffer
2
3floatBuffer: floatBuffer.cc
4        g++ -g -Wall -o $@ $< -lrappture
5
6clean:
7        rm -f floatBuffer
Note: See TracBrowser for help on using the repository browser.