2 Star 0 Fork 0

tanhunu / hxLuaQuicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainProject.hxproj 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
tanhunu 提交于 2019-03-18 18:33 . 提交一波
<?xml version="1.0" encoding="utf-8"?>
<project version="2">
<!-- Output SWF options -->
<output>
<movie outputType="CustomBuild" />
<movie input="" />
<movie path="bin\luaTest.py" />
<movie fps="0" />
<movie width="0" />
<movie height="0" />
<movie version="0" />
<movie minorVersion="0" />
<movie platform="Custom" />
<movie background="#FFFFFF" />
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
<!-- example: <class path="..." /> -->
</classpaths>
<!-- Build options -->
<build>
<option directives="" />
<option flashStrict="False" />
<option noInlineOnDebug="False" />
<option mainClass="" />
<option enabledebug="False" />
<option additional="-debug" />
</build>
<!-- haxelib libraries -->
<haxelib>
<!-- example: <library name="..." /> -->
</haxelib>
<!-- Class files to compile (other referenced classes will automatically be included) -->
<compileTargets>
<compile path="src\Main.hx" />
<compile path="Hello.hx" />
</compileTargets>
<!-- Paths to exclude from the Project Explorer tree -->
<hiddenPaths>
<hidden path="obj" />
</hiddenPaths>
<!-- Executed before build -->
<preBuildCommand>haxe -lua debug/main.lua -main Main -cp src</preBuildCommand>
<!-- Executed after build -->
<postBuildCommand alwaysRun="False">./debug/public.exe</postBuildCommand>
<!-- Other project options -->
<options>
<option showHiddenPaths="False" />
<option testMovie="Custom" />
<option testMovieCommand="" />
</options>
<!-- Plugin storage -->
<storage />
</project>
Haxe
1
https://gitee.com/tanhunu/LuajitQuicker.git
git@gitee.com:tanhunu/LuajitQuicker.git
tanhunu
LuajitQuicker
hxLuaQuicker
master

搜索帮助