diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:27:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:27:16 +0000 |
commit | 48e0d040a5f1834c17096ef6439cefa086ae2e2b (patch) | |
tree | 88b548c8a1002fdb85039686caf5871255762e80 | |
parent | e7f43e449bf69ad7f9206d8b92e0d44a4843698a (diff) |
INTEGRATION: CWS visibility03 (1.13.76); FILE MERGED
2005/04/04 11:10:18 mhu 1.13.76.2: #i45006# Added oleaut32.lib (needed by sbxdec.obj).
2005/03/24 18:05:59 mhu 1.13.76.1: #i45006# Adapted to moved sbx files.
-rw-r--r-- | basic/util/makefile.mk | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index a825443c2c6e..be72dc8131cf 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2004-05-21 11:49:35 $ +# last change: $Author: obo $ $Date: 2005-04-13 09:27:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,10 +75,11 @@ GEN_HID=TRUE LIB1TARGET=$(SLB)$/sb.lib LIB1FILES= \ - $(SLB)$/basicmgr.lib \ - $(SLB)$/classes.lib \ - $(SLB)$/comp.lib \ - $(SLB)$/runtime.lib + $(SLB)$/basicmgr.lib \ + $(SLB)$/classes.lib \ + $(SLB)$/comp.lib \ + $(SLB)$/runtime.lib \ + $(SLB)$/sbx.lib SHL1TARGET= sb$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= basic @@ -103,8 +104,10 @@ SHL1STDLIBS+=$(SJLIB) .ENDIF .IF "$(GUI)"=="WNT" -#SHL1STDLIBS+=$(LIBCIMT) -.ENDIF +SHL1STDLIBS+= \ + uwinapi.lib \ + oleaut32.lib +.ENDIF # WNT .IF "$(GUI)" != "UNX" SHL1OBJS= \ @@ -124,7 +127,8 @@ DEF1DES =StarBasic RES1TARGET=$(PRJNAME) SRS1FILES= \ - $(SRS)$/classes.srs + $(SRS)$/classes.srs \ + $(SRS)$/sbx.srs # --- TESTTOOL IDE ------------------------------------------------------ # die ressourcen werden hier gelinkt @@ -133,7 +137,8 @@ RESLIB1NAME=stt RESLIB1IMAGES=$(PRJ)$/res RESLIB1SRSFILES= \ $(SRS)$/app.srs \ - $(SRS)$/classes.srs + $(SRS)$/classes.srs \ + $(SRS)$/sbx.srs # --- Targets ----------------------------------------------------------- @@ -162,6 +167,6 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo __CT >> $@ $(SRS)$/basic.srs: - +$(TYPE) $(SRS)$/classes.srs + $(SRS)$/runtime.srs > $@ + +$(TYPE) $(SRS)$/classes.srs + $(SRS)$/runtime.srs + $(SRS)$/sbx.srs > $@ |