News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

FolderTarget error... possible feature request!

Started by grizzley90, June 12, 2006, 11:27:25 PM

Previous topic - Next topic

grizzley90

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.

TDragon

Project -> Properties -> Targets -> Objects output dir.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

grizzley90

ahh there's that option. I still suggest that a feature be made to check for proper folder names.