bc.mak
branchjv
changeset 1499 26a16a04219b
parent 1205 a299301d2236
child 1500 d406a10b2965
--- a/bc.mak	Fri Jun 24 00:44:04 2016 +0100
+++ b/bc.mak	Wed Jun 29 21:40:53 2016 +0100
@@ -1,7 +1,7 @@
 # $Header$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: exept_regression.
+# automagically generated from the projectDefinition: stx_goodies_regression.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -20,7 +20,7 @@
 #  this has changed; it is now also possible to build using microsoft visual c
 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
 #
-TOP=..\..\stx
+TOP=..\..\..\stx
 INCLUDE_TOP=$(TOP)\..
 
 
@@ -29,7 +29,7 @@
 
 !INCLUDE Make.spec
 
-LIBNAME=libexept_regression
+LIBNAME=libstx_goodies_regression
 RESFILES=regression.$(RES)
 
 
@@ -72,6 +72,6 @@
 
 
 # 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