Last change
on this file since 6809 was
6753,
checked in by patrick, 19 years ago
|
trunk: merged network back to trunk
|
File size:
744 bytes
|
Rev | Line | |
---|
[5347] | 1 | MAINSRCDIR=../.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[5463] | 4 | noinst_LIBRARIES = libORXgraphics.a |
---|
[5347] | 5 | |
---|
[5463] | 6 | libORXgraphics_a_SOURCES = graphics_engine.cc \ |
---|
| 7 | light.cc \ |
---|
| 8 | shader.cc \ |
---|
| 9 | render2D/render_2d.cc \ |
---|
| 10 | render2D/element_2d.cc \ |
---|
| 11 | text_engine/text_engine.cc \ |
---|
| 12 | text_engine/text.cc \ |
---|
[6753] | 13 | text_engine/font.cc \ |
---|
| 14 | effects/graphics_effect.cc \ |
---|
| 15 | effects/fog_effect.cc |
---|
[5347] | 16 | |
---|
| 17 | noinst_HEADERS = graphics_engine.h \ |
---|
| 18 | light.h \ |
---|
| 19 | shader.h \ |
---|
| 20 | render2D/render_2d.h \ |
---|
| 21 | render2D/element_2d.h \ |
---|
| 22 | text_engine/text_engine.h \ |
---|
| 23 | text_engine/text.h \ |
---|
[6753] | 24 | text_engine/font.h \ |
---|
| 25 | effects/graphics_effect.h \ |
---|
| 26 | effects/fog_effect.h |
---|
[5347] | 27 | |
---|
| 28 | |
---|
[4789] | 29 | SUBDIRS = importer \ |
---|
[5342] | 30 | spatial_separation |
---|
| 31 | |
---|
[5347] | 32 | EXTRA_DIST = text_engine/default_font.xpm |
---|
Note: See
TracBrowser
for help on using the repository browser.