diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:47:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:47:55 +0000 |
commit | a7bdd24aae6504a2507cb5c5af1b0d9a35369a56 (patch) | |
tree | 08e2910d0915f56161421be5c7f36b6d53aa2ba1 /idlc | |
parent | 81b2ca26823dca1b490ac0cbf23e6f2b4a9482f4 (diff) |
INTEGRATION: CWS sb14 (1.8.10); FILE MERGED
2004/03/15 09:53:57 sb 1.8.10.2: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.
2004/03/01 13:20:54 sb 1.8.10.1: #i21150# Adding to YACCFLAGS is ok now.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/makefile.mk | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk index 8818454a0dfc..943f799f6a9d 100644 --- a/idlc/source/makefile.mk +++ b/idlc/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2003-10-20 13:07:50 $ +# last change: $Author: rt $ $Date: 2004-03-30 16:47:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -129,17 +129,18 @@ OBJFILES= \ APP1TARGET= $(TARGET) APP1OBJS= $(OBJFILES) -APP1STDLIBS=\ - $(SALLIB) \ - $(SALHELPERLIB) +APP1STDLIBS = \ + $(REGLIB) \ + $(SALLIB) \ + $(SALHELPERLIB) # --- Targets ------------------------------------------------------ -#.IF "$(debug)" == "" -#YACCFLAGS+=-l -#.ELSE -#YACCFLAGS+=-v -#.ENDIF +.IF "$(debug)" == "" +YACCFLAGS+=-l +.ELSE +YACCFLAGS+=-v +.ENDIF .INCLUDE : target.mk |