Code::Blocks Forums

User forums => Help => Topic started by: grizzley90 on June 12, 2006, 11:27:25 pm

Title: FolderTarget error... possible feature request!
Post by: grizzley90 on June 12, 2006, 11:27:25 pm
Hi im using windows, and a svn version of codeblocks about a month old. I imported a msvc solution into codeblocks and all worked fine. It got everything perfectly. but my build target are Debug|Win32 and Release|Win32. I try to compile it compiles perfectly but it cant create the folder Debug|Win32!!!! because having a | is not allowed in folder names on windows. I changed the build target to something else like Debug_Win32 but i still cant compile because it still tries to create the folder Debug|Win32 for the objects outputs (.o's). How can i change the object output target folder? If there is an option somewhere to change it, because i cant find it. and if you can't, then this is a request for that feature and some type of checking to make sure the target folder is actually allowed to be a folder.
Title: Re: FolderTarget error... possible feature request!
Post by: TDragon on June 12, 2006, 11:34:38 pm
Project -> Properties -> Targets -> Objects output dir.
Title: Re: FolderTarget error... possible feature request!
Post by: grizzley90 on June 12, 2006, 11:45:58 pm
ahh there's that option. I still suggest that a feature be made to check for proper folder names.