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

Generated Visual Studio projects generating files in wrong output folder #53

Open
peace-maker opened this issue Feb 5, 2018 · 1 comment

Comments

@peace-maker
Copy link
Member

ambuild creates folders for all configurations of the generated VS projects. They are prefixed with the project name like sourcemod.logic - Default.
Building the sourcemod.logic.vcxproj will put the files in a folder named just Default and the sourcemod.logic - Default folder put in place by ambuild so carefully is left empty 😢 Building another project like sourcemod_mm will output into the same Default folder instead of the project specific one.

Furthermore the projects containing more than one "Default" configuration like sourcemod and sdktools having one for each engine branch, are getting folders created which are missing the project name as prefix.
So there's just a folder called Debug - csgo instead of multiple ones per project like sourcemod - Debug - csgo and sdktools - Debug - csgo. Building the projects actually create the files in the Debug - csgo folder, instead of a project specific one.

@peace-maker
Copy link
Member Author

Looks like #42 fixes the first part at least for the 2.1 API.

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