forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
1005
Kha/Backends/Kinc-hxcpp/khacpp/test/std/Test.hx
Normal file
1005
Kha/Backends/Kinc-hxcpp/khacpp/test/std/Test.hx
Normal file
File diff suppressed because it is too large
Load Diff
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>
|
5
Kha/Backends/Kinc-hxcpp/khacpp/test/std/compile32.hxml
Normal file
5
Kha/Backends/Kinc-hxcpp/khacpp/test/std/compile32.hxml
Normal file
@ -0,0 +1,5 @@
|
||||
-main Test
|
||||
-cpp cpp32
|
||||
-D HXCPP_M32
|
||||
-D HXCPP_DEBUGGER
|
||||
-cp ../unit
|
4
Kha/Backends/Kinc-hxcpp/khacpp/test/std/compile64.hxml
Normal file
4
Kha/Backends/Kinc-hxcpp/khacpp/test/std/compile64.hxml
Normal file
@ -0,0 +1,4 @@
|
||||
-main Test
|
||||
-cpp cpp64
|
||||
-D HXCPP_M64
|
||||
-cp ../unit
|
8
Kha/Backends/Kinc-hxcpp/khacpp/test/std/testAndroid.hxml
Normal file
8
Kha/Backends/Kinc-hxcpp/khacpp/test/std/testAndroid.hxml
Normal file
@ -0,0 +1,8 @@
|
||||
-main Test
|
||||
-cpp arm32
|
||||
-D android
|
||||
-D exe_link
|
||||
-cp ../unit
|
||||
-cmd adb push arm32/Test /storage/ext_sd
|
||||
-cmd adb push Test.hx /storage/ext_sd
|
||||
-cmd adb shell "cd /storage/ext_sd && ./Test"
|
Reference in New Issue
Block a user