You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 justDefault
and thesourcemod.logic - Default
folder put in place by ambuild so carefully is left empty 😢 Building another project likesourcemod_mm
will output into the sameDefault
folder instead of the project specific one.Furthermore the projects containing more than one "Default" configuration like
sourcemod
andsdktools
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 likesourcemod - Debug - csgo
andsdktools - Debug - csgo
. Building the projects actually create the files in theDebug - csgo
folder, instead of a project specific one.The text was updated successfully, but these errors were encountered: