]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | ||
3 | <makefile> | |
4 | ||
5 | <!-- Additional dependencies of core libraries if plugins are | |
6 | disabled (these would be deps of the plugins if they were | |
7 | enabled): --> | |
8 | ||
9 | <set var="PLUGIN_ADV_EXTRALIBS"> | |
10 | <if cond="USE_PLUGINS=='0'"> | |
11 | $(EXTRALIBS_SDL) | |
12 | </if> | |
13 | </set> | |
14 | ||
15 | ||
16 | <!-- monolithic library must link against all this: --> | |
17 | ||
18 | <set var="PLUGIN_MONOLIB_EXTRALIBS">$(PLUGIN_ADV_EXTRALIBS)</set> | |
19 | ||
20 | </makefile> |