diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:48:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:48:09 +0000 |
commit | e9a9aaf80529d44da13efc86c6e7ac5327486fb5 (patch) | |
tree | bf9530fab586077cc3d965d9d896e93fe3c4d7f9 /sal/osl/all/makefile.mk | |
parent | dd91cba0426a1e25234d3170b32bfedffda22d1a (diff) |
INTEGRATION: CWS sb71 (1.14.48); FILE MERGED
2007/10/02 09:53:21 sb 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED
2007/06/26 13:36:14 sb 1.14.48.1: #i75466# Added osl_loadModuleRelative.
Diffstat (limited to 'sal/osl/all/makefile.mk')
-rw-r--r-- | sal/osl/all/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sal/osl/all/makefile.mk b/sal/osl/all/makefile.mk index aad3b7bd20ed..54ee8abcc83c 100644 --- a/sal/osl/all/makefile.mk +++ b/sal/osl/all/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: vg $ $Date: 2007-09-20 15:08:48 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:48:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,15 +63,16 @@ SLOFILES= \ $(SLO)$/utility.obj\ $(SLO)$/readline.obj\ $(SLO)$/filepath.obj\ - $(SLO)$/debugbase.obj - + $(SLO)$/debugbase.obj\ + $(SLO)$/loadmodulerelative.obj #.IF "$(UPDATER)"=="YES" OBJFILES= \ $(OBJ)$/utility.obj\ $(OBJ)$/readline.obj\ $(OBJ)$/filepath.obj\ - $(OBJ)$/debugbase.obj + $(OBJ)$/debugbase.obj\ + $(OBJ)$/loadmodulerelative.obj #.ENDIF # --- Targets ------------------------------------------------------ |