diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-05-18 14:20:12 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-05-18 14:20:12 +0000 |
commit | a9a8438a3983a55ae686898c4c1ac46f1b93f4fc (patch) | |
tree | 1824d53901a884c89ec5b8b9c3238f19b6d28a66 /registry/tools/makefile.mk | |
parent | 2f247a2135021e5e54fdc3c0f2554caf4411ab50 (diff) |
#87233# insert target
Diffstat (limited to 'registry/tools/makefile.mk')
-rw-r--r-- | registry/tools/makefile.mk | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk index 4673f7d0816a..23a7134aa2b6 100644 --- a/registry/tools/makefile.mk +++ b/registry/tools/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jsc $ $Date: 2001-03-14 10:02:12 $ +# last change: $Author: jsc $ $Date: 2001-05-18 15:20:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,4 +122,17 @@ APP3STDLIBS+= \ $(LIBCIMT) $(LIBCMT) .ENDIF +APP4TARGET= checksingleton +APP4OBJS= $(OBJ)$/checksingleton.obj + +APP4STDLIBS=\ + $(SALLIB) \ + $(SALHELPERLIB) \ + $(REGLIB) + +.IF "$(GUI)"=="WNT" +APP4STDLIBS+= \ + $(LIBCIMT) $(LIBCMT) +.ENDIF + .INCLUDE : target.mk |