Hello, Moritz Hoffmann wrote: > Rainer Tammer schrieb: > > Hello, > > I want to cleanup the different types of #defines in ooRexx. > > What could help would be shifting away from command line defines to a > config.h file that contains all the defines. Yes, this was my long term intention.
* In the first step I want to get all platform dependent defines in a consistent state (to OPSYS_XXX) * Check which define is not really platform dependent and use a HAVE_xxx * Check if some things could be covered by a configure switch (-withXX/-withoutXX) Bye Rainer > I once had that done, but > then I could not continue working on it, so it needs to be done again. > This will certainly clean up the build process as it reduces the amount > of messages by about 80% on unix like builds. > > As far as I remember I just had to do: > > #ifdef HAVE_CONFIG_H > #include "config.h" > #endif > > > But that's just my idea of improving things :-) I have no clue if it > would be supported on all platforms utilizing the Makefile. > > Kind regards, > Moritz ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
