Re: [opendemo-devel] combined Makefile
Status: Beta
Brought to you by:
girlich
From: Conor D. <co...@ma...> - 2001-10-04 03:09:48
|
> On Wed, Oct 03, 2001 at 05:52:36PM +0200, Dr. Uwe Girlich wrote: > > I just checked in a working version of a combined Makefile, which generates > > (under Linux) QVM files and native shared libraries. The shell scripts are > > no longer necessary. > > > The next step is to generate the DOS batch files also with this Makefile. > I'm not so sure any more, if this is such a good idea. Why is that? > > Another thing is to finally implement a working 'make debug'. > I just did that. I added the debugging shared library to the binary > package, which is now 1974628 bytes long. Shouldn't we better generate a > separate 'debugging' package? I don't think we need to include native libaries in the packages at all. I figure that end users would want qvm files, and developers would like to make debug builds for testing purposes. Since developers should be able to compile everything from source, who needs a debug binary that someone else built? > > The last thing I'm thinking about is to compile the Win32 shared libraries > > with a Linux cross-compiler too. > This is now really easy to add, maybe next weekend. Is this necessary either (see above)? -Conor |