forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
41
Kha/Backends/Kinc-hxcpp/khacpp/test/std/Test.nmml
Normal file
41
Kha/Backends/Kinc-hxcpp/khacpp/test/std/Test.nmml
Normal file
@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
|
||||
<app
|
||||
file="TestLib"
|
||||
title="TestLib"
|
||||
package="org.haxe.hxcpp.TestLib"
|
||||
version="1.0"
|
||||
company="nme"
|
||||
main="Test"
|
||||
/>
|
||||
|
||||
<window
|
||||
width="640"
|
||||
height="480"
|
||||
orientation="landscape"
|
||||
fps="60"
|
||||
background="0xffffff"
|
||||
resizeable="true"
|
||||
hardware="true"
|
||||
/>
|
||||
|
||||
|
||||
<classpath name="." />
|
||||
<haxelib name="nme" />
|
||||
|
||||
<assets>
|
||||
<asset name="Test.hx" />
|
||||
</assets>
|
||||
|
||||
|
||||
<ndll name="std" />
|
||||
<ndll name="regexp" />
|
||||
<ndll name="zlib" />
|
||||
<ndll name="nme" haxelib="nme" nekoapi="1"/>
|
||||
|
||||
<certificates>
|
||||
<certificate file="signature.cer" name="mysign" password="ajkhsakjhf" />
|
||||
</certificates>
|
||||
|
||||
</project>
|
Reference in New Issue
Block a user