Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addLibrary will add two entries on the generated FlashDevelop project #76

Open
caiopsouza opened this issue Sep 19, 2016 · 0 comments
Open

Comments

@caiopsouza
Copy link

In my khafile: project.addLibrary("haxe-crypto");

Output of khamake in project-flash.hxproj:

  <classpaths>
    <class path="C:\Kha\Sources" />
    <class path="C:\Kha\Backends\Flash" />
    <class path="..\Sources" />
    <class path="C:\HaxeToolkit\haxe\lib\haxe-crypto\0,0,6\src" />
    <class path="C:\HaxeToolkit\haxe\lib\haxe-crypto\0,0,6" />
  </classpaths>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant