viranovska - 2011-08-03

Hi!!! I've installed dev-c++ 4.9.9.2 and i'm very new at this ... so i
have some troubling with compiling my project .

this is my compile log:

_Building Makefile: "C:\Dev-Cpp\vezbi\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\vezbi\Makefile.win" all
g++.exe p.o -o "Project1.exe" -L"C:/Dev-Cpp/lib" -mwindows -lglut32 -lglu32
-lopengl32 -lwinmm -lgdi32 LIBS += -L/usr/local/lib -lglut -lgdi32.lib
-lD3D9.lib

g++.exe: LIBS: No such file or directory
g++.exe: +=: No such file or directory

make.exe: *** Error 1

Execution terminated_

and of course it gives me a error 1

can anyone help me to resolve this, please???!