-
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lime.exe to work with Neko 64-bit installed
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ project/vc*.pdb | |
*.iml | ||
tools/*.n | ||
tools/*.exe | ||
tools/obj | ||
haxedoc.xml | ||
docs/*.xml | ||
docs/xml | ||
|
Binary file not shown.
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,11 +1,23 @@ | ||
#-main AliasScript | ||
#-D command=lime | ||
#-neko lime.n | ||
#-cmd nekotools boot lime.n | ||
|
||
#--next | ||
|
||
#-main AliasScript | ||
#-D command=openfl | ||
#-neko openfl.n | ||
#-cmd nekotools boot openfl.n | ||
|
||
-main AliasScript | ||
-D command=lime | ||
-neko lime.n | ||
-cmd nekotools boot lime.n | ||
-D HXCPP_M32 | ||
-cpp obj/lime | ||
|
||
--next | ||
|
||
-main AliasScript | ||
-D command=openfl | ||
-neko openfl.n | ||
-cmd nekotools boot openfl.n | ||
-D HXCPP_M32 | ||
-cpp obj/openfl |