bc.mak
branchjv
changeset 3219 92e64a42ab4e
parent 3158 f8c56a311307
parent 3188 8e91b3098f35
child 3243 292f55bcd8f0
--- a/bc.mak	Thu Apr 11 14:36:03 2013 +0200
+++ b/bc.mak	Tue Apr 16 09:44:57 2013 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic3/bc.mak,v 1.114 2013-01-18 13:02:58 cg Exp $
+# $Header: /cvs/stx/stx/libbasic3/bc.mak,v 1.115 2013-04-02 19:24:08 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic3.
@@ -37,7 +37,7 @@
 
 
 
-LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2
+LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
 LOCALDEFINES=
 
 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
@@ -61,6 +61,10 @@
 
 
 
+clean::
+	del *.$(CSUFFIX)
+
+
 test: $(TOP)\goodies\builder\reports\NUL
 	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
 	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)