Line | |
---|
1 | SUBDIRS = . elements renderers falagard
|
---|
2 | pkginclude_HEADERS = CEGUI.h \
|
---|
3 | CEGUIBase.h \
|
---|
4 | CEGUIColourRect.h \
|
---|
5 | CEGUIConfig.h \
|
---|
6 | CEGUIConfig_xmlHandler.h \
|
---|
7 | CEGUIDataContainer.h \
|
---|
8 | CEGUIDefaultResourceProvider.h \
|
---|
9 | CEGUIEvent.h \
|
---|
10 | CEGUIEventArgs.h \
|
---|
11 | CEGUIEventSet.h \
|
---|
12 | CEGUIExceptions.h \
|
---|
13 | CEGUIFactoryModule.h \
|
---|
14 | CEGUIFont.h \
|
---|
15 | CEGUIFontManager.h \
|
---|
16 | CEGUIFont_xmlHandler.h \
|
---|
17 | CEGUIForwardRefs.h \
|
---|
18 | CEGUIGlobalEventSet.h \
|
---|
19 | CEGUIGUILayout_xmlHandler.h \
|
---|
20 | CEGUIImage.h \
|
---|
21 | CEGUIImageset.h \
|
---|
22 | CEGUIImagesetManager.h \
|
---|
23 | CEGUIImageset_xmlHandler.h \
|
---|
24 | CEGUIInputEvent.h \
|
---|
25 | CEGUIIteratorBase.h \
|
---|
26 | CEGUILogger.h \
|
---|
27 | CEGUIMouseCursor.h \
|
---|
28 | CEGUIProperty.h \
|
---|
29 | CEGUIPropertyHelper.h \
|
---|
30 | CEGUIPropertySet.h \
|
---|
31 | CEGUIRect.h \
|
---|
32 | CEGUIRefPtr.h \
|
---|
33 | CEGUIRenderCache.h \
|
---|
34 | CEGUIRenderableElement.h \
|
---|
35 | CEGUIRenderableFrame.h \
|
---|
36 | CEGUIRenderableImage.h \
|
---|
37 | CEGUIRenderer.h \
|
---|
38 | CEGUIResourceProvider.h \
|
---|
39 | CEGUIScheme.h \
|
---|
40 | CEGUISchemeManager.h \
|
---|
41 | CEGUIScheme_xmlHandler.h \
|
---|
42 | CEGUIScriptModule.h \
|
---|
43 | CEGUISingleton.h \
|
---|
44 | CEGUISize.h \
|
---|
45 | CEGUIString.h \
|
---|
46 | CEGUISystem.h \
|
---|
47 | CEGUITextUtils.h \
|
---|
48 | CEGUITexture.h \
|
---|
49 | CEGUIUDim.h \
|
---|
50 | CEGUIVector.h \
|
---|
51 | CEGUIVersion.h \
|
---|
52 | CEGUIWindow.h \
|
---|
53 | CEGUIWindowFactory.h \
|
---|
54 | CEGUIWindowFactoryManager.h \
|
---|
55 | CEGUIWindowManager.h \
|
---|
56 | CEGUIWindowProperties.h \
|
---|
57 | CEGUIXMLAttributes.h \
|
---|
58 | CEGUIXMLHandler.h \
|
---|
59 | CEGUIXMLParser.h \
|
---|
60 | CEGUIcolour.h
|
---|
61 |
|
---|
62 | noinst_HEADERS = CEGUIFontManager_implData.h \
|
---|
63 | CEGUIFont_implData.h
|
---|
64 |
|
---|
65 | if CEGUI_USING_TINYXML
|
---|
66 | noinst_HEADERS += CEGUITinyXMLParser.h
|
---|
67 | endif
|
---|
68 |
|
---|
69 | if CEGUI_USING_XERCES
|
---|
70 | noinst_HEADERS += CEGUIXercesParser.h
|
---|
71 | endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.