Thanks for reply,
MortenMacFly I did what you said & when I build application (Ctrl+F9)
I got this message:
make: *** No rule to make target `Debug'. Stop.
Process terminated with status 2 (0 minutes, 0 seconds)
0 errors, 0 warnings
I want to have a debug enable as well.
Is it something wrong with make file? Plese have a look into Makefile:
http://codepad.org/EiNZQRgM
Here is the CLAMAV project with Makefile:
tomb@tomb_localhost ~/projects/aau/virus_scanner/av_scan/example/my_ex1 $ ls
AUTHORS COPYING.unrar NEWS clamav-milter configure libclamav my_ex1.layout
BUGS COPYING.zlib README clamconf configure.in libclamav.pc shared
COPYING ChangeLog UPGRADE clamd contrib libclamav.pc.in sigtool
COPYING.BSD FAQ aclocal.m4 clamdscan database libclamunrar stamp-h1
COPYING.LGPL INSTALL clamav-config clamscan docs libclamunrar_iface target.h
COPYING.bzip2 Makefile clamav-config.h config etc libtool test
COPYING.file Makefile.am clamav-config.h.in config.log examples m4 unit_tests
COPYING.lzma Makefile.in clamav-config.in config.status freshclam my_ex1.cbp
And Screenshot of my Properties project in CodeBlocks
(http://omploader.org/temlx) (http://omploader.org/vemlx)
How can I fix this?
Regards,
Tom
Thanks for reply,
OK, I will go for Release target.
Now when I Build Project(Ctrl+F9) I am getting following message:
-------------- Build: Release in cl_release ---------------
Linking stage skipped (build target has no object files to link)
Nothing to be done.
I don't have too much experiences with Makefile.
Can someone help and tell me what shall I do, what should be change in Makefile to be able to build project?
Here is my Makefile http://codepad.org/EiNZQRgM (http://codepad.org/EiNZQRgM)
Thanks in advance,
Tom