diff options
-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) |