> Sorry for the late reply. Been busy. I know that too ;) > > -D DEBUG=test is wrong. It should just be -D DEBUG and then: > > #ifdef DEBUG > your code > #endif > > The -D SOMENAME just tells the preprocessor to define SOMENAME and > the #ifdef is saying "if defined". Ok make sense now. I'll give it a shot next.
---- Eric Priou aka erixtekila Articles : http://www.v-i-a.net/inprogress Oregano : http://www.v-i-a.net/inprogress/doku.php/oregano Oregano forum : http://www.v-i-a.net/forum/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
