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

just ask a question #1

Open
GuBuChang opened this issue Jun 18, 2021 · 7 comments
Open

just ask a question #1

GuBuChang opened this issue Jun 18, 2021 · 7 comments

Comments

@GuBuChang
Copy link

Hi~
just ask a question
image

Do you mean that i need to create a my.props file. where do i need to put this file?
thanks

@DmitrySokolov
Copy link
Owner

Put it next to my.vcxproj.

@GuBuChang
Copy link
Author

GuBuChang commented Jun 22, 2021

if in a .sln we have multiple .vcxproj files.Do i need add a .props file for each .vcxproj file path?

@DmitrySokolov
Copy link
Owner

Common part can be put to the single file common.props and included into all .vcxproj.

@GuBuChang
Copy link
Author

i use this method in my project.the tool is actually invoked.but no compilation parameters ware passed into tool.
2>Target GetReferencedVCProjectsInfo:
2>Target ClCompile:
2> args:0 argv:D:\WorkTool\buildcache.exe
2> args:1 argv:@C:\Users\gucha\AppData\Local\Temp\tmp7353fee79f9345319aeba1725ed72eed.rsp
2> Hello World!

the tool only receives a @C:\Users\gucha\AppData\Local\Temp\tmp7353fee79f9345319aeba1725ed72eed.rsp parameter.
do you know why?

@DmitrySokolov
Copy link
Owner

@GuBuChang
Copy link
Author

image
i have read this page. MSBuild.rsp and msbuild.exe one path.i do not understand why MSBuild.exe need to look for .rsp files in a temporary file.that is not explained in this link.So do you know hwo to fix it.

@DmitrySokolov
Copy link
Owner

I am not BuildCache developer, I think you should submit your issue to the original repository.

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