diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 17:05:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 17:05:02 +0000 |
commit | ef5e07997b3e829db783f578fa093b3513525644 (patch) | |
tree | e9d8cbefa610be5da0c7fd832cdb9e8cf74bf20c /scp2/util | |
parent | 8ad76776c59ee706b6ad5ff303f4fc7174eb9267 (diff) |
INTEGRATION: CWS dxliberate01 (1.39.100); FILE MERGED
2007/10/01 10:06:54 thb 1.39.100.2: RESYNC: (1.39-1.40); FILE MERGED
2007/08/04 20:32:39 thb 1.39.100.1: #i48454# Made dxcanvas actually appear on OOo builds
Diffstat (limited to 'scp2/util')
-rw-r--r-- | scp2/util/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index b4c2fac227f8..529efa65b089 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.41 $ +# $Revision: 1.42 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:57:36 $ +# last change: $Author: hr $ $Date: 2007-11-01 18:05:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -127,6 +127,10 @@ SCP1FILES += \ file_quickstart.par \ registryitem_quickstart.par +.IF "$(ENABLE_DIRECTX)"!="" +SCP1FILES += directxcanvas.par +.ENDIF + .IF "$(DISABLE_ACTIVEX)"=="" SCP1FILES += \ module_activex.par \ |