diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-12-05 12:27:37 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-12-05 12:27:37 +0000 |
commit | 17b7fe5c512a2da1a1c72074425e4e0b2332c79c (patch) | |
tree | a87d10c8f322dcdadc84e673f12980a7617c5d35 /framework/test | |
parent | 19e294428d2682cdfbd3c60352e4f5ff03a1bef7 (diff) |
#91062# new job execution
Diffstat (limited to 'framework/test')
-rw-r--r-- | framework/test/typecfg/makefile.mk | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/framework/test/typecfg/makefile.mk b/framework/test/typecfg/makefile.mk index d8b31e2b8f61..ff438a890364 100644 --- a/framework/test/typecfg/makefile.mk +++ b/framework/test/typecfg/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: as $ $Date: 2001-06-15 12:37:29 $ +# last change: $Author: as $ $Date: 2001-12-05 13:27:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,37 +80,6 @@ LINKFLAGS+=/SEGMENTS:1024 /PACKD:32768 # --- applikation: "xml2xcd" -------------------------------------------------- -APP1TARGET= xml2xcd - -APP1OBJS= $(SLO)$/xml2xcd.obj \ - $(SLO)$/servicemanager.obj \ - $(SLO)$/filtercachedata.obj \ - $(SLO)$/filtercache.obj \ - $(SLO)$/wildcard.obj \ - $(SLO)$/lockhelper.obj - -APP1STDLIBS= $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(OSLLIB) \ - $(SALLIB) \ - $(VOSLIB) \ - $(TOOLSLIB) \ - $(SVTOOLLIB) \ - $(TKLIB) \ - $(COMPHELPERLIB) \ - $(UNOTOOLSLIB) \ - $(SVLIB) - -APP1DEPN= $(SLO)$/servicemanager.obj \ - $(SLO)$/filtercachedata.obj \ - $(SLO)$/filtercache.obj \ - $(SLO)$/wildcard.obj \ - $(SLO)$/lockhelper.obj - -.IF "$(GUI)"=="WIN" || "$(GUI)"=="OS2" -APP1DEF= $(MISC)$/xml2xcd.def -.ENDIF - # --- applikation: "cfgview" -------------------------------------------------- APP2TARGET= cfgview |