diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-25 13:39:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-25 13:39:39 +0000 |
commit | 6ceda6093d54e72d206c68188e850fd7fc33b4a3 (patch) | |
tree | 012c289f79db342a9e2ef38242fbe914e7e3ddf2 /svx | |
parent | 772b073aac97e7b4b5893efe3179c064c5520195 (diff) |
INTEGRATION: CWS ause04 (1.4.348); FILE MERGED
2003/07/11 10:08:23 hjs 1.4.348.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/makefile.mk | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/svx/source/tbxctrls/makefile.mk b/svx/source/tbxctrls/makefile.mk index cfd633507b8f..7104b286c41b 100644 --- a/svx/source/tbxctrls/makefile.mk +++ b/svx/source/tbxctrls/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: os $ $Date: 2001-05-02 12:17:05 $ +# last change: $Author: kz $ $Date: 2003-08-25 14:39:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,21 +72,13 @@ AUTOSEG=true # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk -.IF "$(GUI)" != "MAC" CFLAGS+=-DDG_DLL -.ELSE -CFLAGS+=-D DG_DLL -.ENDIF # --- Files -------------------------------------------------------- -.IF "$(header)" == "" - IMGLST_SRS=$(SRS)$/tbxctrls.srs BMP_IN=$(PRJ)$/win/res @@ -104,7 +96,8 @@ SLOFILES= \ $(SLO)$/tbxdrctl.obj \ $(SLO)$/verttexttbxctrl.obj -SRCFILES = \ +SRS1NAME=$(TARGET) +SRC1FILES = \ colrctrl.src \ lboxctrl.src \ linectrl.src \ @@ -112,8 +105,6 @@ SRCFILES = \ tbxdraw.src \ grafctrl.src -.ENDIF - # --- Targets ------------------------------------------------------- .INCLUDE : target.mk |