diff options
Diffstat (limited to 'registry')
-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 |