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

Ability specify what the output .hxproj file will be named. #89

Open
ianharrigan opened this issue Nov 27, 2016 · 2 comments
Open

Ability specify what the output .hxproj file will be named. #89

ianharrigan opened this issue Nov 27, 2016 · 2 comments

Comments

@ianharrigan
Copy link

ianharrigan commented Nov 27, 2016

Currently, when generating project names the resulting .hxproj ends up as something like MyProject-html5.hxproj, it would be nice if this could be overridden and allow a custom project name, for example kha-html5.hxproj when passing in kha as a parameter of somekind.

@sh-dave
Copy link
Contributor

sh-dave commented Nov 27, 2016

Hm, khamake should already pick up whatever you name your project in the khafile.js

let prj = new Project('Something');

... should output a Something-html5.hxproj file

@ianharrigan
Copy link
Author

Sure, but what if i wanted the project file name (the .hxproj) to be something different from the project name that is in the khafile.js? Because of haxeui and its cross framework nature, it would be nice (for me) to generate project files like "kha-html5.hxproj", etc...

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

2 participants