automatically generated by browser
authorStefan Vogel <sv@exept.de>
Thu, 07 May 2009 13:14:56 +0200
changeset 2088 d62c2e443930
parent 2087 ecb2cc44f933
child 2089 683740bedffc
automatically generated by browser
bc.mak
--- a/bc.mak	Thu May 07 13:14:51 2009 +0200
+++ b/bc.mak	Thu May 07 13:14:56 2009 +0200
@@ -1,6 +1,6 @@
-# $Header: /cvs/stx/stx/libbasic3/bc.mak,v 1.78 2009-04-03 16:12:38 cg Exp $
+# $Header: /cvs/stx/stx/libbasic3/bc.mak,v 1.79 2009-05-07 11:14:56 stefan Exp $
 #
-# DO NOT EDIT
+# DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic3.
 #
 # Warning: once you modify this file, do not rerun
@@ -26,7 +26,7 @@
 
 
 # see stdHeader_bc for LIBBASIC3_BASE
-LIB_BASE_LD_ARG=$(LD_BASE_ARG)$(LIBBASIC3_BASE)
+LIB_BASE_LD_ARG=-b:$(LIBBASIC3_BASE)
 
 
 LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
@@ -37,7 +37,9 @@
 
 OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
 
-ALL::  $(BINDIR)\$(LIBNAME).dll
+ALL::  classLibRule
+
+classLibRule: $(OUTDIR)$(LIBNAME).dll
 
 !INCLUDE $(TOP)\rules\stdRules_bc