diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:14:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:14:27 +0000 |
commit | c5994341370696d20ad1876ca288dca2dfbfa911 (patch) | |
tree | 7e50961509b94b5052125a88cd5aaeb958fd7b7a /idlc | |
parent | b22a0320dcc9d2c1a5326be4cb8deb0f17af7a62 (diff) |
INTEGRATION: CWS ause076 (1.4.54); FILE MERGED
2007/03/01 16:53:08 hjs 1.4.54.1: #i75028# kick obsolete settings
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/makefile.mk | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/idlc/source/preproc/makefile.mk b/idlc/source/preproc/makefile.mk index 34343f5323ec..b3f19a003724 100644 --- a/idlc/source/preproc/makefile.mk +++ b/idlc/source/preproc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-07 18:15:31 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:14:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,6 @@ PRJ=..$/.. PRJNAME=idlc TARGET=idlcpp TARGETTYPE=CUI -TARGETTHREAD=ST # --- Settings ----------------------------------------------------- @@ -49,17 +48,6 @@ LIBSALCPPRT=$(0) # --- Files -------------------------------------------------------- -CXXFILES= \ - cpp.c \ - eval.c \ - getopt.c \ - include.c \ - lex.c \ - macro.c \ - nlist.c \ - tokens.c \ - unix.c - OBJFILES= \ $(OBJ)$/cpp.obj \ $(OBJ)$/eval.obj \ @@ -79,22 +67,8 @@ APP1OBJS=$(OBJ)$/cpp.obj .ENDIF APP1LIBS= $(LB)$/idlcpp.lib -APP1DEPN= - -.IF "$(GUI)" == "MAC" -APP1STDLIBS=$(MWPPCLibraries)PPCToolLibs.o \ - $(STDSLOGUI) -MACRES= $(SV_RES)MPWToolCfrg.r -d SVTOOLNAME=""SV TOOL"" -.ENDIF # --- Targets ------------------------------------------------------ -.IF "$(depend)" == "" - -all: \ - ALLTAR - -.ENDIF - .INCLUDE : target.mk |