diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-20 13:15:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-20 13:15:43 +0000 |
commit | a29b797fcb58cd042c38e5a9f06bc2d37d56f3a3 (patch) | |
tree | 49f16a73331aee9d1a3ea54783f65ab1d8d66587 /svx | |
parent | 705107cf48df8fa7d2d3136418f6814004c2b1c2 (diff) |
INTEGRATION: CWS qdiet01 (1.17.42); FILE MERGED
2003/10/09 11:10:29 mh 1.17.42.1: del: unused file, #i18390#
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/makefile.mk | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/svx/source/dialog/makefile.mk b/svx/source/dialog/makefile.mk index 7b33cd7c930f..052705fbf8da 100644 --- a/svx/source/dialog/makefile.mk +++ b/svx/source/dialog/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: kz $ $Date: 2003-08-25 14:37:48 $ +# last change: $Author: obo $ $Date: 2003-10-20 14:15:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,12 +69,6 @@ PRJNAME=svx TARGET=dialogs VERSION=$(UPD) -.IF "$(debug)" != "" -LINK=n:\bin\optlinks\optlinks -.ELSE -OPTLINKS=YES -.ENDIF - # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -84,19 +78,6 @@ CFLAGS+=-DDG_DLL # --- Files -------------------------------------------------------- -HXX2TARGET= drawdlgs -HXX2EXT= hxx -HXX2EXCL= -E:*include* -HXX2DEPN=\ - $(INC)$/dlgctrl.hxx \ - $(INC)$/dlgname.hxx \ - $(INC)$/tabarea.hxx \ - $(INC)$/tabline.hxx \ - $(INC)$/labdlg.hxx \ - $(INC)$/transfrm.hxx - -.IF "$(header)" == "" - IMGLST_SRS=$(SRS)$/dialogs.srs BMP_IN=$(PRJ)$/win/res @@ -283,7 +264,6 @@ EXCEPTIONSNOOPTFILES=$(SLO)$/impgrf.obj EXCEPTIONSFILES+=$(SLO)$/impgrf.obj .ENDIF -.ENDIF # --- Targets ------------------------------------------------------- |