-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinclude.xml
33 lines (24 loc) · 1.1 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
<xml>
<pragma once="true" />
<section id="vars">
<set name="NO_PRECOMPILED_HEADERS" value="1" if="linux" />
</section>
<section if="linux">
<include name="${haxelib:HxWebView}/internal/vendor/linux.xml"/>
</section>
<section if="windows">
<include name="${haxelib:HxWebView}/internal/vendor/windows.xml"/>
<assets path="internal/windows/x64/" rename="" unless="HXCPP_M32" exclude="WebView2Loader.dll.lib" />
<assets path="internal/windows/EBWebView/x64/" rename="EBWebView/x64/" unless="HXCPP_M32" />
<assets path="internal/windows/x86/" rename="" if="HXCPP_M32" exclude="WebView2Loader.dll.lib" />
<assets path="internal/windows/EBWebView/x86/" rename="EBWebView/x86/" if="HXCPP_M32" />
</section>
<files id="haxe">
<compilerflag value="-I${haxelib:HxWebView}/internal/webview" />
<compilerflag value="-I${haxelib:HxWebView}" />
</files>
<files id="__main__">
<compilerflag value="-I${haxelib:HxWebView}/internal/webview" />
<compilerflag value="-I${haxelib:HxWebView}" />
</files>
</xml>