> Would it be possible to add GPL code in the sourceball which 
> is not used
> in your binary-packages for mySAP applications but only if it is build
> in GPL environments? IMHO this should always be possible?
> Something like -DGPL as build-define.

Certainly. There is the vmake variable SAPDB_INTERNAL which is used to distinguish 
between the two build environments.

Example:
# $DESC/SAPDB/DBM/Cli.com
DBMCLI_SomeFile.cpp     # common options
&if ! SAPDB_INTERNAL
DBMCLI_SomeFile.cpp -DUSE_GNU_READLINE   # this is added to the common options
&endif

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to