diff --git a/wizards/prj/build.lst b/wizards/prj/build.lst index 0003fb64672e..b8ec1e8617eb 100644 --- a/wizards/prj/build.lst +++ b/wizards/prj/build.lst @@ -34,3 +34,4 @@ wz wizards\util nmake wz wizards\source\euro nmake - all wz_euro NULL wz wizards\source\config nmake - all wz_config NULL wz wizards\source\importwizard nmake - all wz_importwiz NULL +wz wizards\source\webwizard nmake - all wz_webwiz NULL diff --git a/wizards/util/target.pmk b/wizards/util/target.pmk index 2f8b16e36e33..a8354c0eca04 100644 --- a/wizards/util/target.pmk +++ b/wizards/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: tv $ $Date: 2001-03-27 11:29:14 $ +# last change: $Author: tv $ $Date: 2001-03-27 16:11:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -61,5 +61,5 @@ #************************************************************************* CONFIG_ALL_TARGET = basicusr IMPORTWIZARD_ALL_TARGET = basicsrvimport - +WEBWIZARD_ALL_TARGET = basicsrvweb