bc.mak
changeset 1449 2f805a29813f
parent 1205 a299301d2236
child 1462 7a2b32a588ee
--- a/bc.mak	Wed Jun 29 16:00:26 2016 +0200
+++ b/bc.mak	Wed Jun 29 16:02:57 2016 +0200
@@ -29,7 +29,7 @@
 
 !INCLUDE Make.spec
 
-LIBNAME=libexept_regression
+LIBNAME=libstx_goodies_regression
 RESFILES=regression.$(RES)
 
 
@@ -66,12 +66,12 @@
 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)
-        
+
 clean::
 	del *.$(CSUFFIX)
 
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
-$(OUTDIR)exept_regression.$(O) exept_regression.$(H): exept_regression.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
+$(OUTDIR)stx_goodies_regression.$(O) stx_goodies_regression.$(H): stx_goodies_regression.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line