We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vsxmake generator support rules, but vs generator does not support rules now.
xmake project -k vs
After the new features mentioned in this issue (#1246) are implemented, it will be possible for the vs generator to support rules.
We will use on_batchcmd_file to rewrite some qt rules (.ui/.moc/.qrc), then we can add some custom commands to vcproj.
on_batchcmd_file
#480 #174 #257
The text was updated successfully, but these errors were encountered:
#1792
Sorry, something went wrong.
No branches or pull requests
vsxmake generator support rules, but vs generator does not support rules now.
xmake project -k vs
After the new features mentioned in this issue (#1246) are implemented, it will be possible for the vs generator to support rules.
We will use
on_batchcmd_file
to rewrite some qt rules (.ui/.moc/.qrc), then we can add some custom commands to vcproj.related issues
#480
#174
#257
The text was updated successfully, but these errors were encountered: