# HG changeset patch # User sr # Date 1527602920 -7200 # Node ID e5b6fe1d2005b1919b7b9f24eb7c74b98c187cb8 # Parent bcecd53f72d305556da0176264a5775c9fc8ce3a class: RegressionTests::HTTPServerTests changed: #setUp diff -r bcecd53f72d3 -r e5b6fe1d2005 quickSelfTest/bc.mak --- a/quickSelfTest/bc.mak Tue May 29 16:08:37 2018 +0200 +++ b/quickSelfTest/bc.mak Tue May 29 16:08:40 2018 +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)\stx\goodies\regex -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 +LOCALINCLUDES= -I$(INCLUDE_TOP)\exept\libcrypt -I$(INCLUDE_TOP)\stx\goodies\communication -I$(INCLUDE_TOP)\stx\goodies\regex -I$(INCLUDE_TOP)\stx\goodies\regression -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\goodies\webServer -I$(INCLUDE_TOP)\stx\goodies\webServer\htmlTree -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libcomp LOCALDEFINES= GLOBALDEFINES= @@ -102,11 +102,13 @@ libstx_libcompat.dll \ libstx_libtool.dll \ libstx_goodies_xml_vw.dll \ + libstx_goodies_communication.dll \ + libstx_goodies_webServer_ui.dll \ libstx_libjavascript.dll \ libstx_goodies_xml_stx.dll \ + libstx_goodies_webServer_htmlTree.dll \ libstx_goodies_regression.dll \ libstx_goodies_webServer.dll \ - libstx_goodies_webServer_htmlTree.dll \ REQUIRED_FILES=$(RT_DLL) $(X11_DLL) $(XEXT_DLL) symbols.stc $(REQUIRED_LIBS) @@ -386,6 +388,18 @@ ..\..\xml\vw\$(OBJDIR)\libstx_goodies_xml_vw.dll: $(FORCE) pushd ..\..\xml\vw & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " +libstx_goodies_communication.dll: ..\..\communication\$(OBJDIR)\libstx_goodies_communication.dll + copy ..\..\communication\$(OBJDIR)\libstx_goodies_communication.dll *.* + +..\..\communication\$(OBJDIR)\libstx_goodies_communication.dll: $(FORCE) + pushd ..\..\communication & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " + +libstx_goodies_webServer_ui.dll: ..\..\webServer\ui\$(OBJDIR)\libstx_goodies_webServer_ui.dll + copy ..\..\webServer\ui\$(OBJDIR)\libstx_goodies_webServer_ui.dll *.* + +..\..\webServer\ui\$(OBJDIR)\libstx_goodies_webServer_ui.dll: $(FORCE) + pushd ..\..\webServer\ui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " + libstx_libjavascript.dll: ..\..\..\libjavascript\$(OBJDIR)\libstx_libjavascript.dll copy ..\..\..\libjavascript\$(OBJDIR)\libstx_libjavascript.dll *.* @@ -398,6 +412,12 @@ ..\..\xml\stx\$(OBJDIR)\libstx_goodies_xml_stx.dll: $(FORCE) pushd ..\..\xml\stx & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " +libstx_goodies_webServer_htmlTree.dll: ..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll + copy ..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll *.* + +..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll: $(FORCE) + pushd ..\..\webServer\htmlTree & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " + libstx_goodies_regression.dll: ..\..\regression\$(OBJDIR)\libstx_goodies_regression.dll copy ..\..\regression\$(OBJDIR)\libstx_goodies_regression.dll *.* @@ -410,12 +430,6 @@ ..\..\webServer\$(OBJDIR)\libstx_goodies_webServer.dll: $(FORCE) pushd ..\..\webServer & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " -libstx_goodies_webServer_htmlTree.dll: ..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll - copy ..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll *.* - -..\..\webServer\htmlTree\$(OBJDIR)\libstx_goodies_webServer_htmlTree.dll: $(FORCE) - pushd ..\..\webServer\htmlTree & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " - libexept_ole.dll: ..\..\..\..\exept\ole\$(OBJDIR)\libexept_ole.dll copy ..\..\..\..\exept\ole\$(OBJDIR)\libexept_ole.dll *.*