-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
Support to build the selected files for the given target #487
Comments
这样可以吗?
|
This comment has been minimized.
This comment has been minimized.
另外,数组分隔符是用 |
可以通过path.translate做些兼容处理 不过对根 \ 的处理 如果单为了支持vs 处理成相对路径,那在cygwin下就有歧义了 |
目前像--includedirs里面,现在是通过path.sepenv来分割的 win上传 ; unix上传 : |
默认值为nil的帮助就显示不出来了 |
这个我可以处理一下 |
按照xmake的命名惯例是不是应该写成 |
可以,不过我觉得还是太长了,感觉直接叫 |
这个我等会看下 |
那就files |
This comment has been minimized.
This comment has been minimized.
@OpportunityLiu 我初步整完了 测试了下 跟vsxmake配合ok,你这试试 |
合并了吗?在哪个分支试? |
恩,我直接rebase到dev了 |
挺好的,我这里没啥问题,cuda的文件也可以 |
有必要把 |
是不怎么常用。。去了也可以。 |
Is your feature request related to a problem? Please describe.
see #257 (comment)
Describe the solution you'd like
Path list (windows)
xmake build --files='src/file1.c;src/file2.c'
Path list (unix/linux)
xmake build --files='src/file1.c:src/file2.c'
The text was updated successfully, but these errors were encountered: