Re: [REQADM-Users-L] quick way to rebuild one binary?
Brought to you by:
rcopeland101,
slw
From: Steve W. <st...@al...> - 2003-12-18 21:57:20
|
In message <200...@pd...>, Rusty Copeland writes: >In the source code, after it has been configured, there is a file >named config.conf. This is very similar to the install config file. >If you set this file up with the values of the install config these >values will be built into the binary you are trying to create. This only works if -DREQADM__DEVEL is also defined at compile time. (This switches in the values from config.conf instead of the placeholders setup is looking for.) Running configure with the -d option will set all that up for you. |