added support for webwizard
This commit is contained in:
parent
41c64e7081
commit
7f66833658
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue