added references
authorsr
Fri, 13 Oct 2017 16:20:23 +0200
changeset 476 d8ab364c1e8f
parent 475 b44fb62e39e2
child 477 819ff0bc0217
added references
quickSelfTest/bc.mak
--- a/quickSelfTest/bc.mak	Fri Oct 13 16:20:19 2017 +0200
+++ b/quickSelfTest/bc.mak	Fri Oct 13 16:20:23 2017 +0200
@@ -58,7 +58,7 @@
 LIBNAME=libstx_goodies_builder_quickSelfTest
 MODULE_PATH=goodies\builder\quickSelfTest
 STCOPT="+optinline"
-LOCALINCLUDES= -I$(INCLUDE_TOP)\exept\libcrypt -I$(INCLUDE_TOP)\exept\ole -I$(INCLUDE_TOP)\stx\goodies\regression -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libcomp
+LOCALINCLUDES= -I$(INCLUDE_TOP)\exept\libcrypt -I$(INCLUDE_TOP)\exept\ole -I$(INCLUDE_TOP)\stx\goodies\regression -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\goodies\webServer\htmlTree -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libcomp
 LOCALDEFINES=
 GLOBALDEFINES=
 
@@ -83,7 +83,7 @@
 
 REQUIRED_LIBS=librun.dll  \
  libstx_libbasic.dll \
- libexept_ole.dll \
+ libstx_goodies_webServer_htmlTree.dll \
  libstx_libbasic2.dll \
  libstx_libcomp.dll \
  libstx_goodies_refactoryBrowser_parser.dll \
@@ -96,6 +96,7 @@
  libstx_libview2.dll \
  libstx_goodies_sunit.dll \
  libstx_libwidg.dll \
+ libexept_ole.dll \
  libstx_libhtml.dll \
  libstx_libwidg2.dll \
  libstx_libcompat.dll \
@@ -267,11 +268,11 @@
 ..\..\..\libbasic\$(OBJDIR)\libstx_libbasic.dll: $(FORCE)
 	pushd ..\..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
 
-libexept_ole.dll: ..\..\..\..\exept\ole\$(OBJDIR)\libexept_ole.dll
-	copy ..\..\..\..\exept\ole\$(OBJDIR)\libexept_ole.dll *.*
+libstx_goodies_webServer_htmlTree.dll: ..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll
+	copy ..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll *.*
 
-..\..\..\..\exept\ole\$(OBJDIR)\libexept_ole.dll: $(FORCE)
-	pushd ..\..\..\..\exept\ole & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
+..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll: $(FORCE)
+	pushd ..\..\webServer\htmlTree & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
 
 libstx_libbasic2.dll: ..\..\..\libbasic2\$(OBJDIR)\libstx_libbasic2.dll
 	copy ..\..\..\libbasic2\$(OBJDIR)\libstx_libbasic2.dll *.*
@@ -345,6 +346,12 @@
 ..\..\..\libwidg\$(OBJDIR)\libstx_libwidg.dll: $(FORCE)
 	pushd ..\..\..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
 
+libexept_ole.dll: ..\..\..\..\exept\ole\$(OBJDIR)\libexept_ole.dll
+	copy ..\..\..\..\exept\ole\$(OBJDIR)\libexept_ole.dll *.*
+
+..\..\..\..\exept\ole\$(OBJDIR)\libexept_ole.dll: $(FORCE)
+	pushd ..\..\..\..\exept\ole & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
+
 libstx_libhtml.dll: ..\..\..\libhtml\$(OBJDIR)\libstx_libhtml.dll
 	copy ..\..\..\libhtml\$(OBJDIR)\libstx_libhtml.dll *.*