-
Notifications
You must be signed in to change notification settings - Fork 0
/
include.xml
38 lines (30 loc) · 1.28 KB
/
include.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<extension>
<section if="windows"><!-- || linux || mac || hl -->
<haxelib name="ammer" />
</section>
<section if="windows">
<section unless="X86">
<!--<architecture name="x64" exclude="x86"/>-->
<haxedef name="ammer.lib.clipboard.include" value="${haxelib:native-clipboard}\native" />
<haxedef name="ammer.lib.clipboard.library" value="${haxelib:native-clipboard}\library/Windows64" />
</section>
<section if="X86">
<architecture name="x86" exclude="x64"/>
<haxedef name="ammer.lib.clipboard.include" value="${haxelib:native-clipboard}\native" />
<haxedef name="ammer.lib.clipboard.library" value="${haxelib:native-clipboard}\library/Windows" />
</section>
<haxedef name="ammer.lib.clipboard.headers" value="${haxelib:native-clipboard}\native\tmp.clipboard.h" />
</section>
<section if="linux">
<!--<echo value="linux has not been implemented yet" />-->
</section>
<section if="mac">
<!--<echo value="mac has not been implemented yet" />-->
</section>
<section if="hl">
<!--<echo value="hl is not yet supported. Ammer library needs to be fixed." />-->
<haxedef name="ammer.hl.hlInclude" value="::DEFINE_HL_PATH::\include" />
<haxedef name="ammer.hl.hlLibrary" value="::DEFINE_HL_PATH::" />
</section>
</extension>