-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<project name="hxcpp" url="http://gamehaxe.com/" license="BSD"> | ||
<user name="gamehaxe"/> | ||
<description>Hxcpp is the c++ backend compiler for haxe. This release constains the compiler, libries and support code required to generate a fully compiled exe from haxe code. Eventually, much of this will be merged into the main code branch.</description> | ||
<version name="0.4">Initial haxelib release. Added Mac(intel) and Linux ports. Updated to 2.0.3 code base.</version> | ||
<description>Hxcpp is the c++ backend compiler for haxe. This release constains the headers, libries and support code required to generate a fully compiled executable from haxe code.</description> | ||
<version name="1.0">First full release to support haxe compiler 2.04.</version> | ||
</project> |