Tag: cws_src680_ause034 User: hjs Date: 05/08/05 04:50:13 Added: /dba/connectivity/source/parse/ wrap_sqlbison.cxx
Modified: /dba/connectivity/source/parse/ makefile.mk Log: #i44902# create wrapping source to avoid dmake feature File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [added]: wrap_sqlbison.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/wrap_sqlbison.cxx?rev=1.1.2.1&content-type=text/vnd.viewcvs-markup Added lines: 1 -------------- #include "sqlbison.cxx" File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/makefile.mk?r1=1.14&r2=1.14.120.1 Delta lines: +7 -5 ------------------- --- makefile.mk 2 Aug 2004 17:15:47 -0000 1.14 +++ makefile.mk 5 Aug 2005 11:50:11 -0000 1.14.120.1 @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.14.120.1 $ # -# last change: $Author: hr $ $Date: 2004/08/02 17:15:47 $ +# last change: $Author: hjs $ $Date: 2005/08/05 11:50:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,7 +64,7 @@ PRJNAME=connectivity TARGET=sql - +INCPRE=$(MISC) # --- Settings ----------------------------------------------------- @@ -86,7 +86,7 @@ SLOFILES = \ $(EXCEPTIONSFILES) \ - $(SLO)$/sqlbison.obj \ + $(SLO)$/wrap_sqlbison.obj \ $(SLO)$/sqlflex.obj \ $(SLO)$/internalnode.obj @@ -100,3 +100,5 @@ $(INCCOM)$/sqlbison.hxx : $(YACCTARGET) $(EXCEPTIONSFILES) : $(INCCOM)$/sqlbison.hxx +$(SLO)$/wrap_sqlbison.obj : $(YACCTARGET) + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
