lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV patch generation doesn't change userdefs.h


From: Larry W. Virden, x2487
Subject: Re: LYNX-DEV patch generation doesn't change userdefs.h
Date: Thu, 3 Apr 1997 05:37:05 -0500

Put in userdefs.h:
#ifndef {name of version string variable}
#define {name of version string variable} "2.7develop"
#endif


In my local userdefs.h, I've added #ifndef..#endif around all the blocks
where I am going to override the default.  That way I can leave the original
default in the .h file and just add my own define before them.  My next
step will probably be to add a local.h that gets #include'd in the beginng
of userdefs.h to contain my changes; that way userdef.h lists what could
be changed, but the only change I have to add to userdef.h is my #include.

My goal is to get to make changes to lynx to get the point where
no modifications of the distributed lynx source code OR DIRECTORIES is
necessary .  The reason for this is a Source Code
Management strategies - one wants a setup where one can distribute the
source on a CD-ROM, or at least have a tree that looks like:


lynx/src/       - as distributed
lynx/bin/sparc-sun-solaris2.5.1/ headers, .o, executables
lynx/bin/intel-microsoft-windowsnt4.1/ headers, .o, executables
lynx/bin/alpha-dec-windowsnt4.1/ headers, .o, executables

-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]