bc.mak
changeset 3872 2123b1324460
parent 3828 f22772e1605c
child 3938 631b6f547a9a
--- a/bc.mak	Thu May 07 13:55:51 2009 +0200
+++ b/bc.mak	Thu May 07 13:55:56 2009 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/bc.mak,v 1.45 2009-02-16 13:11:50 cg Exp $
+# $Header: /cvs/stx/stx/libwidg/bc.mak,v 1.46 2009-05-07 11:55:56 stefan Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libwidg.
@@ -38,7 +38,9 @@
 
 OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
 
-ALL::  $(BINDIR)\$(LIBNAME).dll
+ALL::  classLibRule
+
+classLibRule: $(OUTDIR)$(LIBNAME).dll
 
 !INCLUDE $(TOP)\rules\stdRules_bc