ALX file format Looking at the output of the program, it is merely properly formatted XML, so you could easily use the format and edit for your needs in notepad if th echinese interface is confusing. Here's a sample:-
<loader version="1.0">
<application id="Shadow_Planner_BB">
<name>Shadow_Planner_BB</name>
<description>ALXmake V1.0 make</description>
<version>0</version>
<vendor>ALXmake</vendor>
<copyright>Copyright (c) xxxx</copyright>
<fileset Java="1.25">
<directory />
<files>
Shadow_Planner_BB.cod
</files>
</fileset>
</application>
</loader> |