CodeBlock Build failed,from where I can change the build dependency??

I want to build the default "Win32 GUI" code via codeblock. I am getting the build error that Builder is unable to find some file.Is there anyway remove the file from build list?

This is the file name "D:\C\glew-1.10.0-win32\glew-1.10.0\bin\Release\Win32". I want to remove this dependency from the build. Below is the build log.

[code]

-------------- Clean: Debug in DD (compiler: GNU GCC Compiler)---------------

Cleaned "DD - Debug"

-------------- Build: Debug in DD (compiler: GNU GCC Compiler)---------------

mingw32-g++.exe -Wall -g -c D:\Try\DD\main.cpp -o obj\Debug\main.o
mingw32-g++.exe -o bin\Debug\DD.exe obj\Debug\main.o -lgdi32 -luser32 -lkernel32 -lcomctl32 D:\C\glew-1.10.0-win32\glew-1.10.0\bin\Release\Win32 -mwindows
mingw32-g++.exe: error: D:\C\glew-1.10.0-win32\glew-1.10.0\bin\Release\Win32: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings (0 minutes, 0 seconds)

Topic archived. No new replies allowed.