diff options
author | Martin Hollmichel <mh@openoffice.org> | 2000-11-10 08:20:19 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2000-11-10 08:20:19 +0000 |
commit | 400a66e07e00ce90bc0fb58713505541f7af789d (patch) | |
tree | 153d02548058400f3c7475619e208eebcc650200 /dbaccess/util | |
parent | 18f055c54bda3b38361e00da61b5919de053be10 (diff) |
add: generation of hids
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/makefile.mk | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index 3dc73dd9fd04..4271112a39c6 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: fs $ $Date: 2000-10-30 13:46:58 $ +# last change: $Author: mh $ $Date: 2000-11-10 09:20:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,6 +65,7 @@ PRJNAME=dbaccess TARGET=dba TARGET2=dbu USE_LDUMP2=TRUE +GEN_HID=TRUE USE_DEFFILE=TRUE @@ -119,13 +120,6 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) DEF1EXPORTFILE=$(TARGET).dxp -#SHL1DEPN=\ - makefile.mk - -ALL: \ - $(LIB1TARGET) \ - ALLTAR - # --- .res file ---------------------------------------------------------- RES1FILELIST=\ $(SRS)$/core_strings.srs |