diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-30 12:46:58 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-30 12:46:58 +0000 |
commit | ded1e0d3f6d34702b3eb9aab8fb0ef0053e7f8bb (patch) | |
tree | 3fa92ae8ce97c1316dc6143d3fa9d48d96aab3c2 /dbaccess/util | |
parent | 91ef2d21bbfba91cb98837305ca1b8b71548b96d (diff) |
#79820# build hidother.src
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/makefile.mk | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index 4ecafd8eebf4..3dc73dd9fd04 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: fs $ $Date: 2000-10-27 08:09:05 $ +# last change: $Author: fs $ $Date: 2000-10-30 13:46:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -183,6 +183,7 @@ DEF2EXPORTFILE=$(TARGET2).dxp ALL: \ $(LIB2TARGET) \ + $(SRS)$/hidother.hid \ ALLTAR # --- .res file ---------------------------------------------------------- @@ -200,3 +201,14 @@ RESLIB2SRSFILES=$(RES2FILELIST) .INCLUDE : target.mk + + +$(SRS)$/hidother.hid: hidother.src +.IF "$(GUI)$(CPU)"=="WNTI" +.IF "$(BUILD_SOSL)"=="" + +-mhids hidother.src ..\$(INPATH)$/srs dbu hidother $(INCLUDE) +.ENDIF +.ELSE + @+echo nix +.ENDIF + |