diff options
author | Release Engineers <releng@openoffice.org> | 2009-03-06 14:26:39 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-03-06 14:26:39 +0000 |
commit | 68c871c9c0e134d39fda1728522e815b6ff3baad (patch) | |
tree | 972649fc75b83c2b362172a1cff6dedc1d6a5582 /registry | |
parent | 61f13b536042d73bc4689d6a69573a0d4c602553 (diff) |
#i10000# STORELIB missing
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk index 375527b14b09..a97a47a9964e 100644 --- a/registry/tools/makefile.mk +++ b/registry/tools/makefile.mk @@ -51,6 +51,7 @@ APP1OBJS= $(OBJ)$/regmerge.obj APP1RPATH= UREBIN APP1STDLIBS=\ + $(STORELIB)\ $(SALLIB) \ $(SALHELPERLIB) \ $(REGLIB) @@ -60,6 +61,7 @@ APP2OBJS= $(OBJ)$/regview.obj APP2RPATH= UREBIN APP2STDLIBS=\ + $(STORELIB)\ $(SALLIB) \ $(SALHELPERLIB) \ $(REGLIB) @@ -69,6 +71,7 @@ APP3OBJS= $(OBJ)$/regcompare.obj APP3RPATH= SDK APP3STDLIBS=\ + $(STORELIB)\ $(SALLIB) \ $(SALHELPERLIB) \ $(REGLIB) @@ -77,6 +80,7 @@ APP4TARGET= checksingleton APP4OBJS= $(OBJ)$/checksingleton.obj APP4STDLIBS=\ + $(STORELIB)\ $(SALLIB) \ $(SALHELPERLIB) \ $(REGLIB) |