[freetds] windows installer copyright
Daniel Fazekas
fdsubs at axelero.hu
Sun May 9 10:13:58 EDT 2004
On May 9, 2004, at 15:56, James K. Lowden wrote:
> On Sun, 09 May 2004, Frediano Ziglio <freddyz77 at tin.it> wrote:
>>> IOW, setup.rc -- along with the configure
>>> script and some others -- are all outputs of autoconf.
>> I would suggest to split setup.rc (just use an include) so to edit
>> with
>> a resource editor.
> I don't understand. Can you show me how to use an include file in a
> .rc?
You can include files in .rc scripts the same way as with any C
preprocessor.
#include <windows.h>
#include "freetds_version.h"
#ifdef, #define etc. are also supported.
--
fds
More information about the FreeTDS
mailing list