Last change
on this file since 7489 was
7450,
checked in by bensch, 19 years ago
|
orxonox/trunk: added MultiLineText a Text for multiple line-input, that should automatically shilft position
|
File size:
910 bytes
|
Rev | Line | |
---|
[5347] | 1 | MAINSRCDIR=../.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[5463] | 4 | noinst_LIBRARIES = libORXgraphics.a |
---|
[5347] | 5 | |
---|
[7450] | 6 | libORXgraphics_a_SOURCES = \ |
---|
| 7 | graphics_engine.cc \ |
---|
| 8 | light.cc \ |
---|
| 9 | shader.cc \ |
---|
| 10 | \ |
---|
| 11 | render2D/render_2d.cc \ |
---|
| 12 | render2D/element_2d.cc \ |
---|
| 13 | render2D/billboard.cc \ |
---|
| 14 | \ |
---|
| 15 | text_engine/text_engine.cc \ |
---|
| 16 | text_engine/text.cc \ |
---|
| 17 | text_engine/multi_line_text.cc \ |
---|
| 18 | text_engine/font.cc \ |
---|
| 19 | \ |
---|
| 20 | effects/graphics_effect.cc \ |
---|
| 21 | effects/fog_effect.cc \ |
---|
| 22 | effects/lense_flare.cc |
---|
[5347] | 23 | |
---|
[6815] | 24 | |
---|
[7450] | 25 | noinst_HEADERS = \ |
---|
| 26 | graphics_engine.h \ |
---|
| 27 | light.h \ |
---|
| 28 | shader.h \ |
---|
| 29 | \ |
---|
| 30 | render2D/render_2d.h \ |
---|
| 31 | render2D/element_2d.h \ |
---|
| 32 | render2D/billboard.h \ |
---|
| 33 | \ |
---|
| 34 | text_engine/text_engine.h \ |
---|
| 35 | text_engine/text.h \ |
---|
| 36 | text_engine/multi_line_text.cc \ |
---|
| 37 | text_engine/font.h \ |
---|
| 38 | text_engine/default_font.xpm \ |
---|
| 39 | \ |
---|
| 40 | effects/graphics_effect.h \ |
---|
| 41 | effects/fog_effect.h \ |
---|
| 42 | effects/lense_flare.h |
---|
[5347] | 43 | |
---|
| 44 | |
---|
[4789] | 45 | SUBDIRS = importer \ |
---|
[5342] | 46 | spatial_separation |
---|
| 47 | |
---|
[7165] | 48 | EXTRA_DIST = |
---|
Note: See
TracBrowser
for help on using the repository browser.