diff options
Diffstat (limited to 'svx/source/tbxctrls/makefile.mk')
-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 |