Fwd: Some notes
Lorenzo Delana
ldelana at libero.it
Wed May 2 12:21:36 UTC 2001
ABOUT COMPILER/LINKER OPTIONS
(About Compiler)
In a subdirectory of the project I would to have some additional C/CXX FLAGS,
so I have to manually modify Makefile.am adding before/after the section
created by kdevelop following
CFLAGS += <my-cflags>
CXXFLAGS += <my-cxxflags>
// CORRECTION...
//
CFLAGS = @CFLAGS@ <my-additional-cflags>
CXXFLAGS = @CXXFLAGS@ <my-additional-cxxflags>
bye
Lore
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list