#104771#fix building of hid.lst
This commit is contained in:
parent
8d1a11bdfe
commit
fe7f4ccfd0
4 changed files with 14 additions and 11 deletions
|
@ -28,4 +28,4 @@ ex extensions\source\dbimport nmake - all ex_dbimport NULL
|
|||
ex extensions\source\dbpilots nmake - all ex_dbpilots NULL
|
||||
ex extensions\source\abpilot nmake - all ex_abpilot NULL
|
||||
ex extensions\source\preload nmake - all ex_preload NULL
|
||||
ex extensions\util nmake - all ex_util ex_preload ex_abpilot ex_dbpilots ex_dbimport ex_propctrlr ex_bib ex_ichk ex_pchk.w NULL
|
||||
ex extensions\util nmake - all ex_util ex_preload ex_abpilot ex_dbpilots ex_dbimport ex_propctrlr ex_bib ex_ichk ex_pchk.w ex_bib ex_plutil NULL
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.11 $
|
||||
# $Revision: 1.12 $
|
||||
#
|
||||
# last change: $Author: jbu $ $Date: 2002-10-01 08:37:05 $
|
||||
# last change: $Author: gh $ $Date: 2002-11-07 15:13:59 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -63,7 +63,6 @@ PRJ=..$/..
|
|||
|
||||
PRJNAME=bib
|
||||
TARGET=bib
|
||||
GEN_HID=TRUE
|
||||
ENABLE_EXCEPTIONS=TRUE
|
||||
USE_DEFFILE=TRUE
|
||||
NO_BSYMBOLIC=TRUE
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2001-09-18 14:24:48 $
|
||||
# last change: $Author: gh $ $Date: 2002-11-07 15:14:04 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -65,7 +65,6 @@ PRJNAME=extensions
|
|||
TARGET=pl
|
||||
TARGETTYPE=GUI
|
||||
USE_DEFFILE=TRUE
|
||||
GEN_HID=TRUE
|
||||
|
||||
# --- Settings -----------------------------------------------------
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# last change: $Author: kz $ $Date: 2002-01-10 09:35:42 $
|
||||
# last change: $Author: gh $ $Date: 2002-11-07 15:14:09 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -74,10 +74,15 @@ GEN_HID=TRUE
|
|||
.IF "$(GUI)$(CPU)"=="WNTI"
|
||||
.IF "$(BUILD_SOSL)"==""
|
||||
ALLTAR : $(SRS)$/hidother.hid
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
$(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid
|
||||
|
||||
$(SRS)$/hidother.hid: hidother.src
|
||||
@+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)
|
||||
|
||||
$(MISC)$/$(PRJNAME).hid : buildmealways
|
||||
buildmealways:
|
||||
@+echo >& $(NULLDEV)
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
|
|
Loading…
Reference in a new issue