PDA

View Full Version : makefiles with anjuta



zachtib
March 30th, 2006, 10:02 PM
im using anjuta, and im trying to figure out how to enable and disable certain things at compile time.

for example, ./configure --disable-blah --enable-foo

but I can't for the life of me figure out where to add these options in my project

i've pretty much figured out how #ifdef works, but that doesn't do me any good unless I can create the options to be used