diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-19 01:28:32 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:02 -0600 |
commit | 43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12 (patch) | |
tree | be9cd3fbdee7ff7184b54943f047df5ad627238e /connectivity | |
parent | 628ee842afa2b5f6798caad4ed55b60ef64a5e1d (diff) |
replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses
Diffstat (limited to 'connectivity')
-rwxr-xr-x | connectivity/source/drivers/hsqldb/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/hsqldb/makefile.mk b/connectivity/source/drivers/hsqldb/makefile.mk index 6da440d81918..be34caf94bd7 100755 --- a/connectivity/source/drivers/hsqldb/makefile.mk +++ b/connectivity/source/drivers/hsqldb/makefile.mk @@ -51,12 +51,12 @@ CDEFS+=-DSYSTEM_HSQLDB -DHSQLDB_JAR=\""file://$(HSQLDB_JAR)"\" SRS1NAME=$(TARGET) SRC1FILES = \ hsqlui.src - + RES1FILELIST=\ $(SRS)$/$(TARGET).srs RESLIB1NAME=$(TARGET) -RESLIB1IMAGES=$(SOLARDEFIMG)$/database +RESLIB1IMAGES=$(SRC_ROOT)/$(RSCDEFIMG)/database RESLIB1SRSFILES=$(RES1FILELIST) # Note that the resource file built here is currently *not* included |