> I was able to put break point in the fileWCModelController.m after creating > a debug version of WCmodel.framework . > > Is there a way(probably configuration in make files) through which we can > create both non-debug and debug versions of a framework with single make > command?? No - but you can create a tiny shell script, #! /bin/sh make make debug=yes and then run the shell script ... _______________________________________________ Help-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-gnustep
