better dependencies for sdi files
This commit is contained in:
parent
f088879bac
commit
3851066d39
2 changed files with 11 additions and 5 deletions
|
@ -28,8 +28,6 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
import "svxslots.ilb"
|
||||
|
||||
module
|
||||
"6706E0E7-FB05-101B-804c-04021c007002"
|
||||
"6806E0E7-FB05-101B-804c-04021c007002"
|
||||
|
@ -37,10 +35,14 @@ BasicIDE
|
|||
[
|
||||
HelpText( "BasicIDE" )
|
||||
SlotIdFile( "basslots.hrc" )
|
||||
TypeLibFile( "basslots.tlb" )
|
||||
]
|
||||
{
|
||||
//=========================================================================
|
||||
include "sfx2/sfxitems.sdi"
|
||||
include "sfx2/sfx.sdi"
|
||||
include "svx/svxitems.sdi"
|
||||
include "svx/xoitems.sdi"
|
||||
include "svx/svx.sdi"
|
||||
|
||||
include "baside.sdi"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#*************************************************************************
|
||||
#
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
#
|
||||
# Copyright 2008 by Sun Microsystems, Inc.
|
||||
#
|
||||
# OpenOffice.org - a multi-platform office productivity suite
|
||||
|
@ -45,7 +45,11 @@ SDI1EXPORT=basctl
|
|||
# --- Files --------------------------------------------------------
|
||||
|
||||
SVSDI1DEPEND= \
|
||||
$(SOLARINCXDIR)$/svxslots.ilb \
|
||||
$(SOLARINCXDIR)$/sfx2/sfx.sdi \
|
||||
$(SOLARINCXDIR)$/sfx2/sfxitems.sdi \
|
||||
$(SOLARINCXDIR)$/svx/svx.sdi \
|
||||
$(SOLARINCXDIR)$/svx/svxitems.sdi \
|
||||
$(SOLARINCXDIR)$/svx/xoitems.sdi \
|
||||
baside.sdi
|
||||
|
||||
# --- Targets -------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue