User: kz Date: 2006/10/05 05:45:47 Modified: dba/connectivity/source/drivers/hsqldb/makefile.mk
Log: INTEGRATION: CWS hsqlcsvstage1 (1.8.176); FILE MERGED 2006/09/20 11:06:20 fs 1.8.176.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/makefile.mk?r1=1.8&r2=1.9 Delta lines: +17 -0 -------------------- --- makefile.mk 8 Sep 2005 06:07:25 -0000 1.8 +++ makefile.mk 5 Oct 2006 12:45:45 -0000 1.9 @@ -49,6 +49,23 @@ nojava: @echo "Not building jurt because Java is disabled" .ENDIF + +# --- Resources --------------------------------- + +SRS1NAME=$(TARGET) +SRC1FILES = \ + hsqlui.src + +RES1FILELIST=\ + $(SRS)$/$(TARGET).srs + +RESLIB1NAME=$(TARGET) +RESLIB1IMAGES=$(SOLARSRC)$/$(RSCDEFIMG)$/database +RESLIB1SRSFILES=$(RES1FILELIST) + +# Note that the resource file built here is currently *not* included +# in installation sets. See hsqlui.src for an explanation + # --- Files ------------------------------------- SLOFILES=\ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
